-
- Downloads
[SPARK-16673][WEB UI] New Executor Page removed conditional for Logs and Thread Dump columns
## What changes were proposed in this pull request? When #13670 switched `ExecutorsPage` to use JQuery DataTables it incidentally removed the conditional for the Logs and Thread Dump columns. I reimplemented the conditional display of the Logs and Thread dump columns as it was before the switch. ## How was this patch tested? Manually tested and dev/run-tests    Author: Alex Bozarth <ajbozart@us.ibm.com> Closes #14382 from ajbozarth/spark16673.
Showing
- core/src/main/resources/org/apache/spark/ui/static/executorspage.js 31 additions, 7 deletions...ain/resources/org/apache/spark/ui/static/executorspage.js
- core/src/main/scala/org/apache/spark/ui/exec/ExecutorsPage.scala 3 additions, 4 deletions...c/main/scala/org/apache/spark/ui/exec/ExecutorsPage.scala
Loading
Please register or sign in to comment