[GitHub] spark pull request #14835: [SPARK-17243] [Web UI] Spark 2.0 History Server w...

2016-08-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/14835 --- 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 #14835: [SPARK-17243] [Web UI] Spark 2.0 History Server w...

2016-08-30 Thread ajbozarth
Github user ajbozarth commented on a diff in the pull request: https://github.com/apache/spark/pull/14835#discussion_r76851772 --- Diff: docs/monitoring.md --- @@ -114,16 +114,16 @@ The history server can be configured as follows: spark.history.retainedApplications

[GitHub] spark pull request #14835: [SPARK-17243] [Web UI] Spark 2.0 History Server w...

2016-08-30 Thread tgravescs
Github user tgravescs commented on a diff in the pull request: https://github.com/apache/spark/pull/14835#discussion_r76818102 --- Diff: docs/monitoring.md --- @@ -114,16 +114,16 @@ The history server can be configured as follows: spark.history.retainedApplications

[GitHub] spark pull request #14835: [SPARK-17243] [Web UI] Spark 2.0 History Server w...

2016-08-30 Thread steveloughran
Github user steveloughran commented on a diff in the pull request: https://github.com/apache/spark/pull/14835#discussion_r76764190 --- Diff: core/src/test/scala/org/apache/spark/deploy/history/HistoryServerSuite.scala --- @@ -100,6 +100,7 @@ class HistoryServerSuite extends

[GitHub] spark pull request #14835: [SPARK-17243] [Web UI] Spark 2.0 History Server w...

2016-08-29 Thread tgravescs
Github user tgravescs commented on a diff in the pull request: https://github.com/apache/spark/pull/14835#discussion_r76669710 --- Diff: core/src/test/scala/org/apache/spark/deploy/history/HistoryServerSuite.scala --- @@ -100,6 +100,7 @@ class HistoryServerSuite extends

[GitHub] spark pull request #14835: [SPARK-17243] [Web UI] Spark 2.0 History Server w...

2016-08-29 Thread ajbozarth
Github user ajbozarth commented on a diff in the pull request: https://github.com/apache/spark/pull/14835#discussion_r76668460 --- Diff: core/src/test/scala/org/apache/spark/deploy/history/HistoryServerSuite.scala --- @@ -100,6 +100,7 @@ class HistoryServerSuite extends

[GitHub] spark pull request #14835: [SPARK-17243] [Web UI] Spark 2.0 History Server w...

2016-08-29 Thread ajbozarth
Github user ajbozarth commented on a diff in the pull request: https://github.com/apache/spark/pull/14835#discussion_r76667324 --- Diff: docs/monitoring.md --- @@ -119,6 +119,14 @@ The history server can be configured as follows: +

[GitHub] spark pull request #14835: [SPARK-17243] [Web UI] Spark 2.0 History Server w...

2016-08-29 Thread tgravescs
Github user tgravescs commented on a diff in the pull request: https://github.com/apache/spark/pull/14835#discussion_r76667335 --- Diff: core/src/test/scala/org/apache/spark/deploy/history/HistoryServerSuite.scala --- @@ -100,6 +100,7 @@ class HistoryServerSuite extends

[GitHub] spark pull request #14835: [SPARK-17243] [Web UI] Spark 2.0 History Server w...

2016-08-29 Thread tgravescs
Github user tgravescs commented on a diff in the pull request: https://github.com/apache/spark/pull/14835#discussion_r76641023 --- Diff: docs/monitoring.md --- @@ -119,6 +119,14 @@ The history server can be configured as follows: +

[GitHub] spark pull request #14835: [SPARK-17243] [Web UI] Spark 2.0 History Server w...

2016-08-26 Thread ajbozarth
Github user ajbozarth commented on a diff in the pull request: https://github.com/apache/spark/pull/14835#discussion_r76492352 --- Diff: dev/.rat-excludes --- @@ -101,3 +101,4 @@ org.apache.spark.scheduler.ExternalClusterManager .*\.sql .Rbuildignore

[GitHub] spark pull request #14835: [SPARK-17243] [Web UI] Spark 2.0 History Server w...

2016-08-26 Thread steveloughran
Github user steveloughran commented on a diff in the pull request: https://github.com/apache/spark/pull/14835#discussion_r76491726 --- Diff: dev/.rat-excludes --- @@ -101,3 +101,4 @@ org.apache.spark.scheduler.ExternalClusterManager .*\.sql .Rbuildignore

[GitHub] spark pull request #14835: [SPARK-17243] [Web UI] Spark 2.0 History Server w...

2016-08-26 Thread wgtmac
Github user wgtmac commented on a diff in the pull request: https://github.com/apache/spark/pull/14835#discussion_r76490832 --- Diff: core/src/main/scala/org/apache/spark/deploy/history/HistoryServer.scala --- @@ -171,7 +175,7 @@ class HistoryServer( * @return List of all

[GitHub] spark pull request #14835: [SPARK-17243] [Web UI] Spark 2.0 History Server w...

2016-08-26 Thread ajbozarth
GitHub user ajbozarth opened a pull request: https://github.com/apache/spark/pull/14835 [SPARK-17243] [Web UI] Spark 2.0 History Server won't load with very large application history ## What changes were proposed in this pull request? With the new History Server the