Author: rvs
Date: Tue Mar 20 17:58:02 2012
New Revision: 1303052
URL: http://svn.apache.org/viewvc?rev=1303052&view=rev
Log:
BIGTOP-465. webhdfs isn't in the puppeted hadoop configuration (Patrick Taylor
Ramsey via rvs)
Modified:
incubator/bigtop/branches/hadoop-0.23/bigtop-deploy/puppet/modules/hadoop/templates/hdfs-site.xml
Modified:
incubator/bigtop/branches/hadoop-0.23/bigtop-deploy/puppet/modules/hadoop/templates/hdfs-site.xml
URL:
http://svn.apache.org/viewvc/incubator/bigtop/branches/hadoop-0.23/bigtop-deploy/puppet/modules/hadoop/templates/hdfs-site.xml?rev=1303052&r1=1303051&r2=1303052&view=diff
==============================================================================
---
incubator/bigtop/branches/hadoop-0.23/bigtop-deploy/puppet/modules/hadoop/templates/hdfs-site.xml
(original)
+++
incubator/bigtop/branches/hadoop-0.23/bigtop-deploy/puppet/modules/hadoop/templates/hdfs-site.xml
Tue Mar 20 17:58:02 2012
@@ -168,4 +168,9 @@
</property>
<% end %>
+ <property>
+ <name>dfs.webhdfs.enabled</name>
+ <value>true</value>
+ </property>
+
</configuration>