[GitHub] spark pull request: [SPARK-4168][WebUI] web statges number should ...

2014-11-03 Thread liyezhang556520
Github user liyezhang556520 commented on the pull request: https://github.com/apache/spark/pull/3035#issuecomment-61580908 @andrewor14 , can you help to check whether this patch is fine now? --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] spark pull request: [SPARK-4168][WebUI] web statges number should ...

2014-11-03 Thread andrewor14
Github user andrewor14 commented on the pull request: https://github.com/apache/spark/pull/3035#issuecomment-61583893 Yeah LGTM I'll merge this. --- 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

[GitHub] spark pull request: [SPARK-4168][WebUI] web statges number should ...

2014-11-03 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/3035 --- 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: [SPARK-4168][WebUI] web statges number should ...

2014-11-01 Thread andrewor14
Github user andrewor14 commented on a diff in the pull request: https://github.com/apache/spark/pull/3035#discussion_r19705081 --- Diff: core/src/main/scala/org/apache/spark/ui/jobs/JobProgressListener.scala --- @@ -59,6 +59,11 @@ class JobProgressListener(conf: SparkConf) extends

[GitHub] spark pull request: [SPARK-4168][WebUI] web statges number should ...

2014-11-01 Thread liyezhang556520
Github user liyezhang556520 commented on the pull request: https://github.com/apache/spark/pull/3035#issuecomment-61388726 @andrewor14 , sorry to misunderstand. the comments updated, can you have a look to see if it is ok? --- If your project is set up for it, you can reply to this

[GitHub] spark pull request: [SPARK-4168][WebUI] web statges number should ...

2014-11-01 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/3035#issuecomment-61388774 [Test build #22717 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/22717/consoleFull) for PR 3035 at commit

[GitHub] spark pull request: [SPARK-4168][WebUI] web statges number should ...

2014-11-01 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/3035#issuecomment-61390571 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-4168][WebUI] web statges number should ...

2014-11-01 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/3035#issuecomment-61390570 [Test build #22717 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/22717/consoleFull) for PR 3035 at commit

[GitHub] spark pull request: [SPARK-4168][WebUI] web statges number should ...

2014-10-31 Thread liyezhang556520
GitHub user liyezhang556520 opened a pull request: https://github.com/apache/spark/pull/3035 [SPARK-4168][WebUI] web statges number should show correctly when stages are more than 1000 The number of completed stages and failed stages showed on webUI will always be less than 1000.

[GitHub] spark pull request: [SPARK-4168][WebUI] web statges number should ...

2014-10-31 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/3035#issuecomment-61238619 [Test build #22608 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/22608/consoleFull) for PR 3035 at commit

[GitHub] spark pull request: [SPARK-4168][WebUI] web statges number should ...

2014-10-31 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/3035#issuecomment-61245783 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-4168][WebUI] web statges number should ...

2014-10-31 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/3035#issuecomment-61245781 [Test build #22608 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/22608/consoleFull) for PR 3035 at commit

[GitHub] spark pull request: [SPARK-4168][WebUI] web statges number should ...

2014-10-31 Thread andrewor14
Github user andrewor14 commented on a diff in the pull request: https://github.com/apache/spark/pull/3035#discussion_r19689794 --- Diff: core/src/main/scala/org/apache/spark/ui/jobs/JobProgressListener.scala --- @@ -59,6 +59,11 @@ class JobProgressListener(conf: SparkConf) extends

[GitHub] spark pull request: [SPARK-4168][WebUI] web statges number should ...

2014-10-31 Thread andrewor14
Github user andrewor14 commented on a diff in the pull request: https://github.com/apache/spark/pull/3035#discussion_r19689917 --- Diff: core/src/main/scala/org/apache/spark/ui/jobs/JobProgressListener.scala --- @@ -59,6 +59,11 @@ class JobProgressListener(conf: SparkConf) extends

[GitHub] spark pull request: [SPARK-4168][WebUI] web statges number should ...

2014-10-31 Thread liyezhang556520
Github user liyezhang556520 commented on a diff in the pull request: https://github.com/apache/spark/pull/3035#discussion_r19701557 --- Diff: core/src/main/scala/org/apache/spark/ui/jobs/JobProgressListener.scala --- @@ -59,6 +59,11 @@ class JobProgressListener(conf: SparkConf)

[GitHub] spark pull request: [SPARK-4168][WebUI] web statges number should ...

2014-10-31 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/3035#issuecomment-61357578 [Test build #22679 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/22679/consoleFull) for PR 3035 at commit

[GitHub] spark pull request: [SPARK-4168][WebUI] web statges number should ...

2014-10-31 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/3035#issuecomment-61358812 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-4168][WebUI] web statges number should ...

2014-10-31 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/3035#issuecomment-61358810 [Test build #22679 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/22679/consoleFull) for PR 3035 at commit