[GitHub] spark pull request: [SPARK-15080][CORE] Break copyAndReset into co...

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

[GitHub] spark pull request: [SPARK-15080][CORE] Break copyAndReset into co...

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

[GitHub] spark pull request: [Spark-15155][Mesos] Optionally ignore default...

2016-05-06 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12933#issuecomment-217441759 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-15176][Core] Add maxShares setting to P...

2016-05-06 Thread HyukjinKwon
Github user HyukjinKwon commented on a diff in the pull request: https://github.com/apache/spark/pull/12951#discussion_r62329769 --- Diff: core/src/main/scala/org/apache/spark/scheduler/SchedulableBuilder.scala --- @@ -90,10 +92,11 @@ private[spark] class

[GitHub] spark pull request: [Spark-15155][Mesos] Optionally ignore default...

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

[GitHub] spark pull request: [Spark-15155][Mesos] Optionally ignore default...

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

[GitHub] spark pull request: [SPARK-15087][MINOR][DOC] Follow Up: Fix the C...

2016-05-06 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/12953#discussion_r62328925 --- Diff: core/src/main/scala/org/apache/spark/scheduler/TaskSchedulerImpl.scala --- @@ -389,11 +389,10 @@ private[spark] class TaskSchedulerImpl(

[GitHub] spark pull request: [SPARK-14542][CORE] PipeRDD should allow confi...

2016-05-06 Thread srowen
Github user srowen commented on the pull request: https://github.com/apache/spark/pull/12309#issuecomment-217438883 Sure just `./dev/mima` --- 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-1239] Improve fetching of map output st...

2016-05-06 Thread tgravescs
Github user tgravescs commented on a diff in the pull request: https://github.com/apache/spark/pull/12113#discussion_r62327844 --- Diff: core/src/main/scala/org/apache/spark/MapOutputTracker.scala --- @@ -296,10 +290,86 @@ private[spark] class MapOutputTrackerMaster(conf:

[GitHub] spark pull request: [SPARK-14542][CORE] PipeRDD should allow confi...

2016-05-06 Thread sitalkedia
Github user sitalkedia commented on the pull request: https://github.com/apache/spark/pull/12309#issuecomment-217435879 @srowen - Do you know how I can run the MiMa test locally? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

[GitHub] spark pull request: [SPARK-15150][EXAMPLE][DOC] Add python example...

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

[GitHub] spark pull request: [SPARK-15150][EXAMPLE][DOC] Add python example...

2016-05-06 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12927#issuecomment-217435664 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-15150][EXAMPLE][DOC] Add python example...

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

[GitHub] spark pull request: [WIP][SPARK-14939][SQL] Add FoldablePropagatio...

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

[GitHub] spark pull request: [WIP][SPARK-14939][SQL] Add FoldablePropagatio...

2016-05-06 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12719#issuecomment-217435009 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-11714][Mesos] Make Spark on Mesos honor...

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

[GitHub] spark pull request: [WIP][SPARK-14939][SQL] Add FoldablePropagatio...

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

[GitHub] spark pull request: [SPARK-14340][DOC] Add Scala Example and User ...

2016-05-06 Thread zhengruifeng
Github user zhengruifeng commented on a diff in the pull request: https://github.com/apache/spark/pull/11844#discussion_r62326629 --- Diff: examples/src/main/scala/org/apache/spark/examples/ml/BisectingKMeansExample.scala --- @@ -0,0 +1,69 @@ +/* + * Licensed to the

[GitHub] spark pull request: [SPARK-15150][EXAMPLE][DOC] Add python example...

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

[GitHub] spark pull request: [SPARK-15150][EXAMPLE][DOC] Add python example...

2016-05-06 Thread zhengruifeng
Github user zhengruifeng commented on a diff in the pull request: https://github.com/apache/spark/pull/12927#discussion_r62324992 --- Diff: examples/src/main/python/ml/lda_example.py --- @@ -0,0 +1,64 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one or

[GitHub] spark pull request: [SPARK-14127][SQL] Makes 'DESC [EXTENDED|FORMA...

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

[GitHub] spark pull request: [SPARK-14127][SQL] Makes 'DESC [EXTENDED|FORMA...

2016-05-06 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12934#issuecomment-217425435 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-14127][SQL] Makes 'DESC [EXTENDED|FORMA...

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

[GitHub] spark pull request: [SPARK-15171][SQL][WIP]Deprecate registerTempT...

