Spark executor logs on YARN

前端 未结 1 1237
一向
一向 2021-01-11 10:12

I\'m launching a distributed Spark application in YARN client mode, on a Cloudera cluster. After some time I see some errors on Cloudera Manager. Some executors get disconne

相关标签:
1条回答
  • 2021-01-11 10:51

    Check NodeManager's yarn.nodemanager.log-dir property. It's the log location of when Spark executor container is running.

    Note that when the application finishes NodeManager may remove the files (Log Aggregation). Check this document for detail. http://hortonworks.com/blog/simplifying-user-logs-management-and-access-in-yarn/

    0 讨论(0)
提交回复
热议问题