You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ja...@apache.org on 2013/08/24 00:17:17 UTC

git commit: AMBARI-3021: Customize Services page->Misc tab: Popup with related properties does not opened after "Group User" value changing

Updated Branches:
  refs/heads/trunk 4f4524474 -> c9e842438


AMBARI-3021: Customize Services page->Misc tab: Popup with related properties does not opened after "Group User" value changing


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

Branch: refs/heads/trunk
Commit: c9e842438c60c8bf9e846802bce3c684166c6adc
Parents: 4f45244
Author: Jaimin Jetly <ja...@hortonworks.com>
Authored: Fri Aug 23 15:16:50 2013 -0700
Committer: Jaimin Jetly <ja...@hortonworks.com>
Committed: Fri Aug 23 15:16:56 2013 -0700

----------------------------------------------------------------------
 .../HDP/2.0.5/services/YARN/configuration/yarn-site.xml | 12 ++++++------
 .../2.0.5/services/YARN/configuration/yarn-site.xml     | 12 ++++++------
 2 files changed, 12 insertions(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/c9e84243/ambari-server/src/main/resources/stacks/HDP/2.0.5/services/YARN/configuration/yarn-site.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.0.5/services/YARN/configuration/yarn-site.xml b/ambari-server/src/main/resources/stacks/HDP/2.0.5/services/YARN/configuration/yarn-site.xml
index 24ed7eb..609dcfe 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.0.5/services/YARN/configuration/yarn-site.xml
+++ b/ambari-server/src/main/resources/stacks/HDP/2.0.5/services/YARN/configuration/yarn-site.xml
@@ -121,6 +121,12 @@
     <value>org.apache.hadoop.yarn.server.nodemanager.DefaultContainerExecutor</value>
     <description>ContainerExecutor for launching containers</description>
   </property>
+
+  <property>
+    <name>yarn.nodemanager.linux-container-executor.group</name>
+    <value>hadoop</value>
+    <description>Unix group of the NodeManager</description>
+  </property>
  
   <property>
     <name>yarn.nodemanager.aux-services</name>
@@ -158,12 +164,6 @@
   </property>
 
   <property>
-    <name>yarn.nodemanager.container-executor.class</name>
-    <value>org.apache.hadoop.yarn.server.nodemanager.DefaultContainerExecutor</value>
-    <description>Executor(launcher) of the containers</description>
-  </property>
-
-  <property>
     <name>yarn.nodemanager.container-monitor.interval-ms</name>
     <value>3000</value>
     <description>

http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/c9e84243/ambari-server/src/main/resources/stacks/HDPLocal/2.0.5/services/YARN/configuration/yarn-site.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDPLocal/2.0.5/services/YARN/configuration/yarn-site.xml b/ambari-server/src/main/resources/stacks/HDPLocal/2.0.5/services/YARN/configuration/yarn-site.xml
index 34489b9..4e686ad 100644
--- a/ambari-server/src/main/resources/stacks/HDPLocal/2.0.5/services/YARN/configuration/yarn-site.xml
+++ b/ambari-server/src/main/resources/stacks/HDPLocal/2.0.5/services/YARN/configuration/yarn-site.xml
@@ -123,6 +123,12 @@
   </property>
 
   <property>
+    <name>yarn.nodemanager.linux-container-executor.group</name>
+    <value>hadoop</value>
+    <description>Unix group of the NodeManager</description>
+  </property>
+
+  <property>
     <name>yarn.nodemanager.aux-services</name>
     <value>mapreduce.shuffle</value>
     <description>Auxilliary services of NodeManager</description>
@@ -158,12 +164,6 @@
   </property>
 
   <property>
-    <name>yarn.nodemanager.container-executor.class</name>
-    <value>org.apache.hadoop.yarn.server.nodemanager.DefaultContainerExecutor</value>
-    <description>Executor(launcher) of the containers</description>
-  </property>
-
-  <property>
     <name>yarn.nodemanager.container-monitor.interval-ms</name>
     <value>3000</value>
     <description>