Repository: ambari
Updated Branches:
refs/heads/branch-2.4 beca88047 -> 9ddb9b778
AMBARI-17262 - Remove {{atlas_conf_dir}} from HADOOP_CLASSPATH in hive-env.
Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/9ddb9b77
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/9ddb9b77
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/9ddb9b77
Branch: refs/heads/branch-2.4
Commit: 9ddb9b7783242f82f22ed8c022f9f9fb8869502f
Parents: beca880
Author: tbeerbower <[email protected]>
Authored: Thu Jun 16 14:21:55 2016 -0400
Committer: tbeerbower <[email protected]>
Committed: Thu Jun 16 14:22:38 2016 -0400
----------------------------------------------------------------------
.../stacks/HDP/2.5/services/HIVE/configuration/hive-env.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/ambari/blob/9ddb9b77/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/configuration/hive-env.xml
----------------------------------------------------------------------
diff --git
a/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/configuration/hive-env.xml
b/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/configuration/hive-env.xml
index 0c9aeaf..7122c3d 100644
---
a/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/configuration/hive-env.xml
+++
b/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/configuration/hive-env.xml
@@ -69,7 +69,7 @@
export METASTORE_PORT={{hive_metastore_port}}
- export
HADOOP_CLASSPATH={{atlas_conf_dir}}:{{atlas_home_dir}}/hook/hive:${HADOOP_CLASSPATH}
+ export HADOOP_CLASSPATH={{atlas_home_dir}}/hook/hive:${HADOOP_CLASSPATH}
{% if sqla_db_used or lib_dir_available %}
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:{{jdbc_libs_dir}}"