You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by tb...@apache.org on 2016/06/16 18:22:02 UTC

ambari git commit: AMBARI-17262 - Remove {{atlas_conf_dir}} from HADOOP_CLASSPATH in hive-env.

Repository: ambari
Updated Branches:
  refs/heads/trunk eec84460f -> 6950a8a94


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/6950a8a9
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/6950a8a9
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/6950a8a9

Branch: refs/heads/trunk
Commit: 6950a8a942e47892bcf094df08d0f8d5aab9ae2b
Parents: eec8446
Author: tbeerbower <tb...@hortonworks.com>
Authored: Thu Jun 16 14:21:55 2016 -0400
Committer: tbeerbower <tb...@hortonworks.com>
Committed: Thu Jun 16 14:21:55 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/6950a8a9/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}}"