GitHub user ajbozarth opened a pull request:
https://github.com/apache/spark/pull/17904
[SPARK-20630] [Web UI] Fixed column visibility in Executor Tab
## What changes were proposed in this pull request?
#14617 added new columns to the executor table causing the visibility
checks for the logs and threadDump columns to toggle the wrong columns since
they used hard-coded column numbers.
I've updated the checks to use column names instead of numbers so future
updates don't accidentally break this again.
Note: This will also need to be back ported into 2.2 since #14617 was
merged there
## How was this patch tested?
Manually tested
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ajbozarth/spark spark20630
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/17904.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #17904
----
commit 766bfb0f45366b790710e75579c8207370e56560
Author: Alex Bozarth <[email protected]>
Date: 2017-05-08T21:40:19Z
Fixed column visability check to use names instead of ints
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]