3

Is the port for "Resource­Manager Web UI" for a yarn machine always set to 8088 or is it possible to change it?

I see here in the documentation of hortonworks that the default value is 8088, but it is not written whether it could have different values.

Thanks!

Xquery
  • 187
  • 1
  • 3
  • 9

2 Answers2

4

You can setup the WebUI address in yarn-default.xml file.

Set property yarn.resourcemanager.webapp.address to another port.

For more detailed information refer to the documentation http://docs.hortonworks.com/Hadoop2.0/hadoop-yarn/hadoop-yarn-common/yarn-default.xml

vanekjar
  • 2,386
  • 14
  • 23
3

With last version of YARN as of now (Oct 2018), default port is 8088:

https://hadoop.apache.org/docs/r2.4.1/hadoop-yarn/hadoop-yarn-common/yarn-default.xml

Stepan Yakovenko
  • 8,670
  • 28
  • 113
  • 206