Repository: ambari Updated Branches: refs/heads/branch-2.5 fcad14b39 -> 7c76aeb24
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/7c76aeb2 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/7c76aeb2 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/7c76aeb2 Branch: refs/heads/branch-2.5 Commit: 7c76aeb24d081125672722f48708901f58d9abfc Parents: fcad14b 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:01 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/7c76aeb2/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>
