[GitHub] spark pull request: [SPARK-12604] [CORE] Addendum - use casting vs...

2016-01-07 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/10641#issuecomment-169831711 **[Test build #2351 has started](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/2351/consoleFull)** for PR 10641 at commit

[GitHub] spark pull request: [SPARK-9716] [ML] BinaryClassificationEvaluato...

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

[GitHub] spark pull request: [SPARK-12507][Streaming][Document]Expose close...

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

[GitHub] spark pull request: [SPARK-12699][SPARKR] R driver process should ...

2016-01-07 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10652#issuecomment-169837014 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-9716] [ML] BinaryClassificationEvaluato...

2016-01-07 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10472#issuecomment-169837133 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-12507][Streaming][Document]Expose close...

2016-01-07 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10453#issuecomment-169837009 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-12699][SPARKR] R driver process should ...

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

[GitHub] spark pull request: [SPARK-11944][PYSPARK][MLLIB] python mllib.clu...

2016-01-07 Thread holdenk
Github user holdenk commented on a diff in the pull request: https://github.com/apache/spark/pull/10150#discussion_r49140391 --- Diff: python/pyspark/mllib/clustering.py --- @@ -38,13 +38,116 @@ from pyspark.mllib.util import Saveable, Loader, inherit_doc, JavaLoader,

[GitHub] spark pull request: [SPARK-12700] [SQL] embed condition into SMJ a...

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

[GitHub] spark pull request: [SPARK-12699][SPARKR] R driver process should ...

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

[GitHub] spark pull request: [SPARK-11780][SQL] Add type aliases backwards ...

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

[GitHub] spark pull request: [SPARK-12591][Streaming]Register OpenHashMapBa...

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

[GitHub] spark pull request: [SPARK-12700] [SQL] embed condition into SMJ a...

2016-01-07 Thread davies
GitHub user davies opened a pull request: https://github.com/apache/spark/pull/10653 [SPARK-12700] [SQL] embed condition into SMJ and BroadcastHashJoin Currently SortMergeJoin and BroadcastHashJoin do not support condition, the need a followed Filter for that, the result projection

[GitHub] spark pull request: [SPARK-12700] [SQL] embed condition into SMJ a...

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

[GitHub] spark pull request: [SPARK-12510][Streaming]Refactor ActorReceiver...

2016-01-07 Thread zsxwing
Github user zsxwing commented on the pull request: https://github.com/apache/spark/pull/10457#issuecomment-169838489 @tdas forgot to merge? I'm merging it now. --- 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-11938][ML] Expose numFeatures in all ML...

2016-01-07 Thread thunterdb
Github user thunterdb commented on a diff in the pull request: https://github.com/apache/spark/pull/9936#discussion_r49143685 --- Diff: python/pyspark/ml/tests.py --- @@ -371,6 +378,103 @@ def test_fit_maximize_metric(self): self.assertEqual(1.0, bestModelMetric, "Best

[GitHub] spark pull request: [SPARK-11938][ML] Expose numFeatures in all ML...

2016-01-07 Thread thunterdb
Github user thunterdb commented on a diff in the pull request: https://github.com/apache/spark/pull/9936#discussion_r49143733 --- Diff: python/pyspark/ml/tests.py --- @@ -371,6 +378,103 @@ def test_fit_maximize_metric(self): self.assertEqual(1.0, bestModelMetric, "Best

[GitHub] spark pull request: [SPARK-9835] [ML] IterativelyReweightedLeastSq...

2016-01-07 Thread sethah
Github user sethah commented on a diff in the pull request: https://github.com/apache/spark/pull/10639#discussion_r49144625 --- Diff: mllib/src/main/scala/org/apache/spark/ml/optim/GLMFamilies.scala --- @@ -0,0 +1,123 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] spark pull request: [SPARK-12696] Backport Dataset Bug fixes to 1....

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

[GitHub] spark pull request: [SPARK-12696] Backport Dataset Bug fixes to 1....

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

[GitHub] spark pull request: [SPARK-12696] Backport Dataset Bug fixes to 1....

2016-01-07 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10650#issuecomment-169847122 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-12420][SQL] Have a built-in CSV data so...

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

