I'm trying to override hive default properties by setting them in hive-site.xml
but it's not taking any effect. Few things that might be helpful in debugging the problem:
Environment variables:
HIVE_CONF_DIR=$HIVE_HOME/conf HADOOP_CLASSPATH=$HADOOP_CLASSPATH:$HIVE_HOME/conf:$HIVE_HOME/lib HIVE_AUX_JARS_PATH=$HIVE_HOME/lib
Permissions: I have given
777
permission to entire hive directory (I know it should be733
and I'm not supposed to make it777
but for testing's sake I did it)Valid XML: I thought it could be invalid xml but xsl definition and tags are intact and valid. No issue in xml.
hive-env.sh
is being read but can't say abouthive-site.xml
Please comment if any other details are required.