|
@@ -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
|