Github user hvanhovell commented on the pull request:
https://github.com/apache/spark/pull/9556#issuecomment-155225000
PySpark results are correct, just not in the correct form :(...
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub
Github user hvanhovell commented on the pull request:
https://github.com/apache/spark/pull/9556#issuecomment-155224746
LGTM, pending a successful test build.
---
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 user mengxr commented on the pull request:
https://github.com/apache/spark/pull/9380#issuecomment-155224857
Which part is boxing the result? I tested the following on master with
changes from #9480:
~~~scala
val df = sqlContext.range(1)
df.select(var_sam
Github user zsxwing commented on a diff in the pull request:
https://github.com/apache/spark/pull/9420#discussion_r44345630
--- Diff:
streaming/src/main/scala/org/apache/spark/streaming/api/java/JavaStreamingListenerWrapper.scala
---
@@ -0,0 +1,122 @@
+/*
+ * Licensed to t
Github user SparkQA commented on the pull request:
https://github.com/apache/spark/pull/7841#issuecomment-155224361
**[Test build #45432 has
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/45432/consoleFull)**
for PR 7841 at commit
[`1af796d`](https://gith
Github user AmplabJenkins commented on the pull request:
https://github.com/apache/spark/pull/9513#issuecomment-155224308
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 have
Github user AmplabJenkins commented on the pull request:
https://github.com/apache/spark/pull/9513#issuecomment-155224281
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 h
Github user SparkQA commented on the pull request:
https://github.com/apache/spark/pull/9428#issuecomment-155224100
**[Test build #45431 has
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/45431/consoleFull)**
for PR 9428 at commit
[`676317b`](https://gith
Github user SparkQA commented on the pull request:
https://github.com/apache/spark/pull/9229#issuecomment-155223812
**[Test build #45410 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/45410/consoleFull)**
for PR 9229 at commit
[`129c9aa`](https://git
Github user AmplabJenkins commented on the pull request:
https://github.com/apache/spark/pull/9229#issuecomment-155223930
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 project
Github user AmplabJenkins commented on the pull request:
https://github.com/apache/spark/pull/9556#issuecomment-155223396
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 project
Github user SparkQA commented on the pull request:
https://github.com/apache/spark/pull/9556#issuecomment-155223300
**[Test build #45407 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/45407/consoleFull)**
for PR 9556 at commit
[`bad4184`](https://git
Github user AmplabJenkins commented on the pull request:
https://github.com/apache/spark/pull/9530#issuecomment-155223319
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 project
Github user AmplabJenkins commented on the pull request:
https://github.com/apache/spark/pull/7841#issuecomment-155223213
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 h
Github user tdas commented on a diff in the pull request:
https://github.com/apache/spark/pull/9420#discussion_r44344771
--- Diff:
streaming/src/main/scala/org/apache/spark/streaming/api/java/JavaStreamingListenerWrapper.scala
---
@@ -0,0 +1,122 @@
+/*
+ * Licensed to the
Github user aray commented on the pull request:
https://github.com/apache/spark/pull/7841#issuecomment-155223109
@rxin Updated, the values are now optional.
---
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 user AmplabJenkins commented on the pull request:
https://github.com/apache/spark/pull/7841#issuecomment-155223235
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 have
Github user zsxwing commented on the pull request:
https://github.com/apache/spark/pull/9428#issuecomment-155223034
> Have you had a chance to test this on a real cluster?
Yes. Tested this PR with Streaming `updateStateByKey`.
---
If your project is set up for it, you can rep
Github user zsxwing commented on a diff in the pull request:
https://github.com/apache/spark/pull/9428#discussion_r44344621
--- Diff:
core/src/main/scala/org/apache/spark/util/CheckpointingIterator.scala ---
@@ -0,0 +1,225 @@
+/*
+ * Licensed to the Apache Software Foundati
Github user yhuai commented on a diff in the pull request:
https://github.com/apache/spark/pull/9556#discussion_r44344541
--- Diff:
sql/core/src/main/scala/org/apache/spark/sql/execution/SparkStrategies.scala ---
@@ -146,148 +146,105 @@ private[sql] abstract class SparkStrategies e
Github user davies commented on a diff in the pull request:
https://github.com/apache/spark/pull/9576#discussion_r44344420
--- Diff:
sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/HiveQuerySuite.scala
---
@@ -1235,6 +1232,26 @@ class HiveQuerySuite extends HiveCompari
Github user yhuai commented on a diff in the pull request:
https://github.com/apache/spark/pull/9272#discussion_r44344327
--- Diff:
sql/hive/src/main/scala/org/apache/spark/sql/hive/client/ClientWrapper.scala ---
@@ -150,6 +152,21 @@ private[hive] class ClientWrapper(
val
Github user zsxwing commented on a diff in the pull request:
https://github.com/apache/spark/pull/9428#discussion_r44344237
--- Diff:
core/src/main/scala/org/apache/spark/util/CheckpointingIterator.scala ---
@@ -0,0 +1,225 @@
+/*
+ * Licensed to the Apache Software Foundati
Github user AmplabJenkins commented on the pull request:
https://github.com/apache/spark/pull/9428#issuecomment-155222108
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 h
Github user AmplabJenkins commented on the pull request:
https://github.com/apache/spark/pull/9428#issuecomment-155222125
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 have
Github user asfgit closed the pull request at:
https://github.com/apache/spark/pull/9421
---
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 enab
Github user AmplabJenkins commented on the pull request:
https://github.com/apache/spark/pull/9165#issuecomment-155221407
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 project
Github user SparkQA commented on the pull request:
https://github.com/apache/spark/pull/9165#issuecomment-155221237
**[Test build #45408 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/45408/consoleFull)**
for PR 9165 at commit
[`94a36b9`](https://git
Github user tdas commented on the pull request:
https://github.com/apache/spark/pull/9421#issuecomment-155221200
Perfect. Merging this to master and branch 1.6. Thanks @brkyvz for all the
effort, and @zsxwing for reviewing.
---
If your project is set up for it, you can reply to this
Github user AmplabJenkins commented on the pull request:
https://github.com/apache/spark/pull/9421#issuecomment-155221046
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 project
Github user SparkQA commented on the pull request:
https://github.com/apache/spark/pull/9421#issuecomment-155220893
**[Test build #45421 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/45421/consoleFull)**
for PR 9421 at commit
[`63d2e52`](https://git
Github user hvanhovell commented on a diff in the pull request:
https://github.com/apache/spark/pull/9556#discussion_r44343490
--- Diff:
sql/core/src/main/scala/org/apache/spark/sql/execution/SparkStrategies.scala ---
@@ -146,148 +146,105 @@ private[sql] abstract class SparkStrateg
Github user SparkQA commented on the pull request:
https://github.com/apache/spark/pull/9555#issuecomment-155220740
**[Test build #45429 has
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/45429/consoleFull)**
for PR 9555 at commit
[`c88e6c0`](https://gith
Github user asfgit closed the pull request at:
https://github.com/apache/spark/pull/9569
---
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 enab
Github user AmplabJenkins commented on the pull request:
https://github.com/apache/spark/pull/9530#issuecomment-155219986
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 have
Github user asfgit closed the pull request at:
https://github.com/apache/spark/pull/9526
---
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 enab
Github user AmplabJenkins commented on the pull request:
https://github.com/apache/spark/pull/9530#issuecomment-155219970
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 h
Github user davies commented on the pull request:
https://github.com/apache/spark/pull/9569#issuecomment-155220026
LGTM, merging this into master and 1.6 branch.
---
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 pro
Github user yhuai commented on a diff in the pull request:
https://github.com/apache/spark/pull/9576#discussion_r44342951
--- Diff:
sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/HiveQuerySuite.scala
---
@@ -1235,6 +1232,26 @@ class HiveQuerySuite extends HiveComparis
Github user yhuai commented on a diff in the pull request:
https://github.com/apache/spark/pull/9576#discussion_r44342939
--- Diff:
sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveContext.scala ---
@@ -455,7 +455,15 @@ class HiveContext private[hive](
// Note that Hive
Github user marmbrus commented on the pull request:
https://github.com/apache/spark/pull/9526#issuecomment-155219611
Hey, i just noticed this wasn't opened against master. In the future
please always go against master unless creating a specific backport. We will
cherry-pick when com
Github user marmbrus commented on the pull request:
https://github.com/apache/spark/pull/9526#issuecomment-155219299
Thanks, merging to master and 1.6
---
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 n
Github user AmplabJenkins commented on the pull request:
https://github.com/apache/spark/pull/9272#issuecomment-155219421
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 project
Github user asfgit closed the pull request at:
https://github.com/apache/spark/pull/9519
---
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 enab
Github user vanzin commented on the pull request:
https://github.com/apache/spark/pull/9530#issuecomment-155219305
retest this please
---
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 feat
Github user SparkQA commented on the pull request:
https://github.com/apache/spark/pull/9272#issuecomment-155219229
**[Test build #45392 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/45392/consoleFull)**
for PR 9272 at commit
[`7d09f5d`](https://git
Github user jkbradley commented on a diff in the pull request:
https://github.com/apache/spark/pull/9513#discussion_r44342591
--- Diff: mllib/src/main/scala/org/apache/spark/ml/clustering/LDA.scala ---
@@ -0,0 +1,740 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF
Github user SparkQA commented on the pull request:
https://github.com/apache/spark/pull/9570#issuecomment-155219118
[Test build #2022 has
started](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/2022/consoleFull)
for PR 9570 at commit
[`8d06b98`](https://git
Github user mengxr commented on the pull request:
https://github.com/apache/spark/pull/9519#issuecomment-155219106
Merged into master and branch-1.6. Thanks!
---
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 user AmplabJenkins commented on the pull request:
https://github.com/apache/spark/pull/9555#issuecomment-155218844
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 have
Github user AmplabJenkins commented on the pull request:
https://github.com/apache/spark/pull/9555#issuecomment-155218811
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 h
Github user asfgit closed the pull request at:
https://github.com/apache/spark/pull/9539
---
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 enab
Github user mengxr commented on the pull request:
https://github.com/apache/spark/pull/9539#issuecomment-155218551
Merged into master and branch-1.6. Thanks!
---
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 user SparkQA commented on the pull request:
https://github.com/apache/spark/pull/9576#issuecomment-155218052
**[Test build #45427 has
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/45427/consoleFull)**
for PR 9576 at commit
[`db74784`](https://gith
Github user SparkQA commented on the pull request:
https://github.com/apache/spark/pull/9575#issuecomment-155217938
**[Test build #45428 has
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/45428/consoleFull)**
for PR 9575 at commit
[`828c3b4`](https://gith
Github user AmplabJenkins commented on the pull request:
https://github.com/apache/spark/pull/9576#issuecomment-155217669
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 h
Github user AmplabJenkins commented on the pull request:
https://github.com/apache/spark/pull/9575#issuecomment-155217730
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 have
Github user AmplabJenkins commented on the pull request:
https://github.com/apache/spark/pull/9576#issuecomment-155217704
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 have
Github user AmplabJenkins commented on the pull request:
https://github.com/apache/spark/pull/9575#issuecomment-155217679
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 h
GitHub user davies opened a pull request:
https://github.com/apache/spark/pull/9576
[SPARK-11599] [SQL] fix NPE when resolve Hive UDF in SQLParser
The DataFrame APIs that takes a SQL expression always use SQLParser, then
the HiveFunctionRegistry will called outside of Hive state, ca
Github user AmplabJenkins commented on the pull request:
https://github.com/apache/spark/pull/9573#issuecomment-155217428
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 project
Github user feynmanliang commented on a diff in the pull request:
https://github.com/apache/spark/pull/9513#discussion_r44341643
--- Diff: mllib/src/main/scala/org/apache/spark/ml/clustering/LDA.scala ---
@@ -0,0 +1,740 @@
+/*
+ * Licensed to the Apache Software Foundation (
Github user marmbrus commented on the pull request:
https://github.com/apache/spark/pull/9548#issuecomment-155217297
That particular example does not really seem like a problem to me. Its the
same column logically that you are dropping.
What if we make the change in the Colum
Github user SparkQA commented on the pull request:
https://github.com/apache/spark/pull/9573#issuecomment-155217140
**[Test build #45403 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/45403/consoleFull)**
for PR 9573 at commit
[`6ee5130`](https://git
Github user JoshRosen commented on the pull request:
https://github.com/apache/spark/pull/9575#issuecomment-155216947
By the way, this change stands a good chance of significantly speeding up
our Jenkins builds since they'll no longer waste time re-downloading JARs (it
may also reduce
Github user SparkQA commented on the pull request:
https://github.com/apache/spark/pull/9557#issuecomment-155216753
**[Test build #2021 has
started](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/2021/consoleFull)**
for PR 9557 at commit
[`8d10a25`](https://git
GitHub user JoshRosen opened a pull request:
https://github.com/apache/spark/pull/9575
[SPARK-7841] Stop using retrieveManaged to retrieve dependencies in SBT
This patch modifies Spark's SBT build so that it no longer uses
`retrieveManaged` / `lib_managed` to store its dependencies.
Github user feynmanliang commented on a diff in the pull request:
https://github.com/apache/spark/pull/9513#discussion_r44341246
--- Diff: mllib/src/main/scala/org/apache/spark/ml/clustering/LDA.scala ---
@@ -0,0 +1,740 @@
+/*
+ * Licensed to the Apache Software Foundation (
Github user SparkQA commented on the pull request:
https://github.com/apache/spark/pull/9420#issuecomment-155216274
**[Test build #45426 has
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/45426/consoleFull)**
for PR 9420 at commit
[`c21e786`](https://gith
Github user rxin commented on a diff in the pull request:
https://github.com/apache/spark/pull/9555#discussion_r44340946
--- Diff:
sql/core/src/main/scala/org/apache/spark/sql/execution/aggregate/SumOf.scala ---
@@ -0,0 +1,19 @@
+/*
+ * Licensed to the Apache Software Found
Github user AmplabJenkins commented on the pull request:
https://github.com/apache/spark/pull/9526#issuecomment-155215327
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 project
Github user SparkQA commented on the pull request:
https://github.com/apache/spark/pull/9526#issuecomment-155215134
**[Test build #45404 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/45404/consoleFull)**
for PR 9526 at commit
[`07de8a2`](https://git
Github user SparkQA commented on the pull request:
https://github.com/apache/spark/pull/9555#issuecomment-155215081
**[Test build #45425 has
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/45425/consoleFull)**
for PR 9555 at commit
[`0a5a161`](https://gith
Github user AmplabJenkins commented on the pull request:
https://github.com/apache/spark/pull/9539#issuecomment-155214932
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 project
Github user AmplabJenkins commented on the pull request:
https://github.com/apache/spark/pull/9519#issuecomment-155214638
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 project
Github user SparkQA commented on the pull request:
https://github.com/apache/spark/pull/9539#issuecomment-155214748
**[Test build #45418 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/45418/consoleFull)**
for PR 9539 at commit
[`8a24935`](https://git
Github user SparkQA commented on the pull request:
https://github.com/apache/spark/pull/9519#issuecomment-155214480
**[Test build #45419 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/45419/consoleFull)**
for PR 9519 at commit
[`dcb2670`](https://git
Github user AmplabJenkins commented on the pull request:
https://github.com/apache/spark/pull/9287#issuecomment-155214393
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 project
Github user SparkQA commented on the pull request:
https://github.com/apache/spark/pull/9287#issuecomment-155214348
**[Test build #45420 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/45420/consoleFull)**
for PR 9287 at commit
[`8b8121c`](https://git
Github user AmplabJenkins commented on the pull request:
https://github.com/apache/spark/pull/9555#issuecomment-155214248
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 h
Github user AmplabJenkins commented on the pull request:
https://github.com/apache/spark/pull/9555#issuecomment-155214267
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 have
Github user AmplabJenkins commented on the pull request:
https://github.com/apache/spark/pull/9420#issuecomment-155214254
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 h
Github user zsxwing commented on the pull request:
https://github.com/apache/spark/pull/9421#issuecomment-155214151
LGTM
---
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 a
Github user AmplabJenkins commented on the pull request:
https://github.com/apache/spark/pull/9420#issuecomment-155214284
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 have
Github user SparkQA commented on the pull request:
https://github.com/apache/spark/pull/9143#issuecomment-155213853
**[Test build #45423 has
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/45423/consoleFull)**
for PR 9143 at commit
[`7ec55c5`](https://gith
Github user SparkQA commented on the pull request:
https://github.com/apache/spark/pull/9555#issuecomment-155213421
**[Test build #45424 has
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/45424/consoleFull)**
for PR 9555 at commit
[`f559f5a`](https://gith
Github user AmplabJenkins commented on the pull request:
https://github.com/apache/spark/pull/9555#issuecomment-155212954
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 have
Github user AmplabJenkins commented on the pull request:
https://github.com/apache/spark/pull/9555#issuecomment-155212888
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 h
Github user SparkQA commented on the pull request:
https://github.com/apache/spark/pull/9421#issuecomment-155212619
**[Test build #45421 has
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/45421/consoleFull)**
for PR 9421 at commit
[`63d2e52`](https://gith
Github user AmplabJenkins commented on the pull request:
https://github.com/apache/spark/pull/9421#issuecomment-155209804
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 have
Github user AmplabJenkins commented on the pull request:
https://github.com/apache/spark/pull/9143#issuecomment-155209961
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 project
Github user AmplabJenkins commented on the pull request:
https://github.com/apache/spark/pull/9403#issuecomment-155209780
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 h
Github user AmplabJenkins commented on the pull request:
https://github.com/apache/spark/pull/9143#issuecomment-155211487
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 have
Github user AmplabJenkins commented on the pull request:
https://github.com/apache/spark/pull/9143#issuecomment-155211465
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 h
Github user SparkQA commented on the pull request:
https://github.com/apache/spark/pull/9403#issuecomment-155211130
**[Test build #45422 has
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/45422/consoleFull)**
for PR 9403 at commit
[`932485a`](https://gith
Github user rxin commented on the pull request:
https://github.com/apache/spark/pull/7841#issuecomment-155211191
BTW we can also later add a variant that allows users to specify values
directly, in order to avoid materializing the intermediate data.
---
If your project is set up for
Github user brkyvz commented on the pull request:
https://github.com/apache/spark/pull/9143#issuecomment-155211188
test this please
---
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 featur
Github user tdas commented on a diff in the pull request:
https://github.com/apache/spark/pull/9256#discussion_r44338358
--- Diff:
streaming/src/main/scala/org/apache/spark/streaming/StateSpec.scala ---
@@ -0,0 +1,196 @@
+/*
+ * Licensed to the Apache Software Foundation (A
Github user AmplabJenkins commented on the pull request:
https://github.com/apache/spark/pull/9403#issuecomment-155208722
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 project
Github user AmplabJenkins commented on the pull request:
https://github.com/apache/spark/pull/9421#issuecomment-155209777
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 h
701 - 800 of 1322 matches
Mail list logo