[GitHub] spark pull request: [DOC] [MINOR] [SQL] Fix internal link

2015-11-09 Thread srowen
Github user srowen commented on the pull request: https://github.com/apache/spark/pull/9544#issuecomment-155051100 Merged to master/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 not have this

[GitHub] spark pull request: [SPARK-9241][SQL] Supporting multiple DISTINCT...

2015-11-09 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/9566#issuecomment-155072686 **[Test build #45361 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/45361/consoleFull)** for PR 9566 at commit

[GitHub] spark pull request: SPARK-10771: Implement the shuffle encryption ...

2015-11-09 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8880#issuecomment-155079340 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-11590][SQL] use native json_tuple in la...

2015-11-09 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9562#issuecomment-155079255 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-11595] [SQL] Fixes ADD JAR when the inp...

2015-11-09 Thread liancheng
Github user liancheng commented on the pull request: https://github.com/apache/spark/pull/9569#issuecomment-155080697 PR #9570 backports this one to branch-1.5. --- 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-11595] [SQL] [BRANCH-1.5] Fixes ADD JAR...

2015-11-09 Thread liancheng
GitHub user liancheng opened a pull request: https://github.com/apache/spark/pull/9570 [SPARK-11595] [SQL] [BRANCH-1.5] Fixes ADD JAR when the input path contains URL scheme This PR backports #9569 to branch-1.5. You can merge this pull request into a Git repository by running:

[GitHub] spark pull request: [SPARK-11564][SQL][follow-up] improve java api...

2015-11-09 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/9564#issuecomment-155088827 **[Test build #45363 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/45363/consoleFull)** for PR 9564 at commit

[GitHub] spark pull request: [SPARK-11564][SQL][follow-up] improve java api...

2015-11-09 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9564#issuecomment-155089322 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-11595] [SQL] [BRANCH-1.5] Fixes ADD JAR...

2015-11-09 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9570#issuecomment-155081782 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-11482][SQL] Make maven repo for Hive me...

2015-11-09 Thread WangTaoTheTonic
Github user WangTaoTheTonic commented on the pull request: https://github.com/apache/spark/pull/9543#issuecomment-155067126 I think it can be used for who have their custom hive hosted on their own maven repository. Though using maven to download hive metastore jars is using

[GitHub] spark pull request: [SPARK-9241][SQL] Supporting multiple DISTINCT...

2015-11-09 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9566#issuecomment-155073211 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-11590][SQL] use native json_tuple in la...

2015-11-09 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/9562#issuecomment-155079766 **[Test build #45371 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/45371/consoleFull)** for PR 9562 at commit

[GitHub] spark pull request: [SPARK-11590][SQL] use native json_tuple in la...

2015-11-09 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9562#issuecomment-155087610 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-11590][SQL] use native json_tuple in la...

2015-11-09 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/9562#issuecomment-155087546 **[Test build #45371 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/45371/consoleFull)** for PR 9562 at commit

[GitHub] spark pull request: [DOC] [MINOR] [SQL] Fix internal link

2015-11-09 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/9544 --- 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-11594][SQL][REPL] Cannot create UDAF in...

2015-11-09 Thread hvanhovell
GitHub user hvanhovell opened a pull request: https://github.com/apache/spark/pull/9568 [SPARK-11594][SQL][REPL] Cannot create UDAF in REPL This PR enables users to create a UDAF in the REPL without getting a ```java.lang.InternalError```. You can merge this pull request into a

[GitHub] spark pull request: [Docs] Fix typo for Python section on unifying...

2015-11-09 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/9545#discussion_r44273597 --- Diff: docs/streaming-programming-guide.md --- @@ -1948,8 +1948,8 @@ unifiedStream.print(); {% highlight python %} numStreams = 5

[GitHub] spark pull request: SPARK-11565 Replace deprecated DigestUtils.sha...

2015-11-09 Thread gliptak
Github user gliptak commented on the pull request: https://github.com/apache/spark/pull/9532#issuecomment-155067478 @srowen So you are seeing this as a side effect if the Maven dependency changes ... I will work this some more (locally). --- If your project is set up for it, you can

[GitHub] spark pull request: [SPARK-8992] [SQL] Add pivot to dataframe api

2015-11-09 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7841#issuecomment-155069845 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-8992] [SQL] Add pivot to dataframe api

2015-11-09 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7841#issuecomment-155069873 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-10771: Implement the shuffle encryption ...

2015-11-09 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/8880#issuecomment-155079079 **[Test build #45369 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/45369/consoleFull)** for PR 8880 at commit

[GitHub] spark pull request: [SPARK-11595] [SQL]

2015-11-09 Thread liancheng
GitHub user liancheng opened a pull request: https://github.com/apache/spark/pull/9569 [SPARK-11595] [SQL] Fixes `ADD JAR` when the input path has a URL scheme. You can merge this pull request into a Git repository by running: $ git pull https://github.com/liancheng/spark

