[GitHub] spark pull request: [SPARK-10900][Streaming]Add output operation e...

2015-10-05 Thread tdas
Github user tdas commented on a diff in the pull request: https://github.com/apache/spark/pull/8958#discussion_r41178108 --- Diff: streaming/src/main/scala/org/apache/spark/streaming/scheduler/OutputOperationInfo.scala --- @@ -0,0 +1,41 @@ +/* + * Licensed to the Apache

[GitHub] spark pull request: [SPARK-10900][Streaming]Add output operation e...

2015-10-05 Thread tdas
Github user tdas commented on a diff in the pull request: https://github.com/apache/spark/pull/8958#discussion_r41178301 --- Diff: streaming/src/test/scala/org/apache/spark/streaming/StreamingListenerSuite.scala --- @@ -140,6 +140,27 @@ class StreamingListenerSuite extends

[GitHub] spark pull request: [SPARK-10900][Streaming]Add output operation e...

2015-10-05 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8958#issuecomment-145717651 Merged build triggered. --- 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-10900][Streaming]Add output operation e...

2015-10-05 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8958#issuecomment-145717661 Merged build started. --- 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-10900][Streaming]Add output operation e...

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

[GitHub] spark pull request: [SPARK-10900][Streaming]Add output operation e...

2015-10-05 Thread tdas
Github user tdas commented on the pull request: https://github.com/apache/spark/pull/8958#issuecomment-145719296 LGTM. Will merge to master when tests pass. --- 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

[GitHub] spark pull request: [SPARK-10900][Streaming]Add output operation e...

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

[GitHub] spark pull request: [SPARK-10900][Streaming]Add output operation e...

2015-10-05 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8958#issuecomment-145723279 Merged build finished. Test PASSed. --- 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

[GitHub] spark pull request: [SPARK-10900][Streaming]Add output operation e...

2015-10-05 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/8958#issuecomment-145723206 [Test build #43266 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/43266/console) for PR 8958 at commit

[GitHub] spark pull request: [SPARK-10900][Streaming]Add output operation e...

2015-10-05 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/8958 --- 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-10900][Streaming]Add output operation e...

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

[GitHub] spark pull request: [SPARK-10900][Streaming]Add output operation e...

2015-10-05 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8958#issuecomment-145488143 Merged build started. --- 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-10900][Streaming]Add output operation e...

2015-10-05 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8958#issuecomment-145488113 Merged build triggered. --- 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-10900][Streaming]Add output operation e...

2015-10-05 Thread zsxwing
Github user zsxwing commented on a diff in the pull request: https://github.com/apache/spark/pull/8958#discussion_r41128455 --- Diff: streaming/src/test/scala/org/apache/spark/streaming/StreamingListenerSuite.scala --- @@ -140,6 +140,27 @@ class StreamingListenerSuite extends

[GitHub] spark pull request: [SPARK-10900][Streaming]Add output operation e...

2015-10-05 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/8958#issuecomment-145497725 [Test build #43237 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/43237/console) for PR 8958 at commit

[GitHub] spark pull request: [SPARK-10900][Streaming]Add output operation e...

2015-10-05 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8958#issuecomment-145497818 Merged build finished. Test PASSed. --- 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

[GitHub] spark pull request: [SPARK-10900][Streaming]Add output operation e...

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

[GitHub] spark pull request: [SPARK-10900][Streaming]Add output operation e...

2015-10-02 Thread tdas
Github user tdas commented on a diff in the pull request: https://github.com/apache/spark/pull/8958#discussion_r41067198 --- Diff: streaming/src/test/scala/org/apache/spark/streaming/StreamingListenerSuite.scala --- @@ -140,6 +140,27 @@ class StreamingListenerSuite extends

[GitHub] spark pull request: [SPARK-10900][Streaming]Add output operation e...

2015-10-02 Thread tdas
Github user tdas commented on a diff in the pull request: https://github.com/apache/spark/pull/8958#discussion_r41075408 --- Diff: streaming/src/main/scala/org/apache/spark/streaming/scheduler/StreamingListener.scala --- @@ -39,6 +39,17 @@ case class

[GitHub] spark pull request: [SPARK-10900][Streaming]Add output operation e...

2015-10-01 Thread zsxwing
GitHub user zsxwing opened a pull request: https://github.com/apache/spark/pull/8958 [SPARK-10900][Streaming]Add output operation events to StreamingListener Add output operation events to StreamingListener so as to implement the following UI features: 1. Progress bar of a

[GitHub] spark pull request: [SPARK-10900][Streaming]Add output operation e...

2015-10-01 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8958#issuecomment-144754459 Merged build triggered. --- 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-10900][Streaming]Add output operation e...

2015-10-01 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8958#issuecomment-144754489 Merged build started. --- 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-10900][Streaming]Add output operation e...

2015-10-01 Thread zsxwing
Github user zsxwing commented on the pull request: https://github.com/apache/spark/pull/8958#issuecomment-14475 /cc @tdas --- 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

[GitHub] spark pull request: [SPARK-10900][Streaming]Add output operation e...

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

[GitHub] spark pull request: [SPARK-10900][Streaming]Add output operation e...

2015-10-01 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/8958#issuecomment-144771166 [Test build #43151 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/43151/console) for PR 8958 at commit

[GitHub] spark pull request: [SPARK-10900][Streaming]Add output operation e...

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

[GitHub] spark pull request: [SPARK-10900][Streaming]Add output operation e...

2015-10-01 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8958#issuecomment-144771351 Merged build finished. Test PASSed. --- 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