[GitHub] spark pull request: [Spark-13374][Streaming][wip] make it possible...

2016-02-25 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/11249#issuecomment-189151430 Merged build finished. Test FAILed. --- 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-13374][Streaming][wip] make it possible...

2016-02-25 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/11249#issuecomment-189151425 **[Test build #52033 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/52033/consoleFull)** for PR 11249 at commit

[GitHub] spark pull request: [Spark-13374][Streaming][wip] make it possible...

2016-02-25 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/11249#issuecomment-189151432 Test FAILed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [Spark-13374][Streaming][wip] make it possible...

2016-02-25 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/11249#issuecomment-189151197 **[Test build #52033 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/52033/consoleFull)** for PR 11249 at commit

[GitHub] spark pull request: [Spark-13374][Streaming][wip] make it possible...

2016-02-25 Thread mwws
Github user mwws commented on a diff in the pull request: https://github.com/apache/spark/pull/11249#discussion_r54212560 --- Diff: streaming/src/main/scala/org/apache/spark/streaming/StreamingContext.scala --- @@ -269,6 +270,33 @@ class StreamingContext private[streaming] (

[GitHub] spark pull request: [Spark-13374][Streaming][wip] make it possible...

2016-02-25 Thread chenghao-intel
Github user chenghao-intel commented on a diff in the pull request: https://github.com/apache/spark/pull/11249#discussion_r54170956 --- Diff: streaming/src/main/scala/org/apache/spark/streaming/AccumulableCheckpoint.scala --- @@ -0,0 +1,37 @@ +/* + * Licensed to the

[GitHub] spark pull request: [Spark-13374][Streaming][wip] make it possible...

2016-02-25 Thread chenghao-intel
Github user chenghao-intel commented on a diff in the pull request: https://github.com/apache/spark/pull/11249#discussion_r54170867 --- Diff: streaming/src/main/scala/org/apache/spark/streaming/StreamingContext.scala --- @@ -269,6 +270,33 @@ class StreamingContext

[GitHub] spark pull request: [Spark-13374][Streaming][wip] make it possible...

2016-02-25 Thread chenghao-intel
Github user chenghao-intel commented on a diff in the pull request: https://github.com/apache/spark/pull/11249#discussion_r54170612 --- Diff: streaming/src/main/scala/org/apache/spark/streaming/StreamingContext.scala --- @@ -269,6 +270,33 @@ class StreamingContext

[GitHub] spark pull request: [Spark-13374][Streaming][wip] make it possible...

2016-02-24 Thread chenghao-intel
Github user chenghao-intel commented on a diff in the pull request: https://github.com/apache/spark/pull/11249#discussion_r53925855 --- Diff: streaming/src/main/scala/org/apache/spark/streaming/Checkpoint.scala --- @@ -41,6 +41,13 @@ class Checkpoint(ssc: StreamingContext, val

[GitHub] spark pull request: [Spark-13374][Streaming][wip] make it possible...

2016-02-22 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/11249#issuecomment-187582252 Merged build finished. Test FAILed. --- 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-13374][Streaming][wip] make it possible...

2016-02-22 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/11249#issuecomment-187582244 **[Test build #51746 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/51746/consoleFull)** for PR 11249 at commit

[GitHub] spark pull request: [Spark-13374][Streaming][wip] make it possible...

2016-02-22 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/11249#issuecomment-187582255 Test FAILed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [Spark-13374][Streaming][wip] make it possible...

2016-02-22 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/11249#issuecomment-187581494 **[Test build #51746 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/51746/consoleFull)** for PR 11249 at commit

[GitHub] spark pull request: [Spark-13374][Streaming][wip] make it possible...

2016-02-22 Thread mwws
Github user mwws commented on a diff in the pull request: https://github.com/apache/spark/pull/11249#discussion_r53742303 --- Diff: streaming/src/main/scala/org/apache/spark/streaming/Checkpoint.scala --- @@ -41,6 +41,13 @@ class Checkpoint(ssc: StreamingContext, val

[GitHub] spark pull request: [Spark-13374][Streaming][wip] make it possible...

2016-02-22 Thread mwws
Github user mwws commented on a diff in the pull request: https://github.com/apache/spark/pull/11249#discussion_r53741073 --- Diff: streaming/src/main/scala/org/apache/spark/streaming/Checkpoint.scala --- @@ -41,6 +41,13 @@ class Checkpoint(ssc: StreamingContext, val

