We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39cb146 commit 59ef2a1Copy full SHA for 59ef2a1
config/yarn-site.xml
@@ -12,6 +12,13 @@
12
<name>yarn.resourcemanager.hostname</name>
13
<value>master-node</value>
14
</property>
15
+ <!-- Port 8088 uses tcp6 protocol which does not work correctly with published ports using host mode in
16
+ docker-compose file (source: https://stackoverflow.com/q/23128593/7058363).
17
+ Note that this setting is used only in master node -->
18
+ <property>
19
+ <name>yarn.resourcemanager.webapp.address</name>
20
+ <value>0.0.0.0:8088</value>
21
+ </property>
22
<!-- These two properties prevent some memory issues -->
23
<property>
24
<name>yarn.nodemanager.vmem-check-enabled</name>
0 commit comments