[GitHub] spark pull request: [SPARK-2750][WEB UI] Add https support to the ...

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

[GitHub] spark pull request: [SPARK-2750][WEB UI] Add https support to the ...

2016-01-07 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10238#issuecomment-169851001 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-12420][SQL] Have a built-in CSV data so...

2016-01-07 Thread HyukjinKwon
Github user HyukjinKwon commented on a diff in the pull request: https://github.com/apache/spark/pull/10615#discussion_r49147677 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/csv/CSVSuite.scala --- @@ -0,0 +1,341 @@ +/* + * Licensed to the

[GitHub] spark pull request: [SPARK-12420][SQL] Have a built-in CSV data so...

2016-01-07 Thread HyukjinKwon
Github user HyukjinKwon commented on a diff in the pull request: https://github.com/apache/spark/pull/10615#discussion_r49147704 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/csv/CSVSuite.scala --- @@ -0,0 +1,341 @@ +/* + * Licensed to the

[GitHub] spark pull request: [SPARK-12420][SQL] Have a built-in CSV data so...

2016-01-07 Thread HyukjinKwon
Github user HyukjinKwon commented on a diff in the pull request: https://github.com/apache/spark/pull/10615#discussion_r49147610 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/csv/CSVParser.scala --- @@ -0,0 +1,243 @@ +/* + * Licensed to the

[GitHub] spark pull request: [SPARK-11944][PYSPARK][MLLIB] python mllib.clu...

2016-01-07 Thread holdenk
Github user holdenk commented on a diff in the pull request: https://github.com/apache/spark/pull/10150#discussion_r49149092 --- Diff: python/pyspark/mllib/clustering.py --- @@ -38,13 +38,116 @@ from pyspark.mllib.util import Saveable, Loader, inherit_doc, JavaLoader,

[GitHub] spark pull request: [SPARK-12688][SQL] Fix spill size metric in un...

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

[GitHub] spark pull request: [SPARK-12696] Backport Dataset Bug fixes to 1....

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

[GitHub] spark pull request: [SPARK-12699][SPARKR] R driver process should ...

2016-01-07 Thread felixcheung
Github user felixcheung commented on the pull request: https://github.com/apache/spark/pull/10652#issuecomment-169861623 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

[GitHub] spark pull request: [SPARK-11780][SQL] Add type aliases backwards ...

2016-01-07 Thread marmbrus
Github user marmbrus commented on the pull request: https://github.com/apache/spark/pull/10635#issuecomment-169861548 Does this actually let you use one source to compile against both versions of Spark? --- If your project is set up for it, you can reply to this email and have your

[GitHub] spark pull request: [SPARK-12507][Streaming][Document]Expose close...

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

[GitHub] spark pull request: [SPARK-12230][ML] WeightedLeastSquares.fit() s...

2016-01-07 Thread iyounus
Github user iyounus commented on a diff in the pull request: https://github.com/apache/spark/pull/10274#discussion_r49140607 --- Diff: mllib/src/main/scala/org/apache/spark/ml/optim/WeightedLeastSquares.scala --- @@ -94,8 +110,7 @@ private[ml] class WeightedLeastSquares(

[GitHub] spark pull request: [SPARK-11923][ML] Python API for ml.feature.Ch...

2016-01-07 Thread thunterdb
Github user thunterdb commented on the pull request: https://github.com/apache/spark/pull/10186#issuecomment-169840549 LGTM cc @jkbradley --- 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-12700] [SQL] embed condition into SMJ a...

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

[GitHub] spark pull request: [SPARK-10873] Support column sort and search f...

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

[GitHub] spark pull request: [SPARK-11780][SQL] Add type aliases backwards ...

2016-01-07 Thread maropu
Github user maropu commented on the pull request: https://github.com/apache/spark/pull/10635#issuecomment-169842632 retest this please --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this

[GitHub] spark pull request: [SPARK-12576][SQL] Enable expression parsing i...

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

[GitHub] spark pull request: [SPARK-12576][SQL] Enable expression parsing i...

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

[GitHub] spark pull request: [SPARK-12576][SQL] Enable expression parsing i...

2016-01-07 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10649#issuecomment-169846362 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-12420][SQL] Have a built-in CSV data so...

