apache-sparkhadoophadoop-yarnyarn-v2

Where is yarn.nodemanager.log-dirs in spark?


I have looked into:

Where can I find and modify the yarn.nodemanager.log-dirs property?


Solution

  • To find this, we need to traverse some of Hadoop's source code:

    So, have a look at $HADOOP_HOME/logs/userlogs to see whether you find something in there!

    If you want to edit it, you can do either of the following: