关注 spark技术分享,
撸spark源码 玩spark最佳实践

Executors

Executors Tab

Executors tab in web UI shows…​FIXME

spark webui executors.png
Figure 1. Executors Tab in web UI (local mode)

The Executors tab is available under /executors URL, i.e. http://localhost:4040/executors.

Internally, the Executors tab is represented by ExecutorsTab.

Note

What’s interesting in how Storage Memory is displayed in the Executors tab is that the default UnifiedMemoryManager calculates the maximum memory in a way that is different from what the page displays (using the custom JavaScript formatBytes function in utils.js).

getExecInfo Method

getExecInfo creates a ExecutorSummary.

Caution
FIXME
Note
getExecInfo is used when…​FIXME

Settings

spark.ui.threadDumpsEnabled

spark.ui.threadDumpsEnabled (default: true) is to enable (true) or disable (false) ExecutorThreadDumpPage.

赞(0) 打赏
未经允许不得转载:spark技术分享 » Executors
分享到: 更多 (0)

关注公众号:spark技术分享

联系我们联系我们

觉得文章有用就打赏一下文章作者

支付宝扫一扫打赏

微信扫一扫打赏