2016-01-07 Thread HyukjinKwon
Github user HyukjinKwon commented on the pull request: https://github.com/apache/spark/pull/10615#issuecomment-169855191 Cool! --- 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-12700] [SQL] embed condition into SMJ a...

2016-01-07 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10653#issuecomment-169859848 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-12604] [CORE] Addendum - use casting vs...

2016-01-07 Thread rxin
Github user rxin commented on the pull request: https://github.com/apache/spark/pull/10641#issuecomment-169859912 Alright merging this. 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

[GitHub] spark pull request: [SPARK-12700] [SQL] embed condition into SMJ a...

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

[GitHub] spark pull request: [SPARK-12654] sc.wholeTextFiles with spark.had...

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

[GitHub] spark pull request: [SPARK-12507][Streaming][Document]Expose close...

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

[GitHub] spark pull request: [SPARK-12654] sc.wholeTextFiles with spark.had...

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

[GitHub] spark pull request: [SPARK-11944][PYSPARK][MLLIB] python mllib.clu...

2016-01-07 Thread thunterdb
Github user thunterdb commented on a diff in the pull request: https://github.com/apache/spark/pull/10150#discussion_r49140159 --- Diff: python/pyspark/mllib/clustering.py --- @@ -38,13 +38,116 @@ from pyspark.mllib.util import Saveable, Loader, inherit_doc, JavaLoader,

[GitHub] spark pull request: [SPARK-11944][PYSPARK][MLLIB] python mllib.clu...

2016-01-07 Thread thunterdb
Github user thunterdb commented on a diff in the pull request: https://github.com/apache/spark/pull/10150#discussion_r49140117 --- Diff: python/pyspark/mllib/clustering.py --- @@ -38,13 +38,116 @@ from pyspark.mllib.util import Saveable, Loader, inherit_doc, JavaLoader,

[GitHub] spark pull request: [SPARK-12638] [API DOC] Parameter explanation ...

2016-01-07 Thread Wenpei
Github user Wenpei commented on the pull request: https://github.com/apache/spark/pull/10587#issuecomment-169839655 @srowen it pass test now. ready for merge. Thanks for review. Wenpei --- If your project is set up for it, you can reply to this email and have your

[GitHub] spark pull request: [SPARK-12510][Streaming]Refactor ActorReceiver...

2016-01-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/10457 --- 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-11826][MLlib] Refactor add() and subtra...

2016-01-07 Thread ehsanmok
Github user ehsanmok commented on the pull request: https://github.com/apache/spark/pull/9916#issuecomment-169842052 @mengxr @srowen @jkbradley Why reviewing this simple thing which is important for my application is taking so long? --- If your project is set up for it, you can

[GitHub] spark pull request: [SPARK-12699][SPARKR] R driver process should ...

2016-01-07 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10652#issuecomment-169842103 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-12696] Backport Dataset Bug fixes to 1....

2016-01-07 Thread marmbrus
Github user marmbrus commented on the pull request: https://github.com/apache/spark/pull/10650#issuecomment-169844423 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-9835] [ML] IterativelyReweightedLeastSq...

2016-01-07 Thread sethah
Github user sethah commented on a diff in the pull request: https://github.com/apache/spark/pull/10639#discussion_r49144794 --- Diff: mllib/src/main/scala/org/apache/spark/ml/optim/IterativelyReweightedLeastSquares.scala --- @@ -0,0 +1,99 @@ +/* + * Licensed to the Apache

[GitHub] spark pull request: [SPARK-12510][Streaming]Refactor ActorReceiver...

2016-01-07 Thread tdas
Github user tdas commented on the pull request: https://github.com/apache/spark/pull/10457#issuecomment-169855024 I was having trouble with setting up the Exceeded Github API rate limit. Thanks for merging. --- If your project is set up for it, you can reply to this email and have

[GitHub] spark pull request: [SPARK-12696] Backport Dataset Bug fixes to 1....

2016-01-07 Thread marmbrus
Github user marmbrus commented on the pull request: https://github.com/apache/spark/pull/10650#issuecomment-169854996 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-12591][Streaming]Register OpenHashMapBa...

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

[GitHub] spark pull request: [SPARK-12591][Streaming]Register OpenHashMapBa...

