Repository: bigtop
Updated Branches:
refs/heads/master 63a857464 -> 66facb918
BIGTOP-1857: Support yarn-built-in proxy
Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo
Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/66facb91
Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/66facb91
Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/66facb91
Branch: refs/heads/master
Commit: 66facb9187afd3f4cb3f6633274d3e3a64556da6
Parents: 63a8574
Author: Olaf Flebbe <o.flebbe@science-computing.de>
Authored: Thu Apr 30 15:15:39 2015 +0200
Committer: Olaf Flebbe <of@oflebbe.de>
Committed: Fri May 1 22:56:29 2015 +0200
----------------------------------------------------------------------
bigtop-deploy/puppet/modules/hadoop/templates/yarn-site.xml | 2 ++
1 file changed, 2 insertions(+)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/bigtop/blob/66facb91/bigtop-deploy/puppet/modules/hadoop/templates/yarn-site.xml
----------------------------------------------------------------------
diff --git a/bigtop-deploy/puppet/modules/hadoop/templates/yarn-site.xml b/bigtop-deploy/puppet/modules/hadoop/templates/yarn-site.xml
index 27bc566..6f6c464 100644
--- a/bigtop-deploy/puppet/modules/hadoop/templates/yarn-site.xml
+++ b/bigtop-deploy/puppet/modules/hadoop/templates/yarn-site.xml
@@ -57,10 +57,12 @@
</property>
<% end %>
+<% if @hadoop_ps_host %>
<property>
<name>yarn.web-proxy.address</name>
<value><%= @hadoop_ps_host %>:<%= @hadoop_ps_port %></value>
</property>
+<% end %>
<% if @yarn_resourcemanager_ha_enabled -%>
|