Repository: ambari Updated Branches: refs/heads/branch-2.5 1b23ff207 -> 409a80e9b
AMBARI-20471. Add hadoop.caller.context setting to hdfs-site.xml (Chen Liang via alejandro) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/409a80e9 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/409a80e9 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/409a80e9 Branch: refs/heads/branch-2.5 Commit: 409a80e9bd5ee6ff6b733fbef6eb39253d9f8875 Parents: 1b23ff2 Author: Alejandro Fernandez <[email protected]> Authored: Thu Apr 6 16:39:25 2017 -0700 Committer: Alejandro Fernandez <[email protected]> Committed: Thu Apr 6 16:39:25 2017 -0700 ---------------------------------------------------------------------- .../stacks/HDP/2.3/services/HDFS/configuration/hdfs-site.xml | 5 +++++ .../stacks/HDPWIN/2.3/services/HDFS/configuration/hdfs-site.xml | 5 +++++ 2 files changed, 10 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/409a80e9/ambari-server/src/main/resources/stacks/HDP/2.3/services/HDFS/configuration/hdfs-site.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.3/services/HDFS/configuration/hdfs-site.xml b/ambari-server/src/main/resources/stacks/HDP/2.3/services/HDFS/configuration/hdfs-site.xml index 1c4076e..86aa3ec 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.3/services/HDFS/configuration/hdfs-site.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.3/services/HDFS/configuration/hdfs-site.xml @@ -72,4 +72,9 @@ </value-attributes> <on-ambari-upgrade add="true"/> </property> + <property> + <name>hadoop.caller.context.enabled</name> + <value>true</value> + <on-ambari-upgrade add="false"/> + </property> </configuration> http://git-wip-us.apache.org/repos/asf/ambari/blob/409a80e9/ambari-server/src/main/resources/stacks/HDPWIN/2.3/services/HDFS/configuration/hdfs-site.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDPWIN/2.3/services/HDFS/configuration/hdfs-site.xml b/ambari-server/src/main/resources/stacks/HDPWIN/2.3/services/HDFS/configuration/hdfs-site.xml index d7348b0..0b288c5 100644 --- a/ambari-server/src/main/resources/stacks/HDPWIN/2.3/services/HDFS/configuration/hdfs-site.xml +++ b/ambari-server/src/main/resources/stacks/HDPWIN/2.3/services/HDFS/configuration/hdfs-site.xml @@ -44,4 +44,9 @@ <display-name>Allowed hosts</display-name> <on-ambari-upgrade add="true"/> </property> + <property> + <name>hadoop.caller.context.enabled</name> + <value>true</value> + <on-ambari-upgrade add="false"/> + </property> </configuration>
