Repository: ambari Updated Branches: refs/heads/trunk cdc7e0cc6 -> 0df3f2857
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/0df3f285 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/0df3f285 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/0df3f285 Branch: refs/heads/trunk Commit: 0df3f28577d0cb0ed36d923669ca2c1a16985601 Parents: cdc7e0c Author: Bhuvnesh Chaudhary <[email protected]> Authored: Wed Jul 6 16:02:34 2016 -0700 Committer: Bhuvnesh Chaudhary <[email protected]> Committed: Wed Jul 6 16:02:34 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/0df3f285/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>
