You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ad...@apache.org on 2016/04/14 01:27:49 UTC

ambari git commit: AMBARI-15770. HAWQ fails to connect to YARN in HA SEC mode (adenissov)

Repository: ambari
Updated Branches:
  refs/heads/trunk ef1564899 -> 7055d9e7b


AMBARI-15770. HAWQ fails to connect to YARN in HA SEC mode (adenissov)


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

Branch: refs/heads/trunk
Commit: 7055d9e7be7ca3be1754d37c113b7c7c17da53ce
Parents: ef15648
Author: Alexander Denissov <ad...@pivotal.io>
Authored: Wed Apr 13 16:27:17 2016 -0700
Committer: Alexander Denissov <ad...@pivotal.io>
Committed: Wed Apr 13 16:27:17 2016 -0700

----------------------------------------------------------------------
 .../src/main/resources/common-services/HAWQ/2.0.0/kerberos.json    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/7055d9e7/ambari-server/src/main/resources/common-services/HAWQ/2.0.0/kerberos.json
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/common-services/HAWQ/2.0.0/kerberos.json b/ambari-server/src/main/resources/common-services/HAWQ/2.0.0/kerberos.json
index 088a244..4ed6b78 100644
--- a/ambari-server/src/main/resources/common-services/HAWQ/2.0.0/kerberos.json
+++ b/ambari-server/src/main/resources/common-services/HAWQ/2.0.0/kerberos.json
@@ -44,7 +44,7 @@
         {
           "core-site": {
             "hadoop.proxyuser.postgres.hosts": "*",
-            "hadoop.proxyuser.postgres.groups": "${cluster-env/user_group}"
+            "hadoop.proxyuser.postgres.groups": "*"
           }
         }
       ],