[GitHub] spark pull request: [SPARK-14123] [SQL] Handle CreateFunction/Drop...

2016-04-04 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12117#issuecomment-205164101 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/

[GitHub] spark pull request: [SPARK-14123] [SQL] Handle CreateFunction/Drop...

2016-04-04 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12117#issuecomment-205164097 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 projec

[GitHub] spark pull request: [SPARK-14322] [MLlib] Use treeReduce instead o...

2016-04-04 Thread jkbradley
Github user jkbradley commented on a diff in the pull request: https://github.com/apache/spark/pull/12106#discussion_r58335017 --- Diff: mllib/src/main/scala/org/apache/spark/mllib/clustering/LDAOptimizer.scala --- @@ -451,10 +451,10 @@ final class OnlineLDAOptimizer extends LDAOpt

[GitHub] spark pull request: [SPARK-11611][MLlib][Python] Python API for bi...

2016-04-04 Thread jkbradley
Github user jkbradley commented on the pull request: https://github.com/apache/spark/pull/9583#issuecomment-205166390 @yanboliang Oh, thanks for pointing that out! @yu-iskw I'm sorry for losing track of this PR. --- If your project is set up for it, you can reply to this email and

[GitHub] spark pull request: [SPARK-14361][SQL]Window function exclude clau...

2016-04-04 Thread hvanhovell
Github user hvanhovell commented on the pull request: https://github.com/apache/spark/pull/12147#issuecomment-205166586 @xwu0226 this look interesting. I will try to get to this in the next couple of days. The thing I am really worried about is performance. Could you please ad

[GitHub] spark pull request: [SPARK-14361][SQL]Window function exclude clau...

2016-04-04 Thread hvanhovell
Github user hvanhovell commented on the pull request: https://github.com/apache/spark/pull/12147#issuecomment-205166619 cc @yhuai --- 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-11611][MLlib][Python] Python API for bi...

2016-04-04 Thread yu-iskw
Github user yu-iskw closed the pull request at: https://github.com/apache/spark/pull/9583 --- 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 ena

[GitHub] spark pull request: [SPARK-14361][SQL]Window function exclude clau...

2016-04-04 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/12147#issuecomment-205166765 **[Test build #2739 has started](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/2739/consoleFull)** for PR 12147 at commit [`a4ca051`](https://g

[GitHub] spark pull request: [SPARK-14361][SQL]Window function exclude clau...

2016-04-04 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/12147#issuecomment-205167086 **[Test build #2739 has finished](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/2739/consoleFull)** for PR 12147 at commit [`a4ca051`](https://

[GitHub] spark pull request: [SPARK-14364] HeartbeatReceiver object should ...

2016-04-04 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/12148#issuecomment-205167434 **[Test build #2738 has finished](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/2738/consoleFull)** for PR 12148 at commit [`3e3d5ea`](https://

[GitHub] spark pull request: [SPARK-13538][ML] Add GaussianMixture to ML

2016-04-04 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/11419#issuecomment-205170209 **[Test build #54837 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/54837/consoleFull)** for PR 11419 at commit [`af9fbaf`](https://gi

[GitHub] spark pull request: [SPARK-13538][ML] Add GaussianMixture to ML

2016-04-04 Thread zhengruifeng
Github user zhengruifeng commented on a diff in the pull request: https://github.com/apache/spark/pull/11419#discussion_r58336208 --- Diff: mllib/src/main/scala/org/apache/spark/ml/clustering/GaussianMixture.scala --- @@ -0,0 +1,301 @@ +/* + * Licensed to the Apache Softwar

[GitHub] spark pull request: [SPARK-14364] HeartbeatReceiver object should ...

2016-04-04 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/12148#issuecomment-205170853 **[Test build #2740 has started](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/2740/consoleFull)** for PR 12148 at commit [`3e3d5ea`](https://g

[GitHub] spark pull request: [SPARK-14335][SQL] Describe function command r...

2016-04-04 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/12128#issuecomment-205173603 **[Test build #54829 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/54829/consoleFull)** for PR 12128 at commit [`baad78f`](https://g

[GitHub] spark pull request: [SPARK-14335][SQL] Describe function command r...

