Repository: ambari Updated Branches: refs/heads/trunk 586e3e605 -> 2f41f02d7
AMBARI-5700. Need to update HIVE_AUX_JARS_PATH in hive-env.sh (aonishuk) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/2f41f02d Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/2f41f02d Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/2f41f02d Branch: refs/heads/trunk Commit: 2f41f02d7e40d31de388439a8d02a4d18c34ea71 Parents: 586e3e6 Author: Andrew Onishuk <[email protected]> Authored: Thu May 8 14:39:23 2014 +0300 Committer: Andrew Onishuk <[email protected]> Committed: Thu May 8 14:39:23 2014 +0300 ---------------------------------------------------------------------- .../HDP/1.3.2/services/HIVE/package/templates/hive-env.sh.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/2f41f02d/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HIVE/package/templates/hive-env.sh.j2 ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HIVE/package/templates/hive-env.sh.j2 b/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HIVE/package/templates/hive-env.sh.j2 index 8826519..b2da231 100644 --- a/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HIVE/package/templates/hive-env.sh.j2 +++ b/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
