You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by rl...@apache.org on 2015/03/03 19:13:51 UTC

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

Repository: ambari
Updated Branches:
  refs/heads/trunk 02ac3940c -> 5221eb4b1


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/5221eb4b
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/5221eb4b
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/5221eb4b

Branch: refs/heads/trunk
Commit: 5221eb4b1132d77b8e25802176cf731b3100a0d8
Parents: 02ac394
Author: Robert Levas <rl...@hortonworks.com>
Authored: Tue Mar 3 13:13:33 2015 -0500
Committer: Robert Levas <rl...@hortonworks.com>
Committed: Tue Mar 3 13:13:33 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/5221eb4b/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}"
           }
         }
       ],