[GitHub] spark pull request: SPARK-10771: Implement the shuffle encryption ...

2015-11-09 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8880#issuecomment-155077100 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-10771: Implement the shuffle encryption ...

2015-11-09 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8880#issuecomment-155077066 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-11595] [SQL] Fixes ADD JAR when the inp...

2015-11-09 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/9569#issuecomment-155080489 **[Test build #45370 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/45370/consoleFull)** for PR 9569 at commit

[GitHub] spark pull request: [SPARK-11564][SQL][follow-up] clean up java tu...

2015-11-09 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/9567#issuecomment-155048807 **[Test build #45362 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/45362/consoleFull)** for PR 9567 at commit

[GitHub] spark pull request: [SPARK-9830] [SQL] Remove AggregateExpression1...

2015-11-09 Thread hvanhovell
Github user hvanhovell commented on a diff in the pull request: https://github.com/apache/spark/pull/9556#discussion_r44269743 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/expressions/WindowSpec.scala --- @@ -141,40 +141,46 @@ class WindowSpec private[sql]( */

[GitHub] spark pull request: [SPARK-11594][SQL][REPL] Cannot create UDAF in...

2015-11-09 Thread hvanhovell
Github user hvanhovell commented on a diff in the pull request: https://github.com/apache/spark/pull/9568#discussion_r44273796 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/expressions/udaf.scala --- @@ -129,6 +129,13 @@ abstract class UserDefinedAggregateFunction extends

[GitHub] spark pull request: SPARK-11565 Replace deprecated DigestUtils.sha...

2015-11-09 Thread gliptak
Github user gliptak commented on a diff in the pull request: https://github.com/apache/spark/pull/9532#discussion_r44275653 --- Diff: core/pom.xml --- @@ -78,11 +84,23 @@ net.java.dev.jets3t jets3t + + +

[GitHub] spark pull request: [SPARK-11590][SQL] use native json_tuple in la...

2015-11-09 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9562#issuecomment-155075693 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-11590][SQL] use native json_tuple in la...

2015-11-09 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/9562#issuecomment-155077094 **[Test build #45367 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/45367/consoleFull)** for PR 9562 at commit

[GitHub] spark pull request: [SPARK-11595] [SQL]

2015-11-09 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9569#issuecomment-155079256 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-11595] [SQL]

2015-11-09 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9569#issuecomment-155079229 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-11590][SQL] use native json_tuple in la...

2015-11-09 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9562#issuecomment-155079233 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-11218] [Core] show help messages for st...

2015-11-09 Thread srowen
Github user srowen commented on the pull request: https://github.com/apache/spark/pull/9432#issuecomment-155050652 Merged to master/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 not have this

[GitHub] spark pull request: [SPARK-11500][SQL] Not deterministic order of ...

2015-11-09 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9517#issuecomment-155053133 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-11590][SQL] use native json_tuple in la...

2015-11-09 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9562#issuecomment-155067645 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-10771: Implement the shuffle encryption ...

2015-11-09 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8880#issuecomment-155075773 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-11590][SQL] use native json_tuple in la...

2015-11-09 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9562#issuecomment-155075774 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-10771: Implement the shuffle encryption ...

2015-11-09 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8880#issuecomment-155075706 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-11595] [SQL] [BRANCH-1.5] Fixes ADD JAR...

2015-11-09 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9570#issuecomment-155081828 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-11595] [SQL] [BRANCH-1.5] Fixes ADD JAR...

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

[GitHub] spark pull request: [SPARK-11564][SQL][follow-up] improve java api...

2015-11-09 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9564#issuecomment-155049150 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-11564][SQL][follow-up] improve java api...

2015-11-09 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9564#issuecomment-155049094 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-11595] [SQL]

2015-11-09 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/9569#issuecomment-155066746 **[Test build #45365 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/45365/consoleFull)** for PR 9569 at commit

[GitHub] spark pull request: [SPARK-11590][SQL] use native json_tuple in la...

2015-11-09 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/9562#issuecomment-155067579 **[Test build #45360 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/45360/consoleFull)** for PR 9562 at commit

[GitHub] spark pull request: [SPARK-8992] [SQL] Add pivot to dataframe api

2015-11-09 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/7841#issuecomment-155070539 **[Test build #45366 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/45366/consoleFull)** for PR 7841 at commit

[GitHub] spark pull request: [SPARK-11564][SQL][follow-up] improve java api...

2015-11-09 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/9564#issuecomment-155049655 **[Test build #45363 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/45363/consoleFull)** for PR 9564 at commit

[GitHub] spark pull request: [SPARK-11218] [Core] show help messages for st...