2016-04-04 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12128#issuecomment-205173960 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 projec

[GitHub] spark pull request: [SPARK-14335][SQL] Describe function command r...

2016-04-04 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12128#issuecomment-205173973 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/

[GitHub] spark pull request: [SPARK-13784][ML] Persistence for RandomForest...

2016-04-04 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/12118#issuecomment-205175829 **[Test build #54836 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/54836/consoleFull)** for PR 12118 at commit [`e0306a9`](https://g

[GitHub] spark pull request: [SPARK-14137] [SQL] Cleanup hash join

2016-04-04 Thread rxin
Github user rxin commented on the pull request: https://github.com/apache/spark/pull/12102#issuecomment-205175780 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 and

[GitHub] spark pull request: [SPARK-14358] Change SparkListener from a trai...

2016-04-04 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/12142#issuecomment-205175834 **[Test build #2736 has finished](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/2736/consoleFull)** for PR 12142 at commit [`7112bf2`](https://

[GitHub] spark pull request: [SPARK-13784][ML] Persistence for RandomForest...

2016-04-04 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12118#issuecomment-205175937 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 projec

[GitHub] spark pull request: [SPARK-13784][ML] Persistence for RandomForest...

2016-04-04 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12118#issuecomment-205175939 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/

[GitHub] spark pull request: [SPARK-8171] [Web UI] Javascript based infinit...

2016-04-04 Thread sarutak
Github user sarutak commented on a diff in the pull request: https://github.com/apache/spark/pull/10910#discussion_r58338124 --- Diff: core/src/main/resources/org/apache/spark/ui/static/log-view.js --- @@ -0,0 +1,125 @@ +/* + * Licensed to the Apache Software Foundation (ASF

[GitHub] spark pull request: [SPARK-8171] [Web UI] Javascript based infinit...

2016-04-04 Thread sarutak
Github user sarutak commented on a diff in the pull request: https://github.com/apache/spark/pull/10910#discussion_r58338169 --- Diff: core/src/main/resources/org/apache/spark/ui/static/log-view.js --- @@ -0,0 +1,125 @@ +/* + * Licensed to the Apache Software Foundation (ASF

[GitHub] spark pull request: [SPARK-14349] [SQL] Issue Error Messages for U...

2016-04-04 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/12134#discussion_r58338324 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/SparkStrategies.scala --- @@ -332,6 +332,9 @@ private[sql] abstract class SparkStrategies

[GitHub] spark pull request: [SPARK-14362] [SQL] DDL Native Support: Drop V...

2016-04-04 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/12146#issuecomment-205178371 **[Test build #54826 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/54826/consoleFull)** for PR 12146 at commit [`4e858d1`](https://g

[GitHub] spark pull request: [SPARK-14362] [SQL] DDL Native Support: Drop V...

2016-04-04 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12146#issuecomment-205178591 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 projec

[GitHub] spark pull request: [SPARK-14362] [SQL] DDL Native Support: Drop V...

2016-04-04 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12146#issuecomment-205178594 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/

[GitHub] spark pull request: [SPARK-8171] [Web UI] Javascript based infinit...

2016-04-04 Thread sarutak
Github user sarutak commented on a diff in the pull request: https://github.com/apache/spark/pull/10910#discussion_r58338843 --- Diff: core/src/main/resources/org/apache/spark/ui/static/log-view.js --- @@ -0,0 +1,125 @@ +/* + * Licensed to the Apache Software Foundation (ASF

[GitHub] spark pull request: [SPARK-14349] [SQL] Issue Error Messages for U...

2016-04-04 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/12134#issuecomment-205179166 **[Test build #54838 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/54838/consoleFull)** for PR 12134 at commit [`e69a7e8`](https://gi

[GitHub] spark pull request: [SPARK-14362] [SQL] DDL Native Support: Drop V...

2016-04-04 Thread gatorsmile
Github user gatorsmile commented on the pull request: https://github.com/apache/spark/pull/12146#issuecomment-205179450 cc @yhuai @andrewor14 @hvanhovell 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 pro

[GitHub] spark pull request: [SPARK-14360][SQL] QueryExecution.debug.codege...