2016-05-06 Thread clockfly
Github user clockfly commented on the pull request: https://github.com/apache/spark/pull/12945#issuecomment-217424914 There are two places I am not very sure: 1. Should we also deprecate the python and R api registerTempTable? 2. Which we allow replacing table or not for API

[GitHub] spark pull request: [SPARK-15087][MINOR][DOC] Follow Up: Remove th...

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

[GitHub] spark pull request: [SPARK-15087][MINOR][DOC] Follow Up: Remove th...

2016-05-06 Thread techaddict
GitHub user techaddict opened a pull request: https://github.com/apache/spark/pull/12953 [SPARK-15087][MINOR][DOC] Follow Up: Remove the Comment, It no longer applies ## What changes were proposed in this pull request? Remove the Comment, since it not longer applies. see the

[GitHub] spark pull request: [Spark-15155][Mesos] Optionally ignore default...

2016-05-06 Thread hellertime
Github user hellertime commented on the pull request: https://github.com/apache/spark/pull/12933#issuecomment-217423623 Alright, I've modified the code to convert from a property which enumerated the accepted roles, to one which will simply ignore the default role when it is set.

[GitHub] spark pull request: [Spark-15155][Mesos] Optionally ignore default...

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

[GitHub] spark pull request: [SPARK-15080][CORE] Break copyAndReset into co...

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

[GitHub] spark pull request: [SPARK-15112][SQL] Allows query plan schema an...

2016-05-06 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12952#issuecomment-217421217 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 does

[GitHub] spark pull request: [SPARK-15112][SQL] Allows query plan schema an...

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

[GitHub] spark pull request: [SPARK-15112][SQL] Allows query plan schema an...

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

[GitHub] spark pull request: [SPARK-15080][CORE] Break copyAndReset into co...

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

[GitHub] spark pull request: [SPARK-15171][SQL][WIP]Deprecate registerTempT...

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

[GitHub] spark pull request: [SPARK-15112][SQL] Allows query plan schema an...

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

[GitHub] spark pull request: [SPARK-15112][SQL] Allows query plan schema an...

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

[GitHub] spark pull request: [SPARK-15112][SQL] Allows query plan schema an...

2016-05-06 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12952#issuecomment-217417917 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-14127][SQL] Makes 'DESC [EXTENDED|FORMA...

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

[GitHub] spark pull request: [WIP][SPARK-14939][SQL] Add FoldablePropagatio...

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

[GitHub] spark pull request: [SPARK-14542][CORE] PipeRDD should allow confi...

2016-05-06 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12309#issuecomment-217416792 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-14542][CORE] PipeRDD should allow confi...

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

[GitHub] spark pull request: [SPARK-14738][BUILD] Separate docker integrati...

2016-05-06 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/12508 --- 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-14542][CORE] PipeRDD should allow confi...

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

[GitHub] spark pull request: [SPARK-14915] Fix incorrect resolution of merg...

2016-05-06 Thread srowen
Github user srowen closed the pull request at: https://github.com/apache/spark/pull/12950 --- 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-14915] Fix incorrect resolution of merg...

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

[GitHub] spark pull request: [SPARK-14915] Fix incorrect resolution of merg...

2016-05-06 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12950#issuecomment-217413684 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-14915] Fix incorrect resolution of merg...

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

[GitHub] spark pull request: [SPARK-14997][SQL] Fixed FileCatalog to return...

2016-05-06 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12856#issuecomment-217413061 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-14997][SQL] Fixed FileCatalog to return...

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

[GitHub] spark pull request: [SPARK-14997][SQL] Fixed FileCatalog to return...

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

[GitHub] spark pull request: [SPARK-15112][SQL] Allows query plan schema an...

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

[GitHub] spark pull request: [SPARK-15112][SQL] Allows query plan schema an...

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

[GitHub] spark pull request: [SPARK-15112][SQL] Allows query plan schema an...

2016-05-06 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12952#issuecomment-217409079 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-15112][SQL] Allows query plan schema an...

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

[GitHub] spark pull request: [SPARK-15112][SQL] Allows query plan schema an...

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

[GitHub] spark pull request: [SPARK-15112][SQL] Allows query plan schema an...

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

[GitHub] spark pull request: [SPARK-15112][SQL] Allows query plan schema an...

2016-05-06 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12952#issuecomment-217408531 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: [MINOR][ML][PYSPARK] ALS example cleanup

