aboutsummaryrefslogtreecommitdiff
path: root/bigtop-deploy/puppet
diff options
context:
space:
mode:
authorGanesh Raju <ganeshraju@gmail.com>2016-10-14 16:25:03 -0500
committerGanesh Raju <ganeshraju@gmail.com>2016-10-14 16:25:03 -0500
commitb5b361d2cf38baa6aeadfdfee2052111402067d4 (patch)
tree890e4bd65eb67d48a9e9cd78fe21ab654a515aad /bigtop-deploy/puppet
parent1d2665f55d6ff8fd20ce3b904aa0cab09c82cebc (diff)
parent37de5bf625b119daac5bf0606115eed690927146 (diff)
downstream merge
Diffstat (limited to 'bigtop-deploy/puppet')
-rw-r--r--bigtop-deploy/puppet/modules/hadoop/templates/hdfs-site.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/bigtop-deploy/puppet/modules/hadoop/templates/hdfs-site.xml b/bigtop-deploy/puppet/modules/hadoop/templates/hdfs-site.xml
index 328cf6ff..0829649c 100644
--- a/bigtop-deploy/puppet/modules/hadoop/templates/hdfs-site.xml
+++ b/bigtop-deploy/puppet/modules/hadoop/templates/hdfs-site.xml
@@ -180,6 +180,13 @@
<name>dfs.datanode.data.dir</name>
<value><%= @hdfs_data_dirs.map { |dir| "file://#{dir}" }.join(",") %></value>
</property>
+
+ <!-- BEGIN: Specific change for ODPi reference build ONLY -->
+ <property>
+ <name>dfs.client.block.write.replace-datanode-on-failure.enable</name>
+ <value>false</value>
+ </property>
+ <!-- END: Specific change for ODPi reference build ONLY -->
<% if @hdfs_support_append %>
<property>