2016-04-04 Thread hvanhovell
Github user hvanhovell commented on the pull request: https://github.com/apache/spark/pull/12144#issuecomment-205181169 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 enabl

[GitHub] spark pull request: [SPARK-14360][SQL] QueryExecution.debug.codege...

2016-04-04 Thread hvanhovell
Github user hvanhovell commented on the pull request: https://github.com/apache/spark/pull/12144#issuecomment-205181236 Merging to 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 h

[GitHub] spark pull request: [SPARK-14362] [SQL] DDL Native Support: Drop V...

2016-04-04 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/12146#issuecomment-205181260 **[Test build #54827 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/54827/consoleFull)** for PR 12146 at commit [`c3b580f`](https://g

[GitHub] spark pull request: [SPARK-14362] [SQL] DDL Native Support: Drop V...

2016-04-04 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12146#issuecomment-205181862 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/

[GitHub] spark pull request: [SPARK-14362] [SQL] DDL Native Support: Drop V...

2016-04-04 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12146#issuecomment-205181857 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 projec

[GitHub] spark pull request: [SPARK-13538][ML] Add GaussianMixture to ML

2016-04-04 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/11419#issuecomment-205182058 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 projec

[GitHub] spark pull request: [SPARK-13538][ML] Add GaussianMixture to ML

2016-04-04 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/11419#issuecomment-205181939 **[Test build #54837 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/54837/consoleFull)** for PR 11419 at commit [`af9fbaf`](https://g

[GitHub] spark pull request: [SPARK-13538][ML] Add GaussianMixture to ML

2016-04-04 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/11419#issuecomment-205182059 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/

[GitHub] spark pull request: [SPARK-14360][SQL] QueryExecution.debug.codege...

2016-04-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/12144 --- 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 ena

[GitHub] spark pull request: [SPARK-14335][SQL] Describe function command r...

2016-04-04 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/12128#issuecomment-205182405 **[Test build #54834 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/54834/consoleFull)** for PR 12128 at commit [`f318e8c`](https://g

[GitHub] spark pull request: [SPARK-14335][SQL] Describe function command r...

2016-04-04 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12128#issuecomment-205182551 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/

[GitHub] spark pull request: [SPARK-14335][SQL] Describe function command r...

2016-04-04 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12128#issuecomment-205182548 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 projec

[GitHub] spark pull request: [SPARK-14296][SQL] whole stage codegen support...

2016-04-04 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/12087#issuecomment-205182866 **[Test build #54839 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/54839/consoleFull)** for PR 12087 at commit [`35d1cad`](https://gi

[GitHub] spark pull request: [SPARK-14123] [SQL] Handle CreateFunction/Drop...

2016-04-04 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/12117#issuecomment-205183785 **[Test build #54830 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/54830/consoleFull)** for PR 12117 at commit [`0572acc`](https://g

[GitHub] spark pull request: [SPARK-14123] [SQL] Handle CreateFunction/Drop...

2016-04-04 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12117#issuecomment-205183929 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/

[GitHub] spark pull request: [SPARK-14123] [SQL] Handle CreateFunction/Drop...

2016-04-04 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12117#issuecomment-205183927 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 projec

[GitHub] spark pull request: [SPARK-3724][ML] RandomForest: More options fo...

2016-04-04 Thread MLnick
Github user MLnick commented on a diff in the pull request: https://github.com/apache/spark/pull/11989#discussion_r58340397 --- Diff: mllib/src/main/scala/org/apache/spark/ml/tree/treeParams.scala --- @@ -360,7 +362,8 @@ private[ml] trait RandomForestParams extends TreeEnsemblePara

[GitHub] spark pull request: [SPARK-8171] [Web UI] Javascript based infinit...

2016-04-04 Thread sarutak
Github user sarutak commented on a diff in the pull request: https://github.com/apache/spark/pull/10910#discussion_r58340808 --- Diff: core/src/main/resources/org/apache/spark/ui/static/log-view.js --- @@ -0,0 +1,125 @@ +/* + * Licensed to the Apache Software Foundation (ASF

[GitHub] spark pull request: [SPARK-13786][ML][Pyspark] Add save/load for p...