2016-05-06 Thread yanboliang
Github user yanboliang commented on the pull request: https://github.com/apache/spark/pull/12892#issuecomment-217406106 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

[GitHub] spark pull request: [SPARK-13566][CORE] Avoid deadlock between Blo...

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

[GitHub] spark pull request: [SPARK-15112][SQL] Allows query plan schema an...

2016-05-06 Thread liancheng
Github user liancheng commented on a diff in the pull request: https://github.com/apache/spark/pull/12952#discussion_r62312045 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/Dataset.scala --- @@ -340,7 +340,8 @@ class Dataset[T] private[sql]( */ // This is

[GitHub] spark pull request: [SPARK-14897] [SQL] [WIP] upgrade to jetty 9.2...

2016-05-06 Thread srowen
Github user srowen commented on the pull request: https://github.com/apache/spark/pull/12916#issuecomment-217404661 Hm, that could be a legitimate failure, since failure to start an HTTP server here sounds suspiciously linked. Looking at the test it does collect output from the

[GitHub] spark pull request: [SPARK-15112][SQL] Allows query plan schema an...

2016-05-06 Thread liancheng
Github user liancheng commented on a diff in the pull request: https://github.com/apache/spark/pull/12952#discussion_r62311927 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/Dataset.scala --- @@ -340,7 +340,8 @@ class Dataset[T] private[sql]( */ // This is

[GitHub] spark pull request: [SPARK-14218][SQL] Use encoder schema for gene...

2016-05-06 Thread liancheng
Github user liancheng commented on the pull request: https://github.com/apache/spark/pull/12019#issuecomment-217404090 @sureshthalamati This issue is more subtle than it appears as I explained in [SPARK-15112][1]. I just sent #12952 to fix it. Would you mind to try it and see whether

[GitHub] spark pull request: [SPARK-15112][SQL] Allows query plan schema an...

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

[GitHub] spark pull request: [SPARK-15112][SQL] Allows query plan schema an...

2016-05-06 Thread liancheng
Github user liancheng commented on the pull request: https://github.com/apache/spark/pull/12952#issuecomment-217403492 cc @cloud-fan @rxin @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

[GitHub] spark pull request: [SPARK-15112][SQL] Allows query plan schema an...

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

[GitHub] spark pull request: [DOC][MINOR] Fixed minor errors in feature.ml ...

2016-05-06 Thread srowen
Github user srowen commented on the pull request: https://github.com/apache/spark/pull/12940#issuecomment-217400067 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

[GitHub] spark pull request: [SPARK-14979] [ML] [PySpark] Add examples for ...

2016-05-06 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12754#issuecomment-217400141 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-15112][SQL] Allows query plan schema an...

2016-05-06 Thread liancheng
Github user liancheng commented on a diff in the pull request: https://github.com/apache/spark/pull/12952#discussion_r62310825 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/Optimizer.scala --- @@ -163,15 +164,17 @@ object EliminateSerialization

[GitHub] spark pull request: [SPARK-14542][CORE] PipeRDD should allow confi...

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

[GitHub] spark pull request: [SPARK-15112][SQL] Allows query plan schema an...

2016-05-06 Thread liancheng
Github user liancheng commented on a diff in the pull request: https://github.com/apache/spark/pull/12952#discussion_r62310579 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/ScalaReflection.scala --- @@ -189,7 +189,6 @@ object ScalaReflection extends

[GitHub] spark pull request: [SPARK-14979] [ML] [PySpark] Add examples for ...

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

[GitHub] spark pull request: [SPARK-15093][SQL] create/delete/rename direct...

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

[GitHub] spark pull request: [SPARK-15093][SQL] create/delete/rename direct...

2016-05-06 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12871#issuecomment-217401679 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-14542][CORE] PipeRDD should allow confi...

2016-05-06 Thread srowen
Github user srowen commented on the pull request: https://github.com/apache/spark/pull/12309#issuecomment-217401291 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-15093][SQL] create/delete/rename direct...

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

[GitHub] spark pull request: [SPARK-15112][SQL] Allows query plan schema an...

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

[GitHub] spark pull request: [Spark-14976][Streaming] make StreamingContext...

2016-05-06 Thread srowen
Github user srowen commented on the pull request: https://github.com/apache/spark/pull/12752#issuecomment-217401212 I'd prefer someone like @tdas to sign off as it's kind of a change in what the API supports, but it looks reasonable to me as it supports existing behavior and mimics

