Repository: ambari
Updated Branches:
  refs/heads/branch-2.0.0 c2d575861 -> 7d2806e62


AMBARI-9903. core-site.xml having wrong value for hadoop.proxyuser.HTTP.groups 
(rlevas)


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

Branch: refs/heads/branch-2.0.0
Commit: 7d2806e6270ecfc02cb9c2fb6a26bae01c89aef1
Parents: c2d5758
Author: Robert Levas <rle...@hortonworks.com>
Authored: Tue Mar 3 13:14:25 2015 -0500
Committer: Robert Levas <rle...@hortonworks.com>
Committed: Tue Mar 3 13:14:28 2015 -0500

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


http://git-wip-us.apache.org/repos/asf/ambari/blob/7d2806e6/ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/kerberos.json
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/kerberos.json 
b/ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/kerberos.json
index ed49871..23d1b42 100644
--- 
a/ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/kerberos.json
+++ 
b/ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/kerberos.json
@@ -39,7 +39,7 @@
             "hadoop.http.authentication.token.validity": "",
             "hadoop.http.authentication.cookie.domain": "",
             "hadoop.http.authentication.cookie.path": "",
-            "hadoop.proxyuser.HTTP.groups": "${core-site/proxyuser_group}"
+            "hadoop.proxyuser.HTTP.groups": "${hadoop-env/proxyuser_group}"
           }
         }
       ],

Reply via email to