[GitHub] spark pull request #15984: [SPARK-18551] [Web UI] [Core] [WIP] Add functiona...

2016-11-28 Thread ajbozarth
Github user ajbozarth closed the pull request at: https://github.com/apache/spark/pull/15984 --- 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

[GitHub] spark pull request #15984: [SPARK-18551] [Web UI] [Core] [WIP] Add functiona...

2016-11-23 Thread steveloughran
Github user steveloughran commented on a diff in the pull request: https://github.com/apache/spark/pull/15984#discussion_r89312793 --- Diff: core/src/main/scala/org/apache/spark/deploy/history/HistoryServer.scala --- @@ -121,6 +123,12 @@ class HistoryServer( def

[GitHub] spark pull request #15984: [SPARK-18551] [Web UI] [Core] [WIP] Add functiona...

2016-11-23 Thread steveloughran
Github user steveloughran commented on a diff in the pull request: https://github.com/apache/spark/pull/15984#discussion_r89312600 --- Diff: core/src/main/scala/org/apache/spark/deploy/history/FsHistoryProvider.scala --- @@ -535,6 +535,26 @@ private[history] class

[GitHub] spark pull request #15984: [SPARK-18551] [Web UI] [Core] [WIP] Add functiona...

2016-11-22 Thread ajbozarth
Github user ajbozarth commented on a diff in the pull request: https://github.com/apache/spark/pull/15984#discussion_r89244643 --- Diff: core/src/main/resources/org/apache/spark/ui/static/historypage.js --- @@ -21,6 +21,12 @@ function setAppLimit(val) { appLimit = val;

[GitHub] spark pull request #15984: [SPARK-18551] [Web UI] [Core] [WIP] Add functiona...

2016-11-22 Thread ajbozarth
Github user ajbozarth commented on a diff in the pull request: https://github.com/apache/spark/pull/15984#discussion_r89244508 --- Diff: core/src/main/scala/org/apache/spark/deploy/history/FsHistoryProvider.scala --- @@ -535,6 +535,26 @@ private[history] class

[GitHub] spark pull request #15984: [SPARK-18551] [Web UI] [Core] [WIP] Add functiona...

2016-11-22 Thread ajbozarth
Github user ajbozarth commented on a diff in the pull request: https://github.com/apache/spark/pull/15984#discussion_r89244722 --- Diff: core/src/main/scala/org/apache/spark/deploy/history/HistoryServer.scala --- @@ -131,6 +139,16 @@ class HistoryServer(

[GitHub] spark pull request #15984: [SPARK-18551] [Web UI] [Core] [WIP] Add functiona...

2016-11-22 Thread ajbozarth
Github user ajbozarth commented on a diff in the pull request: https://github.com/apache/spark/pull/15984#discussion_r89244283 --- Diff: core/src/main/resources/org/apache/spark/ui/static/historypage-template.html --- @@ -77,7 +77,12 @@ {{duration}}

[GitHub] spark pull request #15984: [SPARK-18551] [Web UI] [Core] [WIP] Add functiona...

2016-11-22 Thread ajbozarth
GitHub user ajbozarth opened a pull request: https://github.com/apache/spark/pull/15984 [SPARK-18551] [Web UI] [Core] [WIP] Add functionality to delete event logs from the History Server UI ## What changes were proposed in this pull request? Sometimes a Spark user will