Skip to content

Conversation

@ajbozarth
Copy link
Member

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

both
dump
logs

@ajbozarth
Copy link
Member Author

ajbozarth commented Jul 27, 2016

#14204 will also need this conditional logic, so once this or that is merged the other will need to update to add that logic. (I've already written it)

@ajbozarth
Copy link
Member Author

Looping in those who reviewed the previous pr: @nblintao @kishorvpatil @tgravescs @zhuoliu

@ajbozarth
Copy link
Member Author

I also included a bit of clean up from #13670 in regards to GDTimePercentage which I missed before

@SparkQA
Copy link

SparkQA commented Jul 27, 2016

Test build #62932 has finished for PR 14382 at commit d249d61.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@nblintao
Copy link
Contributor

nblintao commented Aug 2, 2016

It looks great from the code. I will try it tomorrow or later. Thanks for fixing this!

@ajbozarth
Copy link
Member Author

@tgravescs @srowen would you be willing to take a quick look at this?

@srowen
Copy link
Member

srowen commented Aug 19, 2016

I see, I tend to trust your work here. The result looks OK. Looks like this only needs to go to master

@tgravescs
Copy link
Contributor

changes look fine. +1, thanks for fixing this.

@asfgit asfgit closed this in e98eb21 Aug 19, 2016
@ajbozarth ajbozarth deleted the spark16673 branch August 19, 2016 17:16
nblintao added a commit to nblintao/spark that referenced this pull request Aug 28, 2016
asfgit pushed a commit that referenced this pull request Dec 13, 2016
… 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.

Author: Alex Bozarth <[email protected]>

Closes #16256 from ajbozarth/spark18816.

(cherry picked from commit aebf44e)
Signed-off-by: Sean Owen <[email protected]>
asfgit pushed a commit that referenced this pull request Dec 13, 2016
… 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.

Author: Alex Bozarth <[email protected]>

Closes #16256 from ajbozarth/spark18816.
robert3005 pushed a commit to palantir/spark that referenced this pull request Dec 15, 2016
… 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 apache#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.

Author: Alex Bozarth <[email protected]>

Closes apache#16256 from ajbozarth/spark18816.
uzadude pushed a commit to uzadude/spark that referenced this pull request Jan 27, 2017
… 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 apache#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.

Author: Alex Bozarth <[email protected]>

Closes apache#16256 from ajbozarth/spark18816.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants