[GitHub] spark pull request: [SPARK-13425][SQL] Documentation for CSV datas...

2016-04-30 Thread HyukjinKwon
Github user HyukjinKwon commented on a diff in the pull request: https://github.com/apache/spark/pull/12817#discussion_r61682274 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/DataFrameReader.scala --- @@ -393,6 +393,45 @@ class DataFrameReader private[sql](sparkSession: S

[GitHub] spark pull request: [MINOR][SQL] Remove not affected settings for ...

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

[GitHub] spark pull request: [MINOR][SQL] Remove not affected settings for ...

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

[GitHub] spark pull request: [SPARK-14931][ML][PYTHON] Mismatched default v...

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

[GitHub] spark pull request: [SPARK-14931][ML][PYTHON] Mismatched default v...

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

[GitHub] spark pull request: [SPARK-13425][SQL] Documentation for CSV datas...

2016-04-30 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/12817#discussion_r61682060 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/DataFrameReader.scala --- @@ -393,6 +393,45 @@ class DataFrameReader private[sql](sparkSession: SparkSes

[GitHub] spark pull request: [MINOR][SQL] Remove not affected settings for ...

2016-04-30 Thread HyukjinKwon
Github user HyukjinKwon commented on the pull request: https://github.com/apache/spark/pull/12818#issuecomment-216019892 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-13425][SQL] Documentation for CSV datas...

2016-04-30 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/12817#discussion_r61682039 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/DataFrameReader.scala --- @@ -393,6 +393,45 @@ class DataFrameReader private[sql](sparkSession: SparkSes

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

2016-04-30 Thread sitalkedia
Github user sitalkedia commented on a diff in the pull request: https://github.com/apache/spark/pull/12309#discussion_r61680334 --- Diff: core/src/main/scala/org/apache/spark/api/java/JavaRDDLike.scala --- @@ -271,6 +271,15 @@ trait JavaRDDLike[T, This <: JavaRDDLike[T, This]] ext

[GitHub] spark pull request: [SPARK-14878][SQL] Trim characters string func...

2016-04-30 Thread kevinyu98
Github user kevinyu98 commented on the pull request: https://github.com/apache/spark/pull/12646#issuecomment-216018276 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: [MINOR][SQL] Remove not affected settings for ...

2016-04-30 Thread HyukjinKwon
GitHub user HyukjinKwon opened a pull request: https://github.com/apache/spark/pull/12818 [MINOR][SQL] Remove not affected settings for writing in CSV. ## What changes were proposed in this pull request? This PR removes not affected settings for writing CSV files. -

[GitHub] spark pull request: [SPARK-14706][SPARK-14973][ML][PySpark] Python...

2016-04-30 Thread yinxusen
Github user yinxusen closed the pull request at: https://github.com/apache/spark/pull/12604 --- 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 e

[GitHub] spark pull request: [SPARK-14706][SPARK-14973][ML][PySpark] Python...

2016-04-30 Thread yinxusen
Github user yinxusen commented on the pull request: https://github.com/apache/spark/pull/12604#issuecomment-216017708 Close this one and prepare the new PR for SPARK-15008 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. I

[GitHub] spark pull request: [SPARK-13425][SQL] Documentation for CSV datas...

2016-04-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12817#issuecomment-216017668 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-13425][SQL] Documentation for CSV datas...

2016-04-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12817#issuecomment-216017667 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-13425][SQL] Documentation for CSV datas...

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

[GitHub] spark pull request: [SPARK-14931][ML][PYTHON] Mismatched default v...

2016-04-30 Thread jkbradley
Github user jkbradley commented on the pull request: https://github.com/apache/spark/pull/12816#issuecomment-216017563 Thanks! I'll wait until Jenkins comes back online to run tests --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[GitHub] spark pull request: [SPARK-14931][ML][PySpark] Mismatched default ...

2016-04-30 Thread yinxusen
Github user yinxusen commented on the pull request: https://github.com/apache/spark/pull/12738#issuecomment-216017506 I'll close this one. --- 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-14931][ML][PySpark] Mismatched default ...

