Repository: ambari
Updated Branches:
  refs/heads/trunk 53e77ef5e -> 6cfad94cc


AMBARI-20364. UI labels for SPARK and SPARK2 users in Customize Service Misc 
page and Service accounts page (Mingjie Tang via smohanty)


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

Branch: refs/heads/trunk
Commit: 6cfad94cc20631960b50454cc95b7e5f71ca461b
Parents: 53e77ef
Author: Sumit Mohanty <[email protected]>
Authored: Thu Mar 9 13:02:01 2017 -0800
Committer: Sumit Mohanty <[email protected]>
Committed: Thu Mar 9 13:02:38 2017 -0800

----------------------------------------------------------------------
 .../common-services/SPARK2/2.0.0/configuration/spark2-env.xml  | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/6cfad94c/ambari-server/src/main/resources/common-services/SPARK2/2.0.0/configuration/spark2-env.xml
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/common-services/SPARK2/2.0.0/configuration/spark2-env.xml
 
b/ambari-server/src/main/resources/common-services/SPARK2/2.0.0/configuration/spark2-env.xml
index aa9ab50..35d364f 100755
--- 
a/ambari-server/src/main/resources/common-services/SPARK2/2.0.0/configuration/spark2-env.xml
+++ 
b/ambari-server/src/main/resources/common-services/SPARK2/2.0.0/configuration/spark2-env.xml
@@ -22,7 +22,7 @@
 <configuration supports_adding_forbidden="true">
   <property>
     <name>spark_user</name>
-    <display-name>Spark User</display-name>
+    <display-name>Spark2 User</display-name>
     <value>spark</value>
     <property-type>USER</property-type>
     <value-attributes>
@@ -33,10 +33,10 @@
   </property>
   <property>
     <name>spark_group</name>
-    <display-name>Spark Group</display-name>
+    <display-name>Spark2 Group</display-name>
     <value>spark</value>
     <property-type>GROUP</property-type>
-    <description>spark group</description>
+    <description>spark2 group</description>
     <value-attributes>
       <type>user</type>
     </value-attributes>

Reply via email to