aboutsummaryrefslogtreecommitdiff
path: root/bigtop-deploy/puppet
diff options
context:
space:
mode:
authorOlaf Flebbe <o.flebbe@science-computing.de>2015-04-30 15:15:39 +0200
committerOlaf Flebbe <of@oflebbe.de>2015-05-01 22:56:29 +0200
commit66facb9187afd3f4cb3f6633274d3e3a64556da6 (patch)
tree914e5ed4fbd9538ee8c824aec21913ae977d2f4d /bigtop-deploy/puppet
parent63a8574644cd68ea34290ec8613f77e45953af98 (diff)
BIGTOP-1857: Support yarn-built-in proxy
Diffstat (limited to 'bigtop-deploy/puppet')
-rw-r--r--bigtop-deploy/puppet/modules/hadoop/templates/yarn-site.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/bigtop-deploy/puppet/modules/hadoop/templates/yarn-site.xml b/bigtop-deploy/puppet/modules/hadoop/templates/yarn-site.xml
index 27bc5666..6f6c4648 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 -%>