2016-01-07 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10609#issuecomment-169855043 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-12591][Streaming]Register OpenHashMapBa...

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

[GitHub] spark pull request: [SPARK-12700] [SQL] embed condition into SMJ a...

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

[GitHub] spark pull request: [SPARK-12692][BUILD] Scala style: check no whi...

2016-01-07 Thread sarutak
Github user sarutak commented on the pull request: https://github.com/apache/spark/pull/10643#issuecomment-169861163 warnings are displayed like as follows. ``` [warn]

[GitHub] spark pull request: [SPARK-11780][SQL] Add type aliases backwards ...

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

[GitHub] spark pull request: [SPARK-12654] sc.wholeTextFiles with spark.had...

2016-01-07 Thread tgravescs
Github user tgravescs commented on the pull request: https://github.com/apache/spark/pull/10651#issuecomment-169833274 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 not

[GitHub] spark pull request: [SPARK-9716] [ML] BinaryClassificationEvaluato...

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

[GitHub] spark pull request: [SPARK-12576][SQL] Enable expression parsing i...

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

[GitHub] spark pull request: [SPARK-10873] Support column sort and search f...

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

[GitHub] spark pull request: [SPARK-10873] Support column sort and search f...

2016-01-07 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10648#issuecomment-169842834 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-12696] Backport Dataset Bug fixes to 1....

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

[GitHub] spark pull request: [SPARK-1267][PYSPARK] Adds pip installer for p...

2016-01-07 Thread gracew
Github user gracew commented on a diff in the pull request: https://github.com/apache/spark/pull/8318#discussion_r49144128 --- Diff: python/pyspark/__init__.py --- @@ -36,6 +36,53 @@ Finer-grained cache persistence levels. """ +import os +import re

[GitHub] spark pull request: [SPARK-9835] [ML] IterativelyReweightedLeastSq...

2016-01-07 Thread sethah
Github user sethah commented on the pull request: https://github.com/apache/spark/pull/10639#issuecomment-169848523 @yanboliang Could you post a link to a reference paper? I find documentation on IRLS scattered, so it would be nice to have something concrete to point to. --- If

[GitHub] spark pull request: [SPARK-12701] [CORE] FileAppender should use j...

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

[GitHub] spark pull request: [SPARK-12604] [CORE] Addendum - use casting vs...

2016-01-07 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/10641#issuecomment-169853728 **[Test build #2351 has finished](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/2351/consoleFull)** for PR 10641 at commit

[GitHub] spark pull request: [SPARK-11780][SQL] Add type aliases backwards ...

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

[GitHub] spark pull request: [SPARK-11780][SQL] Add type aliases backwards ...

2016-01-07 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10635#issuecomment-169861337 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-9819][Streaming][Documentation] Clarify...

2016-01-07 Thread tdas
Github user tdas commented on the pull request: https://github.com/apache/spark/pull/8103#issuecomment-169832635 Sorry i forgot about this PR completely. Just one more nit that i commented on. --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] spark pull request: [SPARK-12654] sc.wholeTextFiles with spark.had...

2016-01-07 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10651#issuecomment-169832596 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-9819][Streaming][Documentation] Clarify...

2016-01-07 Thread tdas
Github user tdas commented on a diff in the pull request: https://github.com/apache/spark/pull/8103#discussion_r49138016 --- Diff: streaming/src/main/scala/org/apache/spark/streaming/api/java/JavaPairDStream.scala --- @@ -336,7 +336,8 @@ class JavaPairDStream[K, V](val dstream:

[GitHub] spark pull request: [SPARK-12699][SPARKR] R driver process should ...

2016-01-07 Thread felixcheung
GitHub user felixcheung opened a pull request: https://github.com/apache/spark/pull/10652 [SPARK-12699][SPARKR] R driver process should start in a clean state Currently we have R worker process launched with the --vanilla option that brings it up in a clean state (without init

[GitHub] spark pull request: [SPARK-12654] sc.wholeTextFiles with spark.had...

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

[GitHub] spark pull request: [SPARK-12654] sc.wholeTextFiles with spark.had...

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

[GitHub] spark pull request: [SPARK-12618] [CORE] [STREAMING] [SQL] Clean u...

2016-01-07 Thread thunterdb
Github user thunterdb commented on a diff in the pull request: https://github.com/apache/spark/pull/10570#discussion_r49139498 --- Diff: sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/expressions/ExpressionEvalHelper.scala --- @@ -57,8 +57,8 @@ trait

[GitHub] spark pull request: [SPARK-12654] sc.wholeTextFiles with spark.had...

2016-01-07 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10651#issuecomment-169836662 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-12632][Python][Make Parameter Descripti...

2016-01-07 Thread thunterdb
Github user thunterdb commented on a diff in the pull request: https://github.com/apache/spark/pull/10602#discussion_r49140273 --- Diff: python/pyspark/mllib/fpm.py --- @@ -130,15 +133,21 @@ def train(cls, data, minSupport=0.1, maxPatternLength=10, maxLocalProjDBSize=320

[GitHub] spark pull request: [SPARK-12632][Python][Make Parameter Descripti...

2016-01-07 Thread thunterdb
Github user thunterdb commented on a diff in the pull request: https://github.com/apache/spark/pull/10602#discussion_r49140295 --- Diff: python/pyspark/mllib/recommendation.py --- @@ -239,6 +239,17 @@ def train(cls, ratings, rank, iterations=5, lambda_=0.01, blocks=-1, nonnegative

[GitHub] spark pull request: [SPARK-12699][SPARKR] R driver process should ...

2016-01-07 Thread felixcheung
Github user felixcheung commented on the pull request: https://github.com/apache/spark/pull/10652#issuecomment-169839126 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

[GitHub] spark pull request: [SPARK-12591][Streaming]Register OpenHashMapBa...

2016-01-07 Thread zsxwing
Github user zsxwing commented on the pull request: https://github.com/apache/spark/pull/10609#issuecomment-169840672 By the way, I will send another PR for branch 1.6 due to the conflicts of MimaExcludes.scala. --- If your project is set up for it, you can reply to this email and

[GitHub] spark pull request: [SPARK-12700] [SQL] embed condition into SMJ a...

2016-01-07 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10653#issuecomment-169842586 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-12700] [SQL] embed condition into SMJ a...

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

[GitHub] spark pull request: [SPARK-12591][Streaming]Register OpenHashMapBa...

2016-01-07 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10609#issuecomment-169843683 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-12591][Streaming]Register OpenHashMapBa...

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

[GitHub] spark pull request: [SPARK-12591][Streaming]Register OpenHashMapBa...

2016-01-07 Thread zsxwing
Github user zsxwing commented on the pull request: https://github.com/apache/spark/pull/10609#issuecomment-169843942 retest this please --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this

[GitHub] spark pull request: [SPARK-12701] [CORE] FileAppender should use j...

2016-01-07 Thread BryanCutler
GitHub user BryanCutler opened a pull request: https://github.com/apache/spark/pull/10654 [SPARK-12701] [CORE] FileAppender should use join to ensure writing thread completion Changed Logging FileAppender to use join in `awaitTermination` to ensure that thread is properly

[GitHub] spark pull request: [SPARK-2750][WEB UI] Add https support to the ...

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

[GitHub] spark pull request: [SPARK-12420][SQL] Have a built-in CSV data so...

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

[GitHub] spark pull request: [SPARK-12420][SQL] Have a built-in CSV data so...

2016-01-07 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10615#issuecomment-169850598 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-12420][SQL] Have a built-in CSV data so...

2016-01-07 Thread mohitjaggi
Github user mohitjaggi commented on the pull request: https://github.com/apache/spark/pull/10615#issuecomment-169852430 this is great...thanks @falaki --- 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-11938][ML] Expose numFeatures in all ML...

2016-01-07 Thread Lewuathe
Github user Lewuathe commented on a diff in the pull request: https://github.com/apache/spark/pull/9936#discussion_r49147215 --- Diff: python/pyspark/ml/tests.py --- @@ -371,6 +378,103 @@ def test_fit_maximize_metric(self): self.assertEqual(1.0, bestModelMetric, "Best

[GitHub] spark pull request: [SPARK-12604] [CORE] Addendum - use casting vs...

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

  1   2   3   4   5   >