You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by rv...@apache.org on 2012/03/20 18:58:41 UTC

svn commit: r1303059 - /incubator/bigtop/branches/hadoop-0.23/bigtop-deploy/puppet/modules/hadoop/templates/yarn-site.xml

Author: rvs
Date: Tue Mar 20 17:58:41 2012
New Revision: 1303059

URL: http://svn.apache.org/viewvc?rev=1303059&view=rev
Log:
BIGTOP-464. There's currently a commented block in puppet/modules/hadoop/templates/yarn-site.xml that fails to render in some cases (Patrick Taylor Ramsey via rvs)

Modified:
    incubator/bigtop/branches/hadoop-0.23/bigtop-deploy/puppet/modules/hadoop/templates/yarn-site.xml

Modified: incubator/bigtop/branches/hadoop-0.23/bigtop-deploy/puppet/modules/hadoop/templates/yarn-site.xml
URL: http://svn.apache.org/viewvc/incubator/bigtop/branches/hadoop-0.23/bigtop-deploy/puppet/modules/hadoop/templates/yarn-site.xml?rev=1303059&r1=1303058&r2=1303059&view=diff
==============================================================================
--- incubator/bigtop/branches/hadoop-0.23/bigtop-deploy/puppet/modules/hadoop/templates/yarn-site.xml (original)
+++ incubator/bigtop/branches/hadoop-0.23/bigtop-deploy/puppet/modules/hadoop/templates/yarn-site.xml Tue Mar 20 17:58:41 2012
@@ -65,10 +65,14 @@
   </property>
 <% end %>
 
-  <!-- FIXME: MAPREDUCE-3916 property>
+<% 
+=begin FIXME: MAPREDUCE-3916 -%> 
+  <property>
     <name>yarn.web-proxy.address</name>
     <value><%= hadoop_ps_host %>:<%= hadoop_ps_port %></value>
-  </property -->
+  </property> 
+<% 
+=end -%>
 
   <property>
     <name>yarn.resourcemanager.resource-tracker.address</name>