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/08/04 21:34:48 UTC

ambari git commit: Revert "AMBARI-12582. Some properties on Kerberos configs tab are empty although the same properties on services configs are filled (alexantonenko)"

Repository: ambari
Updated Branches:
  refs/heads/branch-2.1 eb8e92551 -> 59c661711


Revert "AMBARI-12582. Some properties on Kerberos configs tab are empty although the same properties on services configs are filled (alexantonenko)"

This reverts commit b1800b03f5ad82a47005e41561a56cdf4daebf63.


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

Branch: refs/heads/branch-2.1
Commit: 59c661711550500a0a5c5c7f4cf1bdcd8974fae9
Parents: eb8e925
Author: Robert Levas <rl...@hortonworks.com>
Authored: Tue Aug 4 15:34:10 2015 -0400
Committer: Robert Levas <rl...@hortonworks.com>
Committed: Tue Aug 4 15:34:10 2015 -0400

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


http://git-wip-us.apache.org/repos/asf/ambari/blob/59c66171/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 fe03a3d..b9e6a75 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
@@ -46,6 +46,7 @@
             "hadoop.security.authentication": "kerberos",
             "hadoop.rpc.protection": "authentication",
             "hadoop.security.authorization": "true",
+            "hadoop.security.auth_to_local": "",
             "hadoop.proxyuser.HTTP.groups": "${hadoop-env/proxyuser_group}"
           }
         }