You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by vb...@apache.org on 2015/09/09 14:09:16 UTC

ambari git commit: AMBARI-13026. Ambari over riding customer specific properties for HDFS, YARN and Hive on Upgrade of Ambari.(vbrodetskyi)

Repository: ambari
Updated Branches:
  refs/heads/branch-2.1 e396e7976 -> b17a99687


AMBARI-13026. Ambari over riding customer specific properties for HDFS, YARN and Hive on Upgrade of Ambari.(vbrodetskyi)


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

Branch: refs/heads/branch-2.1
Commit: b17a99687a2c9a852b1d0224ad0d55e315c88db1
Parents: e396e79
Author: Vitaly Brodetskyi <vb...@hortonworks.com>
Authored: Wed Sep 9 15:09:32 2015 +0300
Committer: Vitaly Brodetskyi <vb...@hortonworks.com>
Committed: Wed Sep 9 15:09:32 2015 +0300

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


http://git-wip-us.apache.org/repos/asf/ambari/blob/b17a9968/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 b9e6a75..df99bce 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
@@ -44,7 +44,6 @@
         {
           "core-site": {
             "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}"