2016-04-04 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/12020#issuecomment-205188923 **[Test build #2737 has finished](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/2737/consoleFull)** for PR 12020 at commit [`faba3e5`](https://

[GitHub] spark pull request: [SPARK-14349] [SQL] Issue Error Messages for U...

2016-04-04 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/12134#issuecomment-205191238 **[Test build #54835 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/54835/consoleFull)** for PR 12134 at commit [`c7c9461`](https://g

[GitHub] spark pull request: [SPARK-14349] [SQL] Issue Error Messages for U...

2016-04-04 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12134#issuecomment-205191859 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/

[GitHub] spark pull request: [SPARK-14349] [SQL] Issue Error Messages for U...

2016-04-04 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12134#issuecomment-205191855 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 projec

[GitHub] spark pull request: [SPARK-14234] [CORE] Executor crashes for Task...

2016-04-04 Thread devaraj-kavali
Github user devaraj-kavali commented on a diff in the pull request: https://github.com/apache/spark/pull/12031#discussion_r58342616 --- Diff: core/src/main/scala/org/apache/spark/executor/Executor.scala --- @@ -319,10 +319,14 @@ private[spark] class Executor( case

[GitHub] spark pull request: [SPARK-14358] Change SparkListener from a trai...

2016-04-04 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/12142#issuecomment-205196174 **[Test build #54831 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/54831/consoleFull)** for PR 12142 at commit [`4f4644d`](https://g

[GitHub] spark pull request: [SPARK-14358] Change SparkListener from a trai...

2016-04-04 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12142#issuecomment-205196533 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 projec

[GitHub] spark pull request: [DO_NOT_MERGE] Try to reproduce StateStoreSuit...

2016-04-04 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/12145#issuecomment-205196607 **[Test build #54840 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/54840/consoleFull)** for PR 12145 at commit [`bad6e28`](https://gi

[GitHub] spark pull request: [SPARK-14358] Change SparkListener from a trai...

2016-04-04 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12142#issuecomment-205196536 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/

[GitHub] spark pull request: [SPARK-14296][SQL] whole stage codegen support...

2016-04-04 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/12087#issuecomment-205196954 **[Test build #54833 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/54833/consoleFull)** for PR 12087 at commit [`b22752b`](https://g

[GitHub] spark pull request: [SPARK-14296][SQL] whole stage codegen support...

2016-04-04 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12087#issuecomment-205197104 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 projec

[GitHub] spark pull request: [SPARK-14296][SQL] whole stage codegen support...

2016-04-04 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12087#issuecomment-205197106 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/

[GitHub] spark pull request: [SPARK-13929] Use Scala reflection for UDFs

2016-04-04 Thread joan38
GitHub user joan38 opened a pull request: https://github.com/apache/spark/pull/12149 [SPARK-13929] Use Scala reflection for UDFs ## What changes were proposed in this pull request? Enable ScalaReflection and User Defined Types for plain Scala classes. This involves

[GitHub] spark pull request: [SPARK-13929] Use Scala reflection for UDFs

2016-04-04 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/12149#issuecomment-205199634 **[Test build #54841 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/54841/consoleFull)** for PR 12149 at commit [`a3a1841`](https://gi

[GitHub] spark pull request: [SPARK-13929] Use Scala reflection for UDFs

2016-04-04 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12149#issuecomment-205199985 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/

[GitHub] spark pull request: [SPARK-13929] Use Scala reflection for UDFs

2016-04-04 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/12149#issuecomment-205199978 **[Test build #54841 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/54841/consoleFull)** for PR 12149 at commit [`a3a1841`](https://g

[GitHub] spark pull request: [SPARK-13929] Use Scala reflection for UDFs

2016-04-04 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12149#issuecomment-205199982 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 projec

[GitHub] spark pull request: [SPARK-14296][SQL] whole stage codegen support...

2016-04-04 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/12087#issuecomment-205205570 **[Test build #54842 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/54842/consoleFull)** for PR 12087 at commit [`52f164d`](https://gi

[GitHub] spark pull request: [SPARK-14364] HeartbeatReceiver object should ...

2016-04-04 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/12148#issuecomment-205206719 **[Test build #2740 has finished](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/2740/consoleFull)** for PR 12148 at commit [`3e3d5ea`](https://