[GitHub] spark pull request: [Spark-13374][Streaming][wip] make it possible...

2016-02-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/11249#issuecomment-186051202 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-13374][Streaming][wip] make it possible...

2016-02-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/11249#issuecomment-186051203 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [Spark-13374][Streaming][wip] make it possible...

2016-02-18 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/11249#issuecomment-186051114 **[Test build #51511 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/51511/consoleFull)** for PR 11249 at commit

[GitHub] spark pull request: [Spark-13374][Streaming][wip] make it possible...

2016-02-18 Thread chenghao-intel
Github user chenghao-intel commented on a diff in the pull request: https://github.com/apache/spark/pull/11249#discussion_r53419256 --- Diff: streaming/src/main/scala/org/apache/spark/streaming/StreamingContext.scala --- @@ -269,6 +270,39 @@ class StreamingContext

[GitHub] spark pull request: [Spark-13374][Streaming][wip] make it possible...

2016-02-18 Thread chenghao-intel
Github user chenghao-intel commented on a diff in the pull request: https://github.com/apache/spark/pull/11249#discussion_r53419167 --- Diff: streaming/src/main/scala/org/apache/spark/streaming/Checkpoint.scala --- @@ -41,6 +41,13 @@ class Checkpoint(ssc: StreamingContext, val

[GitHub] spark pull request: [Spark-13374][Streaming][wip] make it possible...

2016-02-18 Thread chenghao-intel
Github user chenghao-intel commented on a diff in the pull request: https://github.com/apache/spark/pull/11249#discussion_r53419010 --- Diff: streaming/src/main/scala/org/apache/spark/streaming/Checkpoint.scala --- @@ -41,6 +41,13 @@ class Checkpoint(ssc: StreamingContext, val

[GitHub] spark pull request: [Spark-13374][Streaming][wip] make it possible...

2016-02-18 Thread mwws
Github user mwws commented on a diff in the pull request: https://github.com/apache/spark/pull/11249#discussion_r53418748 --- Diff: streaming/src/main/scala/org/apache/spark/streaming/StreamingContext.scala --- @@ -269,6 +270,39 @@ class StreamingContext private[streaming] (

[GitHub] spark pull request: [Spark-13374][Streaming][wip] make it possible...

2016-02-18 Thread mwws
Github user mwws commented on a diff in the pull request: https://github.com/apache/spark/pull/11249#discussion_r53418037 --- Diff: streaming/src/main/scala/org/apache/spark/streaming/Checkpoint.scala --- @@ -41,6 +41,13 @@ class Checkpoint(ssc: StreamingContext, val

[GitHub] spark pull request: [Spark-13374][Streaming][wip] make it possible...

2016-02-18 Thread mwws
Github user mwws commented on a diff in the pull request: https://github.com/apache/spark/pull/11249#discussion_r53417927 --- Diff: streaming/src/main/scala/org/apache/spark/streaming/Checkpoint.scala --- @@ -41,6 +41,13 @@ class Checkpoint(ssc: StreamingContext, val

[GitHub] spark pull request: [Spark-13374][Streaming][wip] make it possible...

2016-02-18 Thread chenghao-intel
Github user chenghao-intel commented on a diff in the pull request: https://github.com/apache/spark/pull/11249#discussion_r53417873 --- Diff: streaming/src/main/scala/org/apache/spark/streaming/StreamingContext.scala --- @@ -269,6 +270,39 @@ class StreamingContext

[GitHub] spark pull request: [Spark-13374][Streaming][wip] make it possible...

2016-02-18 Thread chenghao-intel
Github user chenghao-intel commented on a diff in the pull request: https://github.com/apache/spark/pull/11249#discussion_r53417573 --- Diff: streaming/src/main/scala/org/apache/spark/streaming/Checkpoint.scala --- @@ -41,6 +41,13 @@ class Checkpoint(ssc: StreamingContext, val

[GitHub] spark pull request: [Spark-13374][Streaming][wip] make it possible...

2016-02-18 Thread chenghao-intel
Github user chenghao-intel commented on a diff in the pull request: https://github.com/apache/spark/pull/11249#discussion_r53417343 --- Diff: streaming/src/main/scala/org/apache/spark/streaming/Checkpoint.scala --- @@ -41,6 +41,13 @@ class Checkpoint(ssc: StreamingContext, val

[GitHub] spark pull request: [Spark-13374][Streaming][wip] make it possible...

2016-02-18 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/11249#issuecomment-186022669 **[Test build #51511 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/51511/consoleFull)** for PR 11249 at commit

