[GitHub] spark pull request #15247: [SPARK-17672] Spark 2.0 history server web Ui tak...

2016-09-29 Thread wgtmac
Github user wgtmac commented on a diff in the pull request: https://github.com/apache/spark/pull/15247#discussion_r81220197 --- Diff: core/src/main/scala/org/apache/spark/deploy/history/ApplicationHistoryProvider.scala --- @@ -109,4 +109,11 @@ private[history] abstract class

[GitHub] spark pull request #15247: [SPARK-17672] Spark 2.0 history server web Ui tak...

2016-09-29 Thread andrewor14
Github user andrewor14 commented on a diff in the pull request: https://github.com/apache/spark/pull/15247#discussion_r81218774 --- Diff: core/src/main/scala/org/apache/spark/deploy/history/ApplicationHistoryProvider.scala --- @@ -109,4 +109,11 @@ private[history] abstract class

[GitHub] spark pull request #15247: [SPARK-17672] Spark 2.0 history server web Ui tak...

2016-09-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/15247 --- 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 #15247: [SPARK-17672] Spark 2.0 history server web Ui tak...

2016-09-29 Thread andrewor14
Github user andrewor14 commented on a diff in the pull request: https://github.com/apache/spark/pull/15247#discussion_r81219143 --- Diff: core/src/main/scala/org/apache/spark/deploy/history/ApplicationHistoryProvider.scala --- @@ -109,4 +109,11 @@ private[history] abstract class

[GitHub] spark pull request #15247: [SPARK-17672] Spark 2.0 history server web Ui tak...

2016-09-29 Thread andrewor14
Github user andrewor14 commented on a diff in the pull request: https://github.com/apache/spark/pull/15247#discussion_r81219049 --- Diff: core/src/main/scala/org/apache/spark/status/api/v1/ApiRootResource.scala --- @@ -222,6 +222,7 @@ private[spark] object ApiRootResource {

[GitHub] spark pull request #15247: [SPARK-17672] Spark 2.0 history server web Ui tak...

2016-09-29 Thread andrewor14
Github user andrewor14 commented on a diff in the pull request: https://github.com/apache/spark/pull/15247#discussion_r81218992 --- Diff: core/src/main/scala/org/apache/spark/deploy/history/HistoryServer.scala --- @@ -182,6 +182,10 @@ class HistoryServer(

[GitHub] spark pull request #15247: [SPARK-17672] Spark 2.0 history server web Ui tak...

2016-09-29 Thread ajbozarth
Github user ajbozarth commented on a diff in the pull request: https://github.com/apache/spark/pull/15247#discussion_r81209383 --- Diff: core/src/main/scala/org/apache/spark/deploy/history/ApplicationCache.scala --- @@ -279,7 +279,8 @@ private[history] class ApplicationCache(

[GitHub] spark pull request #15247: [SPARK-17672] Spark 2.0 history server web Ui tak...

2016-09-28 Thread wgtmac
GitHub user wgtmac reopened a pull request: https://github.com/apache/spark/pull/15247 [SPARK-17672] Spark 2.0 history server web Ui takes too long for a single application ## What changes were proposed in this pull request? Added a new API getApplicationInfo(appId:

[GitHub] spark pull request #15247: [SPARK-17672] Spark 2.0 history server web Ui tak...

2016-09-28 Thread wgtmac
Github user wgtmac closed the pull request at: https://github.com/apache/spark/pull/15247 --- 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 #15247: [SPARK-17672] Spark 2.0 history server web Ui tak...

2016-09-28 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/15247#discussion_r80982275 --- Diff: core/src/main/scala/org/apache/spark/ui/SparkUI.scala --- @@ -126,6 +126,30 @@ private[spark] class SparkUI private ( )) ))

[GitHub] spark pull request #15247: [SPARK-17672] Spark 2.0 history server web Ui tak...

2016-09-27 Thread wgtmac
Github user wgtmac commented on a diff in the pull request: https://github.com/apache/spark/pull/15247#discussion_r80806416 --- Diff: core/src/main/scala/org/apache/spark/deploy/history/ApplicationCache.scala --- @@ -279,7 +279,8 @@ private[history] class ApplicationCache(

[GitHub] spark pull request #15247: [SPARK-17672] Spark 2.0 history server web Ui tak...

2016-09-27 Thread ajbozarth
Github user ajbozarth commented on a diff in the pull request: https://github.com/apache/spark/pull/15247#discussion_r80804419 --- Diff: core/src/main/scala/org/apache/spark/deploy/history/ApplicationCache.scala --- @@ -279,7 +279,8 @@ private[history] class ApplicationCache(

[GitHub] spark pull request #15247: [SPARK-17672] Spark 2.0 history server web Ui tak...

2016-09-27 Thread ajbozarth
Github user ajbozarth commented on a diff in the pull request: https://github.com/apache/spark/pull/15247#discussion_r80803313 --- Diff: core/src/main/scala/org/apache/spark/ui/SparkUI.scala --- @@ -126,6 +126,10 @@ private[spark] class SparkUI private ( )) ))

[GitHub] spark pull request #15247: [SPARK-17672] Spark 2.0 history server web Ui tak...

2016-09-26 Thread wgtmac
GitHub user wgtmac opened a pull request: https://github.com/apache/spark/pull/15247 [SPARK-17672] Spark 2.0 history server web Ui takes too long for a single application ## What changes were proposed in this pull request? Added a new API getApplicationInfo(appId: String)