[GitHub] spark pull request: [SPARK-13929] Use Scala reflection for UDFs

2016-04-04 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/12149#issuecomment-205212542 **[Test build #54843 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/54843/consoleFull)** for PR 12149 at commit [`f8696f6`](https://gi

[GitHub] spark pull request: [SPARK-14349] [SQL] Issue Error Messages for U...

2016-04-04 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/12134#issuecomment-205213404 **[Test build #54838 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/54838/consoleFull)** for PR 12134 at commit [`e69a7e8`](https://g

[GitHub] spark pull request: [SPARK-14349] [SQL] Issue Error Messages for U...

2016-04-04 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12134#issuecomment-205213674 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/

[GitHub] spark pull request: [SPARK-14349] [SQL] Issue Error Messages for U...

2016-04-04 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12134#issuecomment-205213672 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 projec

[GitHub] spark pull request: [DO_NOT_MERGE] Try to reproduce StateStoreSuit...

2016-04-04 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/12145#issuecomment-205213899 **[Test build #54840 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/54840/consoleFull)** for PR 12145 at commit [`bad6e28`](https://g

[GitHub] spark pull request: [DO_NOT_MERGE] Try to reproduce StateStoreSuit...

2016-04-04 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12145#issuecomment-205214074 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/

[GitHub] spark pull request: [DO_NOT_MERGE] Try to reproduce StateStoreSuit...

2016-04-04 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12145#issuecomment-205214071 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 projec

[GitHub] spark pull request: [SPARK-14296][SQL] whole stage codegen support...

2016-04-04 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/12087#issuecomment-205215326 **[Test build #54839 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/54839/consoleFull)** for PR 12087 at commit [`35d1cad`](https://g

[GitHub] spark pull request: [SPARK-14296][SQL] whole stage codegen support...

2016-04-04 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12087#issuecomment-205215642 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/

[GitHub] spark pull request: [SPARK-14296][SQL] whole stage codegen support...

2016-04-04 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12087#issuecomment-205215640 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 projec

[GitHub] spark pull request: [DO_NOT_MERGE] Try to reproduce StateStoreSuit...

2016-04-04 Thread lw-lin
Github user lw-lin commented on the pull request: https://github.com/apache/spark/pull/12145#issuecomment-205219730 Jenkins 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

[GitHub] spark pull request: [DO_NOT_MERGE] Try to reproduce StateStoreSuit...

2016-04-04 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12145#issuecomment-205219741 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/

[GitHub] spark pull request: [DO_NOT_MERGE] Try to reproduce StateStoreSuit...

2016-04-04 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/12145#issuecomment-205219714 **[Test build #54825 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/54825/consoleFull)** for PR 12145 at commit [`1aa9d57`](https://g

[GitHub] spark pull request: [DO_NOT_MERGE] Try to reproduce StateStoreSuit...

2016-04-04 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12145#issuecomment-205219735 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 projec

[GitHub] spark pull request: [DO_NOT_MERGE] Try to reproduce StateStoreSuit...

2016-04-04 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/12145#issuecomment-205222649 **[Test build #54844 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/54844/consoleFull)** for PR 12145 at commit [`bad6e28`](https://gi

[GitHub] spark pull request: [SPARK-14296][SQL] whole stage codegen support...

2016-04-04 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/12087#issuecomment-205238407 **[Test build #54842 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/54842/consoleFull)** for PR 12087 at commit [`52f164d`](https://g

[GitHub] spark pull request: [SPARK-14296][SQL] whole stage codegen support...

2016-04-04 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12087#issuecomment-205238640 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/

[GitHub] spark pull request: [SPARK-14296][SQL] whole stage codegen support...

2016-04-04 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12087#issuecomment-205238639 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 projec

[GitHub] spark pull request: [DO_NOT_MERGE] Try to reproduce StateStoreSuit...

2016-04-04 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/12145#issuecomment-205242073 **[Test build #54844 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/54844/consoleFull)** for PR 12145 at commit [`bad6e28`](https://g

[GitHub] spark pull request: [DO_NOT_MERGE] Try to reproduce StateStoreSuit...

