GitHub user ajbozarth opened a pull request:

    https://github.com/apache/spark/pull/16256

    [SPARK-18816] [Web UI] Executors Logs column only ran visibility check on 
initial table load

    ## What changes were proposed in this pull request?
    
    When I added a visibility check for the logs column on the executors page 
in #14382 the method I used only ran the check on the initial DataTable 
creation and not subsequent page loads. I moved the check out of the table 
definition and instead it runs on each page load. The jQuery DataTable 
functionality used is the same.
    
    ## How was this patch tested?
    
    Tested Manually
    
    No visible UI changes to screenshot.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/ajbozarth/spark spark18816

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/16256.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 #16256
    
----
commit 0f5e4700f9d6a0b58385aaffd14d94fe1a3b71d6
Author: Alex Bozarth <[email protected]>
Date:   2016-12-12T22:55:12Z

    logs column visibility check only ran on inital load, changed to run on 
each page load

----


---
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]

Reply via email to