Browse Source

AMBARI-5700. Need to update HIVE_AUX_JARS_PATH in hive-env.sh (aonishuk)

Andrew Onishuk 11 years ago
parent
commit
2f41f02d7e

+ 1 - 1
ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HIVE/package/templates/hive-env.sh.j2

@@ -71,7 +71,7 @@ export HIVE_CONF_DIR={{conf_dir}}
 
 # Folder containing extra ibraries required for hive compilation/execution can be controlled by:
 if [ "${HIVE_AUX_JARS_PATH}" != "" ]; then
-  export HIVE_AUX_JARS_PATH=${HIVE_AUX_JARS_PATH}
+  export HIVE_AUX_JARS_PATH={{hive_aux_jars_path}}:${HIVE_AUX_JARS_PATH}
 else
   export HIVE_AUX_JARS_PATH={{hive_aux_jars_path}}
 fi