2016-04-04 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12145#issuecomment-205242447 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 projec

[GitHub] spark pull request: [DO_NOT_MERGE] Try to reproduce StateStoreSuit...

2016-04-04 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12145#issuecomment-205242451 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/

[GitHub] spark pull request: [SPARK-13929] Use Scala reflection for UDFs

2016-04-04 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/12149#issuecomment-205246767 **[Test build #54843 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/54843/consoleFull)** for PR 12149 at commit [`f8696f6`](https://g

[GitHub] spark pull request: [SPARK-13929] Use Scala reflection for UDFs

2016-04-04 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12149#issuecomment-205247374 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 projec

[GitHub] spark pull request: [SPARK-13929] Use Scala reflection for UDFs

2016-04-04 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12149#issuecomment-205247377 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/

[GitHub] spark pull request: [SPARK-14354][SQL] Let Expand take name expres...

2016-04-04 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/12138#issuecomment-205258643 **[Test build #54845 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/54845/consoleFull)** for PR 12138 at commit [`c9a3887`](https://gi

[GitHub] spark pull request: [SPARK-8171] [Web UI] Javascript based infinit...

2016-04-04 Thread sarutak
Github user sarutak commented on a diff in the pull request: https://github.com/apache/spark/pull/10910#discussion_r58363582 --- Diff: core/src/main/resources/org/apache/spark/ui/static/log-view.js --- @@ -0,0 +1,125 @@ +/* + * Licensed to the Apache Software Foundation (ASF

[GitHub] spark pull request: [SPARK-8171] [Web UI] Javascript based infinit...

2016-04-04 Thread sarutak
Github user sarutak commented on a diff in the pull request: https://github.com/apache/spark/pull/10910#discussion_r58363560 --- Diff: core/src/main/resources/org/apache/spark/ui/static/log-view.js --- @@ -0,0 +1,125 @@ +/* + * Licensed to the Apache Software Foundation (ASF

[GitHub] spark pull request: [SPARK-8171] [Web UI] Javascript based infinit...

2016-04-04 Thread sarutak
Github user sarutak commented on a diff in the pull request: https://github.com/apache/spark/pull/10910#discussion_r58363765 --- Diff: core/src/main/resources/org/apache/spark/ui/static/log-view.js --- @@ -0,0 +1,125 @@ +/* + * Licensed to the Apache Software Foundation (ASF

[GitHub] spark pull request: [SPARK-8171] [Web UI] Javascript based infinit...

2016-04-04 Thread sarutak
Github user sarutak commented on the pull request: https://github.com/apache/spark/pull/10910#issuecomment-205262399 @ajbozarth Sorry for having you wait. I've inspected quickly and left some comments. @JoshRosen I think this feature itself is useful but is this the feature

[GitHub] spark pull request: [DO_NOT_MERGE] Try to reproduce StateStoreSuit...

2016-04-04 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/12145#issuecomment-205272210 **[Test build #54846 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/54846/consoleFull)** for PR 12145 at commit [`bad6e28`](https://gi

[GitHub] spark pull request: [DO_NOT_MERGE] Try to reproduce StateStoreSuit...

2016-04-04 Thread lw-lin
Github user lw-lin commented on the pull request: https://github.com/apache/spark/pull/12145#issuecomment-205272081 Jenkins 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

[GitHub] spark pull request: [SPARK-14322] [MLlib] Use treeReduce instead o...

2016-04-04 Thread hhbyyh
Github user hhbyyh commented on a diff in the pull request: https://github.com/apache/spark/pull/12106#discussion_r58367523 --- Diff: mllib/src/main/scala/org/apache/spark/mllib/clustering/LDAOptimizer.scala --- @@ -451,10 +451,10 @@ final class OnlineLDAOptimizer extends LDAOptimi

[GitHub] spark pull request: [SPARK-12832][MESOS] mesos scheduler respect a...

2016-04-04 Thread dragos
Github user dragos commented on the pull request: https://github.com/apache/spark/pull/10949#issuecomment-205275163 Hey @atongen, I think this is really close to being merged, can you please rebase? --- If your project is set up for it, you can reply to this email and have your reply

  1   2   3   4   5   6   7   8   9   10   >