2016-04-30 Thread yinxusen
Github user yinxusen closed the pull request at: https://github.com/apache/spark/pull/12738 --- 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 e

[GitHub] spark pull request: [SPARK-14931][ML][PYTHON] Mismatched default v...

2016-04-30 Thread yinxusen
Github user yinxusen commented on the pull request: https://github.com/apache/spark/pull/12816#issuecomment-216017502 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-13289][MLLIB] Fix infinite distances be...

2016-04-30 Thread jkbradley
Github user jkbradley commented on the pull request: https://github.com/apache/spark/pull/11812#issuecomment-216017374 LGTM thanks all for the patch & reviews! --- 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 proje

[GitHub] spark pull request: [SPARK-14931][ML][PYTHON] Mismatched default v...

2016-04-30 Thread yinxusen
Github user yinxusen commented on the pull request: https://github.com/apache/spark/pull/12816#issuecomment-216017182 Yeah, I understand. Skipped two days for family issues. :) --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as we

[GitHub] spark pull request: [SPARK-14931][ML][PYTHON] Mismatched default v...

2016-04-30 Thread jkbradley
Github user jkbradley commented on the pull request: https://github.com/apache/spark/pull/12816#issuecomment-216017100 Oh OK thanks a lot, sorry for taking it over, but am rushing b/c of impending code freeze --- If your project is set up for it, you can reply to this email and have

[GitHub] spark pull request: [SPARK-14931][ML][PYTHON] Mismatched default v...

2016-04-30 Thread yinxusen
Github user yinxusen commented on the pull request: https://github.com/apache/spark/pull/12816#issuecomment-216017084 @jkbradley Sorry for the late, reviewing 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 p

[GitHub] spark pull request: [SPARK-15031][EXAMPLE] Use SparkSession in Sca...

2016-04-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12809#issuecomment-216017057 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-15031][EXAMPLE] Use SparkSession in Sca...

2016-04-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12809#issuecomment-216017058 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-15031][EXAMPLE] Use SparkSession in Sca...

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

[GitHub] spark pull request: [SPARK-11082][YARN] Fix wrong core number when...

2016-04-30 Thread jdesmet
Github user jdesmet commented on the pull request: https://github.com/apache/spark/pull/9095#issuecomment-216016788 Humbly, I think I understood what this PR was about. I probably (still) do not understand some of the reasoning as to why we can't report the correct vCores even if the

[GitHub] spark pull request: [SPARK-14505] [Core] Fix bug : creating two Sp...

2016-04-30 Thread the-sea
Github user the-sea commented on the pull request: https://github.com/apache/spark/pull/12273#issuecomment-216015716 @srowen could you help me to see why the unit tests failed? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as w

[GitHub] spark pull request: [SPARK-13425][SQL] Documentation for CSV datas...

2016-04-30 Thread HyukjinKwon
Github user HyukjinKwon commented on a diff in the pull request: https://github.com/apache/spark/pull/12817#discussion_r61679408 --- Diff: python/pyspark/sql/readwriter.py --- @@ -663,6 +700,18 @@ def csv(self, path, mode=None, compression=None): kno

[GitHub] spark pull request: [SPARK-13425][SQL] Documentation for CSV datas...

2016-04-30 Thread HyukjinKwon
Github user HyukjinKwon commented on the pull request: https://github.com/apache/spark/pull/12817#issuecomment-216015221 @rxin BTW, I found two todos, `TODO: Remove this one in Spark 2.0.` at `DataFrameReader` and `DataFrameWriter` added in https://github.com/apache/spark/pull/9945. D

[GitHub] spark pull request: [SPARK-13425][SQL] Documentation for CSV datas...

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

[GitHub] spark pull request: [SPARK-13425][SQL] Documentation for CSV datas...

2016-04-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12817#issuecomment-216015021 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-13425][SQL] Documentation for CSV datas...

2016-04-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12817#issuecomment-216015022 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-13425][SQL] Documentation for CSV datas...

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

[GitHub] spark pull request: [SPARK-13425][SQL] Documentation for CSV datas...

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

[GitHub] spark pull request: [SPARK-13425][SQL] Documentation for CSV datas...

