[GitHub] spark pull request: [SPARK-11939] [ML] [PySpark] PySpark support m...

2016-01-26 Thread yanboliang
Github user yanboliang commented on a diff in the pull request: https://github.com/apache/spark/pull/10469#discussion_r50950853 --- Diff: python/pyspark/ml/wrapper.py --- @@ -82,13 +71,16 @@ def _transfer_params_to_java(self): pair = self._make_java_param_pair(p

[GitHub] spark pull request: [SPARK-12656] [SQL] Implement Intersect with L...

2016-01-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10630#issuecomment-175469557 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-12656] [SQL] Implement Intersect with L...

2016-01-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10630#issuecomment-175469558 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-12656] [SQL] Implement Intersect with L...

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

[GitHub] spark pull request: [SPARK-13029][ml] fix a logistic regression is...

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

[GitHub] spark pull request: [SPARK-12850] [SQL] Support Bucket Pruning (Pr...

2016-01-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10942#issuecomment-175468846 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-12974] [ML] [PySpark] Add Python API fo...

2016-01-26 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/10889#issuecomment-175468906 **[Test build #50180 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/50180/consoleFull)** for PR 10889 at commit [`581914c`](https://gi

[GitHub] spark pull request: [SPARK-12850] [SQL] Support Bucket Pruning (Pr...

2016-01-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10942#issuecomment-175468847 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-12850] [SQL] Support Bucket Pruning (Pr...

2016-01-26 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/10942#issuecomment-175468580 **[Test build #50175 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/50175/consoleFull)** for PR 10942 at commit [`5b2142c`](https://g

[GitHub] spark pull request: [SPARK-13020][SQL][test] fix random generator ...

2016-01-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10930#issuecomment-175466870 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-13020][SQL][test] fix random generator ...

2016-01-26 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/10930#issuecomment-175466739 **[Test build #50179 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/50179/consoleFull)** for PR 10930 at commit [`142140a`](https://g

[GitHub] spark pull request: [SPARK-13020][SQL][test] fix random generator ...

2016-01-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10930#issuecomment-175466876 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-13029][ml] fix a logistic regression is...

2016-01-26 Thread coderxiang
Github user coderxiang commented on the pull request: https://github.com/apache/spark/pull/10940#issuecomment-175466437 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 h

[GitHub] spark pull request: [ML][PYTHON][SPARK-12834][BACKPORT] Change ser...

2016-01-26 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/10941#issuecomment-175465553 **[Test build #2465 has finished](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/2465/consoleFull)** for PR 10941 at commit [`4a621bc`](https://

[GitHub] spark pull request: [SPARK-6847][Core][Streaming]Fix stack overflo...

2016-01-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10934#issuecomment-175464973 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-6847][Core][Streaming]Fix stack overflo...

2016-01-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10934#issuecomment-175464971 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-6847][Core][Streaming]Fix stack overflo...

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

[GitHub] spark pull request: [SPARK-13020][SQL][test] fix random generator ...

2016-01-26 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/10930#issuecomment-175463478 **[Test build #50179 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/50179/consoleFull)** for PR 10930 at commit [`142140a`](https://gi

[GitHub] spark pull request: [SPARK-13029][ml] fix a logistic regression is...

2016-01-26 Thread coderxiang
Github user coderxiang commented on the pull request: https://github.com/apache/spark/pull/10940#issuecomment-175462272 Jenkins, retest 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-12914] [SQL] generate aggregation with ...

2016-01-26 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/10855#issuecomment-175459406 **[Test build #50178 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/50178/consoleFull)** for PR 10855 at commit [`48e125c`](https://gi

[GitHub] spark pull request: [SPARK-12914] [SQL] generate aggregation with ...

2016-01-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10855#issuecomment-175457611 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-12914] [SQL] generate aggregation with ...

2016-01-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10855#issuecomment-175457609 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-13020][SQL][test] fix random generator ...

2016-01-26 Thread cloud-fan
Github user cloud-fan commented on the pull request: https://github.com/apache/spark/pull/10930#issuecomment-175456073 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-13020][SQL][test] fix random generator ...

2016-01-26 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/10930#discussion_r50948283 --- Diff: sql/catalyst/src/test/scala/org/apache/spark/sql/RandomDataGeneratorSuite.scala --- @@ -93,4 +93,12 @@ class RandomDataGeneratorSuite extends Sp

[GitHub] spark pull request: [SPARK-12988][SQL] Can't drop columns that con...

2016-01-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10943#issuecomment-175455877 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 p

[GitHub] spark pull request: [SPARK-12992][SQL]: Update parquet reader to s...

2016-01-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10908#issuecomment-175455498 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-12992][SQL]: Update parquet reader to s...

2016-01-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10908#issuecomment-175455496 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-11939] [ML] [PySpark] PySpark support m...

2016-01-26 Thread yanboliang
Github user yanboliang commented on a diff in the pull request: https://github.com/apache/spark/pull/10469#discussion_r50948067 --- Diff: python/pyspark/ml/util.py --- @@ -52,3 +71,141 @@ def _randomUID(cls): concatenates the class name, "_", and 12 random hex chars.

[GitHub] spark pull request: [SPARK-12992][SQL]: Update parquet reader to s...

2016-01-26 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/10908#issuecomment-175455355 **[Test build #50174 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/50174/consoleFull)** for PR 10908 at commit [`2c8aaad`](https://g

[GitHub] spark pull request: [SPARK-12988] Can't drop columns that contain ...

2016-01-26 Thread dilipbiswal
GitHub user dilipbiswal opened a pull request: https://github.com/apache/spark/pull/10943 [SPARK-12988] Can't drop columns that contain dots Neither of theses works: val df = Seq((1, 1)).toDF("a_b", "a.c") df.drop("a.c").collect() df: org.apache.spark.sql.DataFrame =

[GitHub] spark pull request: [SPARK-12941][SQL] Spark-SQL JDBC Oracle diale...

2016-01-26 Thread thomastechs
Github user thomastechs commented on the pull request: https://github.com/apache/spark/pull/10912#issuecomment-175453302 @yhuai Yes;tested. So, as you mentioned, will create a new PR against master with the OracleIntegrationSuite. --- If your project is set up for it, you can reply

[GitHub] spark pull request: [SPARK-12914] [SQL] generate aggregation with ...

2016-01-26 Thread davies
Github user davies commented on a diff in the pull request: https://github.com/apache/spark/pull/10855#discussion_r50947591 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/BufferedRowIterator.java --- @@ -34,7 +36,7 @@ // used when there is no column in out

[GitHub] spark pull request: [SPARK-13020][SQL][test] fix random generator ...

2016-01-26 Thread yhuai
Github user yhuai commented on a diff in the pull request: https://github.com/apache/spark/pull/10930#discussion_r50947469 --- Diff: sql/catalyst/src/test/scala/org/apache/spark/sql/RandomDataGeneratorSuite.scala --- @@ -93,4 +93,12 @@ class RandomDataGeneratorSuite extends SparkF

[GitHub] spark pull request: [SPARK-12941][SQL] Spark-SQL JDBC Oracle diale...

2016-01-26 Thread yhuai
Github user yhuai commented on the pull request: https://github.com/apache/spark/pull/10912#issuecomment-175446861 Also, I'd like to get the change in master first. Thanks. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well.

[GitHub] spark pull request: [SPARK-12941][SQL] Spark-SQL JDBC Oracle diale...

2016-01-26 Thread yhuai
Github user yhuai commented on the pull request: https://github.com/apache/spark/pull/10912#issuecomment-175445158 btw, just want to double check. Have you tested your fix with Oracle? --- If your project is set up for it, you can reply to this email and have your reply appear on GitH

[GitHub] spark pull request: [SPARK-12941][SQL] Spark-SQL JDBC Oracle diale...

2016-01-26 Thread yhuai
Github user yhuai commented on the pull request: https://github.com/apache/spark/pull/10912#issuecomment-17547 Please create a PR against master. You do not need to create a new jira. In the title of the new PR, you just use the same JIRA number. For this PR, it is better to add `

[GitHub] spark pull request: [ML][PYTHON][SPARK-12834][BACKPORT] Change ser...

2016-01-26 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/10941#issuecomment-175442210 **[Test build #2465 has started](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/2465/consoleFull)** for PR 10941 at commit [`4a621bc`](https://g

[GitHub] spark pull request: [SPARK-12941][SQL] Spark-SQL JDBC Oracle diale...

2016-01-26 Thread yhuai
Github user yhuai commented on a diff in the pull request: https://github.com/apache/spark/pull/10912#discussion_r50947072 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/jdbc/JDBCSuite.scala --- @@ -445,4 +445,9 @@ class JDBCSuite extends SparkFunSuite with BeforeAndAfter

[GitHub] spark pull request: [SPARK-12941][SQL] Spark-SQL JDBC Oracle diale...

2016-01-26 Thread thomastechs
Github user thomastechs commented on the pull request: https://github.com/apache/spark/pull/10912#issuecomment-175437996 @yhuai Added the testcase for 1.4. For the master PR, would it be good to raise another bug in reference to this and upload the fix as a new PR for that bug.?

[GitHub] spark pull request: [SPARK-12656] [SQL] Implement Intersect with L...

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

[GitHub] spark pull request: [SPARK-12850] [SQL] Support Bucket Pruning (Pr...

2016-01-26 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/10942#discussion_r50945958 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/DataSourceStrategy.scala --- @@ -97,10 +99,15 @@ private[sql] object DataSou

[GitHub] spark pull request: [SPARK-13020][SQL][test] fix random generator ...

2016-01-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10930#issuecomment-175424956 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-13020][SQL][test] fix random generator ...

2016-01-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10930#issuecomment-175424953 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-13020][SQL][test] fix random generator ...

2016-01-26 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/10930#issuecomment-175424724 **[Test build #50170 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/50170/consoleFull)** for PR 10930 at commit [`142140a`](https://g

[GitHub] spark pull request: [SPARK-13029][ml] fix a logistic regression is...

2016-01-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10940#issuecomment-175423974 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-13029][ml] fix a logistic regression is...

2016-01-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10940#issuecomment-175423971 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-13029][ml] fix a logistic regression is...

2016-01-26 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/10940#issuecomment-175423859 **[Test build #50168 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/50168/consoleFull)** for PR 10940 at commit [`09e95a7`](https://g

[GitHub] spark pull request: [SPARK-12850] [SQL] Support Bucket Pruning (Pr...

2016-01-26 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/10942#issuecomment-175421886 **[Test build #50175 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/50175/consoleFull)** for PR 10942 at commit [`5b2142c`](https://gi

[GitHub] spark pull request: [SPARK-12992][SQL]: Update parquet reader to s...

2016-01-26 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/10908#issuecomment-175419378 **[Test build #50174 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/50174/consoleFull)** for PR 10908 at commit [`2c8aaad`](https://gi

[GitHub] spark pull request: [SPARK-12850] [SQL] Support Bucket Pruning (Pr...

2016-01-26 Thread gatorsmile
GitHub user gatorsmile opened a pull request: https://github.com/apache/spark/pull/10942 [SPARK-12850] [SQL] Support Bucket Pruning (Predicate Pushdown for Bucketed Tables) JIRA: https://issues.apache.org/jira/browse/SPARK-12850 This PR is to support bucket pruning when the

[GitHub] spark pull request: [SPARK-12941][SQL] Spark-SQL JDBC Oracle diale...

2016-01-26 Thread yhuai
Github user yhuai commented on the pull request: https://github.com/apache/spark/pull/10912#issuecomment-175416015 Can you add a test? Also, can you create a pr for master? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well.

[GitHub] spark pull request: [SPARK-6847][Core][Streaming]Fix stack overflo...

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

[GitHub] spark pull request: [SPARK-12941][SQL] Spark-SQL JDBC Oracle diale...

2016-01-26 Thread thomastechs
Github user thomastechs commented on the pull request: https://github.com/apache/spark/pull/10912#issuecomment-175412154 @yhuai The style check error has been fixed and committed. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub a

[GitHub] spark pull request: [ML][PYTHON][SPARK-12834][BACKPORT] Change ser...

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

[GitHub] spark pull request: [ML][PYTHON][SPARK-12834][BACKPORT] Change ser...

2016-01-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10941#issuecomment-175411067 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: [ML][PYTHON][SPARK-12834][BACKPORT] Change ser...

2016-01-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10941#issuecomment-175411066 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-6847][Core][Streaming]Fix stack overflo...

2016-01-26 Thread zsxwing
Github user zsxwing commented on the pull request: https://github.com/apache/spark/pull/10934#issuecomment-175408940 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 fe

[GitHub] spark pull request: [ML][PYTHON][SPARK-12834][BACKPORT] Change ser...

2016-01-26 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/10941#issuecomment-175408635 **[Test build #50172 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/50172/consoleFull)** for PR 10941 at commit [`4a621bc`](https://gi

[GitHub] spark pull request: [SPARK-6847][Core][Streaming]Fix stack overflo...

2016-01-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10934#issuecomment-175406790 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-6847][Core][Streaming]Fix stack overflo...

2016-01-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10934#issuecomment-175406784 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: [ML][PYTHON][SPARK-12834] Change ser/de of Jav...

2016-01-26 Thread jkbradley
Github user jkbradley commented on the pull request: https://github.com/apache/spark/pull/10941#issuecomment-175403561 Ping @yinxusen I realized we should at least backport this to 1.6. I made this PR to make sure tests run. After this is merged, we can backport [https://github.com/

[GitHub] spark pull request: [ML][PYTHON][SPARK-12834] Change ser/de of Jav...

2016-01-26 Thread jkbradley
GitHub user jkbradley opened a pull request: https://github.com/apache/spark/pull/10941 [ML][PYTHON][SPARK-12834] Change ser/de of JavaArray and JavaList Backport of SPARK-12834 for branch-1.6 Original PR: https://github.com/apache/spark/pull/10772 Original commit m

[GitHub] spark pull request: [SPARK-12780] Inconsistency returning value of...

2016-01-26 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/10724 --- 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-12938][SQL] DataFrame API for Bloom fil...

2016-01-26 Thread yhuai
Github user yhuai commented on a diff in the pull request: https://github.com/apache/spark/pull/10937#discussion_r50942377 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/DataFrameStatFunctions.scala --- @@ -309,4 +312,77 @@ final class DataFrameStatFunctions private[sql](df

[GitHub] spark pull request: [SPARK-12967][Netty] Avoid NettyRpc error mess...

2016-01-26 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/10881 --- 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-12780] Inconsistency returning value of...

2016-01-26 Thread jkbradley
Github user jkbradley commented on the pull request: https://github.com/apache/spark/pull/10724#issuecomment-175402109 LGTM I'll merge this with 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 yo

[GitHub] spark pull request: [SPARK-13020][SQL][test] fix random generator ...

2016-01-26 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/10930#issuecomment-175401868 **[Test build #50170 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/50170/consoleFull)** for PR 10930 at commit [`142140a`](https://gi

[GitHub] spark pull request: [SPARK-12967][Netty] Avoid NettyRpc error mess...

2016-01-26 Thread zsxwing
Github user zsxwing commented on the pull request: https://github.com/apache/spark/pull/10881#issuecomment-175401376 @nishkamravi2 thanks, merging to master --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project

[GitHub] spark pull request: [SPARK-12567][SQL] Add aes_{encrypt,decrypt} U...

2016-01-26 Thread vectorijk
Github user vectorijk commented on a diff in the pull request: https://github.com/apache/spark/pull/10527#discussion_r50942084 --- Diff: sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/expressions/MiscFunctionsSuite.scala --- @@ -130,4 +130,49 @@ class MiscFunctionsSuite

[GitHub] spark pull request: [SPARK-12967][Netty] Avoid NettyRpc error mess...

2016-01-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10881#issuecomment-175400979 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-12967][Netty] Avoid NettyRpc error mess...

2016-01-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10881#issuecomment-175400980 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-12967][Netty] Avoid NettyRpc error mess...

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

[GitHub] spark pull request: [SPARK-12506][SQL]push down WHERE clause arith...

2016-01-26 Thread viirya
Github user viirya commented on the pull request: https://github.com/apache/spark/pull/10750#issuecomment-175400704 I think most expressions (such as >, >=, <, <=, ==, string ops, arithmetic ops) which are commonly used in filters are relatively stable now. Maybe we can let JDBC datas

[GitHub] spark pull request: [Test][DO_NO_MERGE]Try to reproduce the bug

2016-01-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10904#issuecomment-175400540 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: [Test][DO_NO_MERGE]Try to reproduce the bug

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

[GitHub] spark pull request: [Test][DO_NO_MERGE]Try to reproduce the bug

2016-01-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10904#issuecomment-175400541 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-13022] Shade jackson core

2016-01-26 Thread tedyu
Github user tedyu commented on the pull request: https://github.com/apache/spark/pull/10931#issuecomment-175400213 I read the thread referenced by SPARK-11615 again. But there was no clear statement on why shading annotation wouldn't work. Test suite passed. I thin

[GitHub] spark pull request: [SPARK-13020][SQL][test] fix random generator ...

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

[GitHub] spark pull request: [SPARK-13022] Shade jackson core

2016-01-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10931#issuecomment-175396862 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-13022] Shade jackson core

2016-01-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10931#issuecomment-175396853 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-13022] Shade jackson core

2016-01-26 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/10931#issuecomment-175396545 **[Test build #50165 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/50165/consoleFull)** for PR 10931 at commit [`5fb5ea4`](https://g

[GitHub] spark pull request: [SPARK-13029][ml] fix a logistic regression is...

2016-01-26 Thread coderxiang
Github user coderxiang commented on the pull request: https://github.com/apache/spark/pull/10940#issuecomment-175393478 Jenkins, retest 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-13029][ml] fix a logistic regression is...

2016-01-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10940#issuecomment-175389799 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-13029][ml] fix a logistic regression is...

2016-01-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10940#issuecomment-175389795 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-12895][SPARK-12896] Migrate TaskMetrics...

2016-01-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10835#issuecomment-175387145 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-12895][SPARK-12896] Migrate TaskMetrics...

2016-01-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10835#issuecomment-175387162 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-12895][SPARK-12896] Migrate TaskMetrics...

2016-01-26 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/10835#issuecomment-175386657 **[Test build #50163 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/50163/consoleFull)** for PR 10835 at commit [`9f964f2`](https://g

[GitHub] spark pull request: [SPARK-12728][SQL] Integrates SQL generation w...

2016-01-26 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/10733 --- 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-12728][SQL] Integrates SQL generation w...

2016-01-26 Thread yhuai
Github user yhuai commented on the pull request: https://github.com/apache/spark/pull/10733#issuecomment-175383478 LGTM. Merging to master. --- 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 thi

[GitHub] spark pull request: [SPARK-13029][ml] fix a logistic regression is...

2016-01-26 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/10940#issuecomment-175382007 **[Test build #50168 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/50168/consoleFull)** for PR 10940 at commit [`09e95a7`](https://gi

[GitHub] spark pull request: [SPARK-12935][SQL] DataFrame API for Count-Min...

2016-01-26 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/10911 --- 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-12935][SQL] DataFrame API for Count-Min...

2016-01-26 Thread rxin
Github user rxin commented on the pull request: https://github.com/apache/spark/pull/10911#issuecomment-175381894 I'm going to merge 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-7780][MLLIB] intercept in logisticregre...

2016-01-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10788#issuecomment-175381442 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-7780][MLLIB] intercept in logisticregre...

2016-01-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10788#issuecomment-175381440 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-7780][MLLIB] intercept in logisticregre...

2016-01-26 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/10788#issuecomment-175380873 **[Test build #50158 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/50158/consoleFull)** for PR 10788 at commit [`8016ad8`](https://g

[GitHub] spark pull request: [SPARK-12728][SQL] Integrates SQL generation w...

2016-01-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10733#issuecomment-175380825 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-12728][SQL] Integrates SQL generation w...

2016-01-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10733#issuecomment-175380828 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-12728][SQL] Integrates SQL generation w...

2016-01-26 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/10733#issuecomment-175380158 **[Test build #50162 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/50162/consoleFull)** for PR 10733 at commit [`0ce28d9`](https://g

[GitHub] spark pull request: [SPARK-13029][ml] fix a logistic regression is...

2016-01-26 Thread coderxiang
GitHub user coderxiang opened a pull request: https://github.com/apache/spark/pull/10940 [SPARK-13029][ml] fix a logistic regression issue when inputing data has a column with identical value This is a bug that appears while fitting a Logistic Regression model with `.setStandardiza

[GitHub] spark pull request: [SPARK-12938][SQL] DataFrame API for Bloom fil...

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

  1   2   3   4   5   6   7   8   >