Repository: ambari Updated Branches: refs/heads/branch-2.4 ac81d92b6 -> 118492a83
AMBARI-17571: Show gpadmin as hawq service account user on Ambari (bhuvnesh2703) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/118492a8 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/118492a8 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/118492a8 Branch: refs/heads/branch-2.4 Commit: 118492a831fb744452bca7149075b93ce5943752 Parents: ac81d92 Author: Bhuvnesh Chaudhary <[email protected]> Authored: Wed Jul 6 16:03:07 2016 -0700 Committer: Bhuvnesh Chaudhary <[email protected]> Committed: Wed Jul 6 16:03:07 2016 -0700 ---------------------------------------------------------------------- .../HAWQ/2.0.0/configuration/hawq-env.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/118492a8/ambari-server/src/main/resources/common-services/HAWQ/2.0.0/configuration/hawq-env.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/HAWQ/2.0.0/configuration/hawq-env.xml b/ambari-server/src/main/resources/common-services/HAWQ/2.0.0/configuration/hawq-env.xml index cfab63f..31b0b10 100644 --- a/ambari-server/src/main/resources/common-services/HAWQ/2.0.0/configuration/hawq-env.xml +++ b/ambari-server/src/main/resources/common-services/HAWQ/2.0.0/configuration/hawq-env.xml @@ -46,4 +46,16 @@ </value-attributes> <on-ambari-upgrade add="true"/> </property> + <property> + <name>hawq_user</name> + <display-name>HAWQ Admin User</display-name> + <value>gpadmin</value> + <property-type>USER</property-type> + <description>HAWQ Admin User Name</description> + <value-attributes> + <type>user</type> + <overridable>false</overridable> + </value-attributes> + <on-ambari-upgrade add="true"/> + </property> </configuration>
