You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by nc...@apache.org on 2015/06/19 17:53:44 UTC

ambari git commit: AMBARI-12020. NodeManager fail to start when secure mode enabled (ncole)

Repository: ambari
Updated Branches:
  refs/heads/trunk 93e6d0d9c -> 65ab30dd4


AMBARI-12020.  NodeManager fail to start when secure mode enabled (ncole)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/65ab30dd
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/65ab30dd
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/65ab30dd

Branch: refs/heads/trunk
Commit: 65ab30dd4247f9739f7093b54242723853fd1f54
Parents: 93e6d0d
Author: Nate Cole <nc...@hortonworks.com>
Authored: Fri Jun 19 11:43:38 2015 -0400
Committer: Nate Cole <nc...@hortonworks.com>
Committed: Fri Jun 19 11:52:36 2015 -0400

----------------------------------------------------------------------
 .../YARN/2.1.0.2.0/package/scripts/params_linux.py               | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/65ab30dd/ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/package/scripts/params_linux.py
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/package/scripts/params_linux.py b/ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/package/scripts/params_linux.py
index f017bbb..d74340f 100644
--- a/ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/package/scripts/params_linux.py
+++ b/ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/package/scripts/params_linux.py
@@ -94,10 +94,6 @@ if Script.is_hdp_stack_greater_or_equal("2.2"):
   yarn_bin = format("/usr/hdp/current/{yarn_role_root}/sbin")
   yarn_container_bin = format("/usr/hdp/current/{yarn_role_root}/bin")
 
-  # the configuration direction for HDFS/YARN/MapR is the hadoop config
-  # directory, which is symlinked by hadoop-client only
-  hadoop_conf_dir = "/usr/hdp/current/hadoop-client/conf"
-
   # Timeline Service property that was added in 2.2
   ats_leveldb_state_store_dir = config['configurations']['yarn-site']['yarn.timeline-service.leveldb-state-store.path']