You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@impala.apache.org by ta...@apache.org on 2016/09/16 03:40:56 UTC

incubator-impala git commit: IMPALA-4074: Configuration items duplicate in template of YARN

Repository: incubator-impala
Updated Branches:
  refs/heads/master 32199105f -> 6e4064d94


IMPALA-4074: Configuration items duplicate in template of YARN

Remove duplicate configuration items "yarn.nodemanager.local-dirs"
and "yarn.nodemanager.log-dirs" from template configuration of YARN.

Change-Id: I81d6d019d4982cb35932b1d45c376b215ec5bcc6
Reviewed-on: http://gerrit.cloudera.org:8080/4311
Reviewed-by: Tim Armstrong <ta...@cloudera.com>
Tested-by: Internal Jenkins


Project: http://git-wip-us.apache.org/repos/asf/incubator-impala/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-impala/commit/6e4064d9
Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/6e4064d9
Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/6e4064d9

Branch: refs/heads/master
Commit: 6e4064d9420dc8300d43365fff9745a330c01523
Parents: 3219910
Author: Yuanhao Luo <lu...@software.ict.ac.cn>
Authored: Mon Sep 5 15:45:44 2016 +0800
Committer: Internal Jenkins <cl...@gerrit.cloudera.org>
Committed: Fri Sep 16 00:38:16 2016 +0000

----------------------------------------------------------------------
 .../common/etc/hadoop/conf/yarn-site.xml.tmpl             | 10 ----------
 1 file changed, 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/6e4064d9/testdata/cluster/node_templates/common/etc/hadoop/conf/yarn-site.xml.tmpl
----------------------------------------------------------------------
diff --git a/testdata/cluster/node_templates/common/etc/hadoop/conf/yarn-site.xml.tmpl b/testdata/cluster/node_templates/common/etc/hadoop/conf/yarn-site.xml.tmpl
index e5e521e..2adb6fb 100644
--- a/testdata/cluster/node_templates/common/etc/hadoop/conf/yarn-site.xml.tmpl
+++ b/testdata/cluster/node_templates/common/etc/hadoop/conf/yarn-site.xml.tmpl
@@ -34,16 +34,6 @@
   </property>
 
   <property>
-    <name>yarn.nodemanager.local-dirs</name>
-    <value>${NODE_DIR}/data/yarn/local</value>
-  </property>
-
-  <property>
-    <name>yarn.nodemanager.log-dirs</name>
-    <value>${NODE_DIR}/data/yarn/logs</value>
-  </property>
-
-  <property>
     <name>yarn.nodemanager.aux-services</name>
     <value>mapreduce_shuffle</value>
   </property>