[GitHub] spark pull request: [SPARK-14738][BUILD] Separate docker integrati...

2016-05-06 Thread srowen
Github user srowen commented on the pull request: https://github.com/apache/spark/pull/12508#issuecomment-217400982 OK, I will merge this to master and to 2.0. @JoshRosen this means that re-enabling Docker tests will be a config change in Jenkins rather than a code change. Let me

[GitHub] spark pull request: [SPARK-14979] [ML] [PySpark] Add examples for ...

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

[GitHub] spark pull request: [SPARK-15112][SQL] Allows query plan schema an...

2016-05-06 Thread liancheng
GitHub user liancheng opened a pull request: https://github.com/apache/spark/pull/12952 [SPARK-15112][SQL] Allows query plan schema and encoder schema of a Dataset have different column order ## What changes were proposed in this pull request? This PR fixes two issues that

[GitHub] spark pull request: [SPARK-14979] [ML] [PySpark] Add examples for ...

2016-05-06 Thread yanboliang
Github user yanboliang commented on the pull request: https://github.com/apache/spark/pull/12754#issuecomment-217400888 @sethah Thanks for your comments. Please feel free to start a separate PR for the user guide. I'm ambivalent with the issue about adding classification and other

[GitHub] spark pull request: [SPARK-14997][SQL] Fixed FileCatalog to return...

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

[GitHub] spark pull request: [SPARK-14997][SQL] Fixed FileCatalog to return...

2016-05-06 Thread tdas
Github user tdas commented on the pull request: https://github.com/apache/spark/pull/12856#issuecomment-217399925 @yhuai the path to qualifiedPath fix got lost in an incorrect merge. you are right that this is prone to error, so I added a unit test in FileCatalogSuite that fails in

[GitHub] spark pull request: [SPARK-15176][Core] Add maxShares setting to P...

2016-05-06 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12951#issuecomment-217399531 Can one of the admins verify this patch? --- 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-15176][Core] Add maxShares setting to P...

2016-05-06 Thread njwhite
GitHub user njwhite opened a pull request: https://github.com/apache/spark/pull/12951 [SPARK-15176][Core] Add maxShares setting to Pools ## What changes were proposed in this pull request? Help guarantee resource availablity by (hierarchically) limiting the amount of tasks

[GitHub] spark pull request: [SPARK-15093][SQL] create/delete/rename direct...

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

[GitHub] spark pull request: [SPARK-15093][SQL] create/delete/rename direct...

2016-05-06 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12871#issuecomment-217399142 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-15093][SQL] create/delete/rename direct...

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

[GitHub] spark pull request: [SPARK-14979] [ML] [PySpark] Add examples for ...

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

[GitHub] spark pull request: [SPARK-13566][CORE] Avoid deadlock between Blo...

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

[GitHub] spark pull request: [SPARK-13566][CORE] Avoid deadlock between Blo...

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

[GitHub] spark pull request: [SPARK-13566][CORE] Avoid deadlock between Blo...

2016-05-06 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/11546#issuecomment-217395770 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 does

[GitHub] spark pull request: [SPARK-13566][CORE] Avoid deadlock between Blo...

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

[GitHub] spark pull request: [SPARK-12837][CORE] reduce network IO for accu...

2016-05-06 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12899#issuecomment-217394779 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-12837][CORE] reduce network IO for accu...

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

[GitHub] spark pull request: [SPARK-12837][CORE] reduce network IO for accu...

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

[GitHub] spark pull request: [SPARK-14340][DOC] Add Scala Example and User ...

2016-05-06 Thread MLnick
Github user MLnick commented on a diff in the pull request: https://github.com/apache/spark/pull/11844#discussion_r62306356 --- Diff: examples/src/main/scala/org/apache/spark/examples/ml/BisectingKMeansExample.scala --- @@ -0,0 +1,69 @@ +/* + * Licensed to the Apache

[GitHub] spark pull request: [SPARK-14915] Fix incorrect resolution of merg...

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

[GitHub] spark pull request: [SPARK-14915] [CORE] Don't re-queue a task if ...

2016-05-06 Thread srowen
Github user srowen commented on the pull request: https://github.com/apache/spark/pull/12751#issuecomment-217393983 Fixing the back-port in https://github.com/apache/spark/pull/12950 --- If your project is set up for it, you can reply to this email and have your reply appear on

<    1   2   3   4   5   6   7   >