2016-04-30 Thread HyukjinKwon
Github user HyukjinKwon commented on the pull request: https://github.com/apache/spark/pull/12817#issuecomment-216014925 cc @rxin --- 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-13425][SQL] Documentation for CSV datas...

2016-04-30 Thread HyukjinKwon
Github user HyukjinKwon commented on a diff in the pull request: https://github.com/apache/spark/pull/12817#discussion_r61679234 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/DataFrameReader.scala --- @@ -393,6 +393,45 @@ class DataFrameReader private[sql](sparkSession: S

[GitHub] spark pull request: [SPARK-15031][EXAMPLE] Use SparkSession in Sca...

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

[GitHub] spark pull request: [SPARK-14972] Improve performance of JSON sche...

2016-04-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12750#issuecomment-216014587 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-14972] Improve performance of JSON sche...

2016-04-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12750#issuecomment-216014586 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-14972] Improve performance of JSON sche...

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

[GitHub] spark pull request: [SPARK-15304] [SPARK-15305] [SPARK-15306] [SQL...

2016-04-30 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/12812#discussion_r61679067 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/execution/command/DDLSuite.scala --- @@ -83,6 +93,29 @@ class DDLSuite extends QueryTest with Shar

[GitHub] spark pull request: [SPARK-13425][SQL] Documentation for CSV datas...

2016-04-30 Thread HyukjinKwon
Github user HyukjinKwon commented on the pull request: https://github.com/apache/spark/pull/12817#issuecomment-216014355 Hm.. this gives me a pass of Python style test at local. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as w

[GitHub] spark pull request: [SPARK-15304] [SPARK-15305] [SPARK-15306] [SQL...

2016-04-30 Thread yhuai
Github user yhuai commented on a diff in the pull request: https://github.com/apache/spark/pull/12812#discussion_r61679032 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/execution/command/DDLSuite.scala --- @@ -83,6 +93,29 @@ class DDLSuite extends QueryTest with SharedSQL

[GitHub] spark pull request: [SPARK-13425][SQL] Documentation for CSV datas...

2016-04-30 Thread HyukjinKwon
Github user HyukjinKwon commented on the pull request: https://github.com/apache/spark/pull/12817#issuecomment-216013835 Hm.. It passes a local style test for Python and I did not edit `./python/pyspark/sql/__init__.py`. --- If your project is set up for it, you can reply to this ema

[GitHub] spark pull request: [SPARK-14684] [SPARK-15026] [SQL] Disallow Dro...

2016-04-30 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/12801#discussion_r61679029 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/execution/command/DDLSuite.scala --- @@ -81,8 +84,8 @@ class DDLSuite extends QueryTest with Share

[GitHub] spark pull request: [SPARK-13425][SQL] Documentation for CSV datas...

2016-04-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12817#issuecomment-216013507 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-13425][SQL] Documentation for CSV datas...

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

[GitHub] spark pull request: [SPARK-13425][SQL] Documentation for CSV datas...

2016-04-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12817#issuecomment-216013503 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-13425][SQL] Documentation for CSV datas...

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

[GitHub] spark pull request: [SPARK-15031][EXAMPLE] Use SparkSession in Sca...

2016-04-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12809#issuecomment-216012761 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-15031][EXAMPLE] Use SparkSession in Sca...

2016-04-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12809#issuecomment-216012759 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-13425][SQL] Documentation for CSV datas...

2016-04-30 Thread HyukjinKwon
Github user HyukjinKwon commented on a diff in the pull request: https://github.com/apache/spark/pull/12817#discussion_r61678681 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/DataFrameReader.scala --- @@ -393,6 +393,45 @@ class DataFrameReader private[sql](sparkSession: S

[GitHub] spark pull request: [SPARK-15031][EXAMPLE] Use SparkSession in Sca...

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

[GitHub] spark pull request: [SPARK-13425][SQL] Documentation for CSV datas...

2016-04-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12817#issuecomment-216012741 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-13425][SQL] Documentation for CSV datas...

2016-04-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12817#issuecomment-216012742 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-13425][SQL] Documentation for CSV datas...

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

[GitHub] spark pull request: [SPARK-13425][SQL] Documentation for CSV datas...

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

[GitHub] spark pull request: [SPARK-13425][SQL] Documentation for CSV datas...

2016-04-30 Thread HyukjinKwon
GitHub user HyukjinKwon opened a pull request: https://github.com/apache/spark/pull/12817 [SPARK-13425][SQL] Documentation for CSV datasource options ## What changes were proposed in this pull request? This PR adds the explanation and documentation for CSV options for readin

[GitHub] spark pull request: [SPARK-14684] [SPARK-15026] [SQL] Disallow Dro...

2016-04-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12801#issuecomment-216012541 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-14684] [SPARK-15026] [SQL] Disallow Dro...

2016-04-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12801#issuecomment-216012542 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-15031][EXAMPLE] Use SparkSession in Sca...

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

[GitHub] spark pull request: [SPARK-14684] [SPARK-15026] [SQL] Disallow Dro...

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

[GitHub] spark pull request: [SPARK-15304] [SPARK-15305] [SPARK-15306] [SQL...

2016-04-30 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/12812#discussion_r61678659 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/execution/command/DDLSuite.scala --- @@ -83,6 +93,29 @@ class DDLSuite extends QueryTest with Shar

[GitHub] spark pull request: [SPARK-15033][SQL] fix a flaky test in CachedT...

2016-04-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/12811 --- 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-15031][EXAMPLE] Use SparkSession in Sca...

2016-04-30 Thread dongjoon-hyun
Github user dongjoon-hyun commented on the pull request: https://github.com/apache/spark/pull/12809#issuecomment-216012424 Rebased. --- 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-15304] [SPARK-15305] [SPARK-15306] [SQL...

2016-04-30 Thread yhuai
Github user yhuai commented on a diff in the pull request: https://github.com/apache/spark/pull/12812#discussion_r61678623 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/execution/command/DDLSuite.scala --- @@ -83,6 +93,29 @@ class DDLSuite extends QueryTest with SharedSQL

[GitHub] spark pull request: [SPARK-15033][SQL] fix a flaky test in CachedT...

2016-04-30 Thread rxin
Github user rxin commented on the pull request: https://github.com/apache/spark/pull/12811#issuecomment-216012372 Merging in 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 this feat

[GitHub] spark pull request: [SPARK-15304] [SPARK-15305] [SPARK-15306] [SQL...

2016-04-30 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/12812#discussion_r61678590 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/execution/command/DDLSuite.scala --- @@ -83,6 +93,29 @@ class DDLSuite extends QueryTest with Shar

[GitHub] spark pull request: [SPARK-15304] [SPARK-15305] [SPARK-15306] [SQL...

2016-04-30 Thread yhuai
Github user yhuai commented on a diff in the pull request: https://github.com/apache/spark/pull/12812#discussion_r61678579 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/execution/command/DDLSuite.scala --- @@ -83,6 +93,29 @@ class DDLSuite extends QueryTest with SharedSQL

[GitHub] spark pull request: [SPARK-14684] [SPARK-15026] [SQL] Disallow Dro...

2016-04-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12801#issuecomment-216011744 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-14684] [SPARK-15026] [SQL] Disallow Dro...

2016-04-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12801#issuecomment-216011743 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 project does

[GitHub] spark pull request: [SPARK-14684] [SPARK-15026] [SQL] Disallow Dro...

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

[GitHub] spark pull request: [SPARK-13568] [ML] Create feature transformer ...

2016-04-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/11601#issuecomment-216011080 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-13568] [ML] Create feature transformer ...

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

[GitHub] spark pull request: [SPARK-13568] [ML] Create feature transformer ...

2016-04-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/11601#issuecomment-216011079 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-14972] Improve performance of JSON sche...

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

[GitHub] spark pull request: [SPARK-14972] Improve performance of JSON sche...

2016-04-30 Thread JoshRosen
Github user JoshRosen commented on the pull request: https://github.com/apache/spark/pull/12750#issuecomment-216008877 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

[GitHub] spark pull request: [SPARK-14684] [SPARK-15026] [SQL] Disallow Dro...

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

[GitHub] spark pull request: [SPARK-13792][SQL] Limit logging of bad record...

2016-04-30 Thread maropu
Github user maropu commented on the pull request: https://github.com/apache/spark/pull/12173#issuecomment-216008507 @falaki okay, I'll fix in a day. 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

[GitHub] spark pull request: [SPARK-13568] [ML] Create feature transformer ...

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

[GitHub] spark pull request: [SPARK-15304] [SPARK-15305] [SPARK-15306] [SQL...

2016-04-30 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/12812#discussion_r61677825 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/execution/command/DDLSuite.scala --- @@ -83,6 +93,29 @@ class DDLSuite extends QueryTest with Shar

[GitHub] spark pull request: [SPARK-14143] Options for parsing NaNs, Infini...

2016-04-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/11947 --- 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-15026] [SQL] Disallow Dropping Multi Pa...

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

[GitHub] spark pull request: [SPARK-14143] Options for parsing NaNs, Infini...

2016-04-30 Thread rxin
Github user rxin commented on the pull request: https://github.com/apache/spark/pull/11947#issuecomment-216006137 OK I'm going to merge this in master and manually update the commit message. --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] spark pull request: [SPARK-15304] [SPARK-15305] [SPARK-15306] [SQL...

2016-04-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/12812 --- 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-15304] [SPARK-15305] [SPARK-15306] [SQL...

2016-04-30 Thread rxin
Github user rxin commented on the pull request: https://github.com/apache/spark/pull/12812#issuecomment-216006080 Actually I merged it by manually updating the commit message. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as we

[GitHub] spark pull request: [SPARK-15304] [SPARK-15305] [SPARK-15306] [SQL...

2016-04-30 Thread rxin
Github user rxin commented on the pull request: https://github.com/apache/spark/pull/12812#issuecomment-216005917 BTW the JIRA tickets are wrong. Can you fix them? --- 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-15304] [SPARK-15305] [SPARK-15306] [SQL...

2016-04-30 Thread rxin
Github user rxin commented on the pull request: https://github.com/apache/spark/pull/12812#issuecomment-216005876 Thanks - merging in 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

[GitHub] spark pull request: [SPARK-14931][ML][PYTHON] Mismatched default v...

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

[GitHub] spark pull request: [SPARK-14931][ML][PYTHON] Mismatched default v...

2016-04-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12816#issuecomment-216004573 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-14931][ML][PYTHON] Mismatched default v...

2016-04-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12816#issuecomment-216004574 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-14533] [MLLIB] RowMatrix.computeCovaria...

2016-04-30 Thread jkbradley
Github user jkbradley commented on the pull request: https://github.com/apache/spark/pull/12779#issuecomment-216004132 Btw, it looks like this may have caused flakiness in JavaStatisticsSuite.java in "testCorr" which was fixed by [https://github.com/apache/spark/commit/19a6d192d53ce6d

[GitHub] spark pull request: [SPARK-14143] Options for parsing NaNs, Infini...

2016-04-30 Thread HyukjinKwon
Github user HyukjinKwon commented on the pull request: https://github.com/apache/spark/pull/11947#issuecomment-216003501 LGTM. (Maybe we should not forget, for documentation, `nullValue` has the highest priority than other options such as `nanValue` if the same value is given as opti

[GitHub] spark pull request: [SPARK-14931][ML][PYTHON] Mismatched default v...

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

[GitHub] spark pull request: [SPARK-15304] [SPARK-15305] [SPARK-15306] [SQL...

2016-04-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12812#issuecomment-216003045 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-15304] [SPARK-15305] [SPARK-15306] [SQL...

2016-04-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12812#issuecomment-216003046 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-15304] [SPARK-15305] [SPARK-15306] [SQL...

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

[GitHub] spark pull request: [SPARK-14972] Improve performance of JSON sche...

2016-04-30 Thread JoshRosen
Github user JoshRosen commented on the pull request: https://github.com/apache/spark/pull/12750#issuecomment-216001074 It looks like the failing test recently became flaky in the master branch (https://spark-tests.appspot.com/tests/org.apache.spark.mllib.stat.JavaStatisticsSuite/testCo

  1   2   3   4   >