[GitHub] spark pull request: [Spark-13374][Streaming][wip] make it possible...

2016-02-18 Thread mwws
Github user mwws commented on a diff in the pull request: https://github.com/apache/spark/pull/11249#discussion_r53410683 --- Diff: streaming/src/main/scala/org/apache/spark/streaming/StreamingContext.scala --- @@ -269,6 +270,39 @@ class StreamingContext private[streaming] (

[GitHub] spark pull request: [Spark-13374][Streaming][wip] make it possible...

2016-02-18 Thread mwws
Github user mwws commented on a diff in the pull request: https://github.com/apache/spark/pull/11249#discussion_r53409985 --- Diff: streaming/src/main/scala/org/apache/spark/streaming/StreamingContext.scala --- @@ -269,6 +270,39 @@ class StreamingContext private[streaming] (

[GitHub] spark pull request: [Spark-13374][Streaming][wip] make it possible...

2016-02-18 Thread mwws
Github user mwws commented on a diff in the pull request: https://github.com/apache/spark/pull/11249#discussion_r53409427 --- Diff: streaming/src/main/scala/org/apache/spark/streaming/Checkpoint.scala --- @@ -41,6 +41,13 @@ class Checkpoint(ssc: StreamingContext, val

[GitHub] spark pull request: [Spark-13374][Streaming][wip] make it possible...

2016-02-18 Thread mwws
Github user mwws commented on a diff in the pull request: https://github.com/apache/spark/pull/11249#discussion_r53408959 --- Diff: streaming/src/main/scala/org/apache/spark/streaming/Checkpoint.scala --- @@ -41,6 +41,13 @@ class Checkpoint(ssc: StreamingContext, val

[GitHub] spark pull request: [Spark-13374][Streaming][wip] make it possible...

2016-02-18 Thread chenghao-intel
Github user chenghao-intel commented on a diff in the pull request: https://github.com/apache/spark/pull/11249#discussion_r53400290 --- Diff: streaming/src/main/scala/org/apache/spark/streaming/StreamingContext.scala --- @@ -269,6 +270,39 @@ class StreamingContext

[GitHub] spark pull request: [Spark-13374][Streaming][wip] make it possible...

2016-02-18 Thread chenghao-intel
Github user chenghao-intel commented on a diff in the pull request: https://github.com/apache/spark/pull/11249#discussion_r53399663 --- Diff: streaming/src/main/scala/org/apache/spark/streaming/Checkpoint.scala --- @@ -41,6 +41,13 @@ class Checkpoint(ssc: StreamingContext, val

[GitHub] spark pull request: [Spark-13374][Streaming][wip] make it possible...

2016-02-18 Thread chenghao-intel
Github user chenghao-intel commented on a diff in the pull request: https://github.com/apache/spark/pull/11249#discussion_r53397245 --- Diff: streaming/src/main/scala/org/apache/spark/streaming/Checkpoint.scala --- @@ -41,6 +41,13 @@ class Checkpoint(ssc: StreamingContext, val

[GitHub] spark pull request: [Spark-13374][Streaming][wip] make it possible...

2016-02-18 Thread chenghao-intel
Github user chenghao-intel commented on a diff in the pull request: https://github.com/apache/spark/pull/11249#discussion_r53397085 --- Diff: streaming/src/main/scala/org/apache/spark/streaming/StreamingContext.scala --- @@ -269,6 +270,39 @@ class StreamingContext

[GitHub] spark pull request: [Spark-13374][Streaming][wip] make it possible...

2016-02-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/11249#issuecomment-185658066 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-13374][Streaming][wip] make it possible...

2016-02-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/11249#issuecomment-185658072 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [Spark-13374][Streaming][wip] make it possible...

2016-02-18 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/11249#issuecomment-185657505 **[Test build #51473 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/51473/consoleFull)** for PR 11249 at commit

[GitHub] spark pull request: [Spark-13374][Streaming][wip] make it possible...

2016-02-18 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/11249#issuecomment-185605826 **[Test build #51473 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/51473/consoleFull)** for PR 11249 at commit

[GitHub] spark pull request: [Spark-13374][Streaming][wip] make it possible...

2016-02-18 Thread mwws
GitHub user mwws opened a pull request: https://github.com/apache/spark/pull/11249 [Spark-13374][Streaming][wip] make it possible to create recoverable accumulator for streaming application You can merge this pull request into a Git repository by running: $ git pull