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/10/23 16:47:16 UTC

[02/50] [abbrv] ambari git commit: AMBARI-13500. "Hadoop Group" is absent on Customize Services -> Misc tab

AMBARI-13500. "Hadoop Group" is absent on Customize Services -> Misc tab


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

Branch: refs/heads/branch-dev-patch-upgrade
Commit: 2ff2d2fb3b9f583b35b95aa15bbf18dfa1214c6c
Parents: b60b3af
Author: Alex Antonenko <hi...@gmail.com>
Authored: Wed Oct 21 19:00:13 2015 +0300
Committer: Alex Antonenko <hi...@gmail.com>
Committed: Wed Oct 21 20:02:34 2015 +0300

----------------------------------------------------------------------
 .../resources/stacks/BIGTOP/0.8/configuration/cluster-env.xml    | 4 ++--
 .../resources/stacks/HDP/2.0.6/configuration/cluster-env.xml     | 2 +-
 .../resources/stacks/HDPWIN/2.1/configuration/cluster-env.xml    | 2 +-
 .../stacks/HDP/0.2/services/HDFS/configuration/hadoop-env.xml    | 4 ++--
 .../HDP/0.2/services/HDFS/configuration/hadoop-env.xml           | 4 ++--
 5 files changed, 8 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/2ff2d2fb/ambari-server/src/main/resources/stacks/BIGTOP/0.8/configuration/cluster-env.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/BIGTOP/0.8/configuration/cluster-env.xml b/ambari-server/src/main/resources/stacks/BIGTOP/0.8/configuration/cluster-env.xml
index b935a1a..c87df1b 100644
--- a/ambari-server/src/main/resources/stacks/BIGTOP/0.8/configuration/cluster-env.xml
+++ b/ambari-server/src/main/resources/stacks/BIGTOP/0.8/configuration/cluster-env.xml
@@ -53,9 +53,9 @@
     </property>
     <property>
         <name>user_group</name>
-        <display-name>User Group</display-name>
+        <display-name>Hadoop Group</display-name>
         <value>hadoop</value>
         <property-type>GROUP</property-type>
         <description>Hadoop user group.</description>
     </property>
-</configuration>
\ No newline at end of file
+</configuration>

http://git-wip-us.apache.org/repos/asf/ambari/blob/2ff2d2fb/ambari-server/src/main/resources/stacks/HDP/2.0.6/configuration/cluster-env.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.0.6/configuration/cluster-env.xml b/ambari-server/src/main/resources/stacks/HDP/2.0.6/configuration/cluster-env.xml
index c66bc12..805aa29 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.0.6/configuration/cluster-env.xml
+++ b/ambari-server/src/main/resources/stacks/HDP/2.0.6/configuration/cluster-env.xml
@@ -56,7 +56,7 @@
     </property>
     <property>
         <name>user_group</name>
-        <display-name>User Group</display-name>
+        <display-name>Hadoop Group</display-name>
         <value>hadoop</value>
         <property-type>GROUP</property-type>
         <description>Hadoop user group.</description>

http://git-wip-us.apache.org/repos/asf/ambari/blob/2ff2d2fb/ambari-server/src/main/resources/stacks/HDPWIN/2.1/configuration/cluster-env.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDPWIN/2.1/configuration/cluster-env.xml b/ambari-server/src/main/resources/stacks/HDPWIN/2.1/configuration/cluster-env.xml
index 211795d..a4d8acc 100644
--- a/ambari-server/src/main/resources/stacks/HDPWIN/2.1/configuration/cluster-env.xml
+++ b/ambari-server/src/main/resources/stacks/HDPWIN/2.1/configuration/cluster-env.xml
@@ -77,7 +77,7 @@
   </property>
   <property>
     <name>user_group</name>
-    <display-name>User Group</display-name>
+    <display-name>Hadoop Group</display-name>
     <value>hadoop</value>
     <property-type>GROUP</property-type>
     <description>Hadoop user group.</description>

http://git-wip-us.apache.org/repos/asf/ambari/blob/2ff2d2fb/ambari-server/src/test/resources/stacks/HDP/0.2/services/HDFS/configuration/hadoop-env.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/test/resources/stacks/HDP/0.2/services/HDFS/configuration/hadoop-env.xml b/ambari-server/src/test/resources/stacks/HDP/0.2/services/HDFS/configuration/hadoop-env.xml
index a074faf..26f90c8 100644
--- a/ambari-server/src/test/resources/stacks/HDP/0.2/services/HDFS/configuration/hadoop-env.xml
+++ b/ambari-server/src/test/resources/stacks/HDP/0.2/services/HDFS/configuration/hadoop-env.xml
@@ -101,7 +101,7 @@
   </property>
   <property>
     <name>user_group</name>
-    <display-name>User Group</display-name>
+    <display-name>Hadoop Group</display-name>
     <value>hadoop</value>
     <description>Proxy user group.</description>
   </property>
@@ -224,4 +224,4 @@ export JAVA_LIBRARY_PATH=${JAVA_LIBRARY_PATH}:/usr/lib/hadoop/lib/native/Linux-a
     </value>
   </property>
   
-</configuration>
\ No newline at end of file
+</configuration>

http://git-wip-us.apache.org/repos/asf/ambari/blob/2ff2d2fb/ambari-server/src/test/resources/stacks_with_common_services/HDP/0.2/services/HDFS/configuration/hadoop-env.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/test/resources/stacks_with_common_services/HDP/0.2/services/HDFS/configuration/hadoop-env.xml b/ambari-server/src/test/resources/stacks_with_common_services/HDP/0.2/services/HDFS/configuration/hadoop-env.xml
index f094233..4677e57 100644
--- a/ambari-server/src/test/resources/stacks_with_common_services/HDP/0.2/services/HDFS/configuration/hadoop-env.xml
+++ b/ambari-server/src/test/resources/stacks_with_common_services/HDP/0.2/services/HDFS/configuration/hadoop-env.xml
@@ -100,7 +100,7 @@
   </property>
   <property>
     <name>user_group</name>
-    <display-name>User Group</display-name>
+    <display-name>Hadoop Group</display-name>
     <value>hadoop</value>
     <description>Proxy user group.</description>
   </property>
@@ -223,4 +223,4 @@ export JAVA_LIBRARY_PATH=${JAVA_LIBRARY_PATH}:/usr/lib/hadoop/lib/native/Linux-a
     </value>
   </property>
   
-</configuration>
\ No newline at end of file
+</configuration>