فهرست منبع

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

Andrew Onishuk 11 سال پیش
والد
کامیت
2f41f02d7e
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HIVE/package/templates/hive-env.sh.j2

+ 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:
 # Folder containing extra ibraries required for hive compilation/execution can be controlled by:
 if [ "${HIVE_AUX_JARS_PATH}" != "" ]; then
 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
 else
   export HIVE_AUX_JARS_PATH={{hive_aux_jars_path}}
   export HIVE_AUX_JARS_PATH={{hive_aux_jars_path}}
 fi
 fi