2015-11-09 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/9432 --- 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-11500][SQL] Not deterministic order of ...

2015-11-09 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/9517#issuecomment-155053016 **[Test build #45359 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/45359/consoleFull)** for PR 9517 at commit

[GitHub] spark pull request: [SPARK-9830] [SQL] Remove AggregateExpression1...

2015-11-09 Thread hvanhovell
Github user hvanhovell commented on the pull request: https://github.com/apache/spark/pull/9556#issuecomment-155054384 Made a quick pass. I think the PR is in good shape. I do have a few aditional questions/remarks: * Maybe should add some documentation to

[GitHub] spark pull request: [SPARK-11594][SQL][REPL] Cannot create UDAF in...

2015-11-09 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9568#issuecomment-155060787 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-11594][SQL][REPL] Cannot create UDAF in...

2015-11-09 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9568#issuecomment-155060826 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-11595] [SQL]

2015-11-09 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9569#issuecomment-155064755 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-11595] [SQL]

2015-11-09 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9569#issuecomment-155064741 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-11594][SQL][REPL] Cannot create UDAF in...

2015-11-09 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/9568#issuecomment-155064676 **[Test build #45364 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/45364/consoleFull)** for PR 9568 at commit

[GitHub] spark pull request: [SPARK-8029][core] shuffleoutput per attempt

2015-11-09 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6648#issuecomment-155192069 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-11262][ML] Unit test for gradient, loss...

2015-11-09 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9229#issuecomment-155192079 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-11326: Split networking in standalone mo...

2015-11-09 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9287#issuecomment-155193304 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-11326: Split networking in standalone mo...

2015-11-09 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9287#issuecomment-155193346 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-11198][STREAMING][KINESIS] Support de-a...

2015-11-09 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/9403#issuecomment-155194861 **[Test build #45391 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/45391/consoleFull)** for PR 9403 at commit

[GitHub] spark pull request: [SPARK-5565] [ML] LDA wrapper for Pipelines AP...

2015-11-09 Thread jkbradley
Github user jkbradley commented on a diff in the pull request: https://github.com/apache/spark/pull/9513#discussion_r44332122 --- Diff: mllib/src/main/scala/org/apache/spark/ml/clustering/LDA.scala --- @@ -0,0 +1,740 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] spark pull request: [SPARK-11548][DOCS] Replaced example code in m...

2015-11-09 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9519#issuecomment-155197380 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-10280][MLlib][PySpark][Docs] Add @since...

2015-11-09 Thread mengxr
Github user mengxr commented on the pull request: https://github.com/apache/spark/pull/8690#issuecomment-155197160 Merged into master. 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 does not have

[GitHub] spark pull request: [SPARK-11548][DOCS] Replaced example code in m...

2015-11-09 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9519#issuecomment-155197444 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-6157][CORE] Unrolling with MEMORY_AND_D...

2015-11-09 Thread andrewor14
Github user andrewor14 commented on the pull request: https://github.com/apache/spark/pull/4887#issuecomment-155201997 @suyanNone have you had a chance to update this? If not shall we close this for now? --- If your project is set up for it, you can reply to this email and have your

[GitHub] spark pull request: [SPARK-8992] [SQL] Add pivot to dataframe api

2015-11-09 Thread rxin
Github user rxin commented on the pull request: https://github.com/apache/spark/pull/7841#issuecomment-155204885 @aray I talked to a few more people about this. Most like the 2nd API more (groupBy.pivot.agg). I think it'd also be better to remove the requirement to specify

[GitHub] spark pull request: [SPARK-10471] [CORE] [MESOS] prevent getting o...

2015-11-09 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/8639#issuecomment-155204647 **[Test build #45416 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/45416/consoleFull)** for PR 8639 at commit

[GitHub] spark pull request: [SPARK-10471] [CORE] [MESOS] prevent getting o...

2015-11-09 Thread andrewor14
Github user andrewor14 commented on the pull request: https://github.com/apache/spark/pull/8639#issuecomment-155204419 LGTM merging into master and 1.6. Thanks for your work and patience! --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] spark pull request: [SPARK-11552][DOCS][Replaced example code in m...

2015-11-09 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9539#issuecomment-155207197 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-11548][DOCS] Replaced example code in m...

2015-11-09 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9519#issuecomment-155207190 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-11552][DOCS][Replaced example code in m...

2015-11-09 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9539#issuecomment-155207179 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-11326: Split networking in standalone mo...

2015-11-09 Thread jacek-lewandowski
Github user jacek-lewandowski commented on the pull request: https://github.com/apache/spark/pull/9287#issuecomment-155208288 jenkins, 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

[GitHub] spark pull request: [SPARK-11578] [SQL] User API for Typed Aggrega...

