-
Notifications
You must be signed in to change notification settings - Fork 28.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SPARK-3454] Expose JSON representation of data shown in WebU #2333
Closed
Closed
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
353a423
Implemented renderJson for StagePage
sarutak b8578a7
Implemented renderJson for EnvironmentPage
sarutak 937c8b7
tmp
sarutak 437c241
Merge branch 'master' of git://git.apache.org/spark into json-exposin…
sarutak 5556856
Implemented renderJson for ExecutorPage
sarutak f7958b0
Implemented renderJson for JobProgressPage
sarutak 9e0010a
Implemented renderJson for PoolPage
sarutak 8850706
Modified style
sarutak e537be6
Implemented renderJson for StoragePage
sarutak c108200
Implemented renderJson for RDDPage
sarutak 2f8f9f3
Added "Scheduling Mode" field in the json data returned by JobProgres…
sarutak a349d0e
Added "Stage Summary" field to the json data returned from StagePage#…
sarutak eb49ea5
Modified variable name to be returned in EnvironmentPage.scala
sarutak d4d8c22
Added spaces at the place where creating json in ExecutorPage.scala
sarutak 36ce0ed
Simplified json creating logic in JobProgressPage.scala
sarutak 1882f38
Simplified PoolPage.scala
sarutak 6b159ed
Simplified json creating logic in StagePage.scala
sarutak 270346a
Simplified json creating logic in RDDPage.scala
sarutak f1b6bcf
Simplified json creating logic in StoragePage.scala
sarutak 72c0644
Modified variable name in StagePage.scala
sarutak a2dbe2e
Merge branch 'master' of git://git.apache.org/spark into json-exposin…
sarutak b50a383
Merge branch 'json-exposing-feature' of github.com:sarutak/spark into…
sarutak 7f51a4f
Merge branch 'master' of git://git.apache.org/spark into json-exposin…
sarutak d41b3ca
Merge branch 'master' of git://git.apache.org/spark into json-exposin…
sarutak 7b4d6eb
Merge branch 'master' of git://git.apache.org/spark into json-exposin…
sarutak File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you put this in a variable so this is more readable?