2015-11-09 Thread marmbrus
Github user marmbrus commented on a diff in the pull request: https://github.com/apache/spark/pull/9555#discussion_r44337520 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/functions.scala --- @@ -24,12 +26,34 @@ import scala.util.Try import

[GitHub] spark pull request: SPARK-11326: Split networking in standalone mo...

2015-11-09 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/9287#issuecomment-155208875 **[Test build #45420 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/45420/consoleFull)** for PR 9287 at commit

[GitHub] spark pull request: [SPARK-11198][STREAMING][KINESIS] Support de-a...

2015-11-09 Thread SparkQA
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

[GitHub] spark pull request: [SPARK-8992] [SQL] Add pivot to dataframe api

2015-11-09 Thread rxin
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

[GitHub] spark pull request: [SPARK-11141][STREAMING] Batch ReceivedBlockTr...

2015-11-09 Thread AmplabJenkins
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

[GitHub] spark pull request: [SPARK-11578] [SQL] User API for Typed Aggrega...

2015-11-09 Thread AmplabJenkins
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

[GitHub] spark pull request: [SPARK-11578] [SQL] User API for Typed Aggrega...

2015-11-09 Thread AmplabJenkins
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

[GitHub] spark pull request: [SPARK-9301] [SQL] Add collect_set and collect...

2015-11-09 Thread SparkQA
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

[GitHub] spark pull request: [SPARK-5565] [ML] LDA wrapper for Pipelines AP...

2015-11-09 Thread feynmanliang
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] spark pull request: [SPARK-7841] Stop using retrieveManaged to ret...

2015-11-09 Thread JoshRosen
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

[GitHub] spark pull request: [SPARK-11599] [SQL] fix NPE when resolve Hive ...

2015-11-09 Thread AmplabJenkins
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

[GitHub] spark pull request: [SPARK-5565] [ML] LDA wrapper for Pipelines AP...

2015-11-09 Thread jkbradley
Github user jkbradley commented on a diff in the pull request: https://github.com/apache/spark/pull/9513#discussion_r44331528 --- Diff: mllib/src/main/scala/org/apache/spark/ml/clustering/LDA.scala --- @@ -0,0 +1,731 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] spark pull request: [SPARK-11198][STREAMING][KINESIS] Support de-a...

2015-11-09 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9403#issuecomment-155195194 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-11198][STREAMING][KINESIS] Support de-a...

2015-11-09 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9403#issuecomment-155203573 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-11548][DOCS] Replaced example code in m...

2015-11-09 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9519#issuecomment-155203789 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-11140] [core] Transfer files using netw...

2015-11-09 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9530#issuecomment-155203661 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-11552][DOCS][Replaced example code in m...

2015-11-09 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9539#issuecomment-155203660 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-10471] [CORE] [MESOS] prevent getting o...

2015-11-09 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/8639 --- 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-6541 - Sort executors by ID (numeric)

2015-11-09 Thread andrewor14
Github user andrewor14 commented on a diff in the pull request: https://github.com/apache/spark/pull/9165#discussion_r44336716 --- Diff: core/src/main/resources/org/apache/spark/ui/static/sorttable.js --- @@ -81,18 +81,18 @@ sorttable = { if

[GitHub] spark pull request: SPARK-6541 - Sort executors by ID (numeric)

2015-11-09 Thread andrewor14
Github user andrewor14 commented on a diff in the pull request: https://github.com/apache/spark/pull/9165#discussion_r44336961 --- Diff: core/src/main/scala/org/apache/spark/ui/jobs/ExecutorTable.scala --- @@ -89,6 +89,15 @@ private[ui] class ExecutorTable(stageId: Int,

[GitHub] spark pull request: SPARK-11326: Split networking in standalone mo...

2015-11-09 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9287#issuecomment-155208584 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-11326: Split networking in standalone mo...

2015-11-09 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9287#issuecomment-155208608 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-6541 - Sort executors by ID (numeric)

2015-11-09 Thread andrewor14
Github user andrewor14 commented on the pull request: https://github.com/apache/spark/pull/9165#issuecomment-155208819 @jbonofre actually I do mind the whitespace changes. Elsewhere we try to use 2 space indentations in JavaScript instead of tabs. This PR currently makes the style

[GitHub] spark pull request: [SPARK-2629][STREAMING] Basic implementation o...

2015-11-09 Thread tdas
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

[GitHub] spark pull request: [SPARK-11141][STREAMING] Batch ReceivedBlockTr...

2015-11-09 Thread brkyvz
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

[GitHub] spark pull request: [SPARK-11359][STREAMING][KINESIS] Checkpoint t...

2015-11-09 Thread SparkQA
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

[GitHub] spark pull request: [SPARK-11359][STREAMING][KINESIS] Checkpoint t...

2015-11-09 Thread zsxwing
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

  1   2   3   4   5   6   7   8   9   10   >