[GitHub] spark issue #13775: [SPARK-16060][SQL] Vectorized Orc reader

2016-10-06 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/13775 **[Test build #66436 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/66436/consoleFull)** for PR 13775 at commit [`ed780f6`](https://github.com/apache/spark/commit/e

[GitHub] spark issue #15375: [SPARK-17790] Support for parallelizing R data.frame lar...

2016-10-06 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/15375 **[Test build #66434 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/66434/consoleFull)** for PR 15375 at commit [`f4b1638`](https://github.com/apache/spark/commit/f

[GitHub] spark issue #15332: [SPARK-10364][SQL] Support Parquet logical type TIMESTAM...

2016-10-06 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/15332 **[Test build #66435 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/66435/consoleFull)** for PR 15332 at commit [`a907563`](https://github.com/apache/spark/commit/a

[GitHub] spark issue #15375: [SPARK-17790] Support for parallelizing R data.frame lar...

2016-10-06 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/15375 **[Test build #66434 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/66434/consoleFull)** for PR 15375 at commit [`f4b1638`](https://github.com/apache/spark/commit/

[GitHub] spark issue #15375: [SPARK-17790] Support for parallelizing R data.frame lar...

2016-10-06 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/15375 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/66434/ Test FAILed. ---

[GitHub] spark issue #15374: [SPARK-17800] Introduce InterfaceStability annotation

2016-10-06 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/15374 **[Test build #66430 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/66430/consoleFull)** for PR 15374 at commit [`f076050`](https://github.com/apache/spark/commit/

[GitHub] spark issue #15375: [SPARK-17790] Support for parallelizing R data.frame lar...

2016-10-06 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/15375 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 project does not have this feature e

[GitHub] spark issue #15374: [SPARK-17800] Introduce InterfaceStability annotation

2016-10-06 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/15374 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/66430/ Test PASSed. ---

[GitHub] spark issue #15374: [SPARK-17800] Introduce InterfaceStability annotation

2016-10-06 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/15374 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 project does not have this feature e

[GitHub] spark issue #15371: [SPARK-17463] [Core] Fix ConcurrentModificationException...

2016-10-06 Thread seyfe
Github user seyfe commented on the issue: https://github.com/apache/spark/pull/15371 Unfortunately, this PR doesn't fix the java.util.ConcurrentModificationException. I can still repro it. I will spend more time on it tomorrow morning. --- If your project is set up for it, you can r

[GitHub] spark issue #15372: [SPARK-17797] getNumClasses support non-double datatypes

2016-10-06 Thread zhengruifeng
Github user zhengruifeng commented on the issue: https://github.com/apache/spark/pull/15372 cc @sethah --- 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

[GitHub] spark pull request #15366: [SPARK-17793] [Web UI] Sorting on the description...

2016-10-06 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/15366#discussion_r82130951 --- Diff: core/src/main/scala/org/apache/spark/ui/jobs/AllJobsPage.scala --- @@ -498,8 +501,7 @@ private[ui] class JobPagedTable( sortColumn: String,

[GitHub] spark pull request #15366: [SPARK-17793] [Web UI] Sorting on the description...

2016-10-06 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/15366#discussion_r82130871 --- Diff: core/src/main/scala/org/apache/spark/ui/jobs/AllJobsPage.scala --- @@ -462,7 +462,10 @@ private[ui] class JobDataSource( } case

[GitHub] spark issue #15372: [SPARK-17797] getNumClasses support non-double datatypes

2016-10-06 Thread srowen
Github user srowen commented on the issue: https://github.com/apache/spark/pull/15372 Please merge these into https://github.com/apache/spark/pull/15314 as it's required for the other PR --- If your project is set up for it, you can reply to this email and have your reply appear on G

[GitHub] spark pull request #15376: [SPARK-17796][SQL] Support wildcard character in ...

2016-10-06 Thread dongjoon-hyun
GitHub user dongjoon-hyun opened a pull request: https://github.com/apache/spark/pull/15376 [SPARK-17796][SQL] Support wildcard character in filename for LOAD DATA LOCAL INPATH ## What changes were proposed in this pull request? Currently, Spark 2.0 raises a `input path doe

[GitHub] spark issue #15376: [SPARK-17796][SQL] Support wildcard character in filenam...

2016-10-06 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/15376 **[Test build #66437 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/66437/consoleFull)** for PR 15376 at commit [`dfdfc46`](https://github.com/apache/spark/commit/d

[GitHub] spark pull request #15371: [SPARK-17463] [Core] Fix ConcurrentModificationEx...

2016-10-06 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/15371#discussion_r82133279 --- Diff: core/src/main/scala/org/apache/spark/util/JsonProtocol.scala --- @@ -281,7 +281,7 @@ private[spark] object JsonProtocol { ("Finish Time" ->

[GitHub] spark pull request #15371: [SPARK-17463] [Core] Fix ConcurrentModificationEx...

2016-10-06 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/15371#discussion_r82132969 --- Diff: core/src/main/scala/org/apache/spark/util/JsonProtocol.scala --- @@ -312,11 +312,15 @@ private[spark] object JsonProtocol { // We only h

[GitHub] spark issue #13690: [SPARK-15767][R][ML] Decision Tree Regression wrapper in...

2016-10-06 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/13690 **[Test build #66438 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/66438/consoleFull)** for PR 13690 at commit [`b18b718`](https://github.com/apache/spark/commit/b

[GitHub] spark issue #13690: [SPARK-15767][R][ML] Decision Tree Regression wrapper in...

2016-10-06 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/13690 **[Test build #66438 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/66438/consoleFull)** for PR 13690 at commit [`b18b718`](https://github.com/apache/spark/commit/

[GitHub] spark issue #13690: [SPARK-15767][R][ML] Decision Tree Regression wrapper in...

2016-10-06 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/13690 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/66438/ Test FAILed. ---

[GitHub] spark issue #13690: [SPARK-15767][R][ML] Decision Tree Regression wrapper in...

2016-10-06 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/13690 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 project does not have this feature e

[GitHub] spark pull request #15377: [SPARK-17802] Improved caller context logging.

2016-10-06 Thread lins05
GitHub user lins05 opened a pull request: https://github.com/apache/spark/pull/15377 [SPARK-17802] Improved caller context logging. ## What changes were proposed in this pull request? [SPARK-16757](https://issues.apache.org/jira/browse/SPARK-16757) sets the hadoop `CallerCo

[GitHub] spark issue #12135: [SPARK-14352][SQL] approxQuantile should support multi c...

2016-10-06 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/12135 **[Test build #66439 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/66439/consoleFull)** for PR 12135 at commit [`8901eed`](https://github.com/apache/spark/commit/8

[GitHub] spark issue #15377: [SPARK-17802] Improved caller context logging.

2016-10-06 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/15377 **[Test build #66440 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/66440/consoleFull)** for PR 15377 at commit [`b8621ab`](https://github.com/apache/spark/commit/b

[GitHub] spark pull request #15372: [SPARK-17797] getNumClasses support non-double da...

2016-10-06 Thread zhengruifeng
Github user zhengruifeng closed the pull request at: https://github.com/apache/spark/pull/15372 --- 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

[GitHub] spark issue #15377: [SPARK-17802] Improved caller context logging.

2016-10-06 Thread lins05
Github user lins05 commented on the issue: https://github.com/apache/spark/pull/15377 cc @weiqingy (who worked on [SPARK-16757](https://issues.apache.org/jira/browse/SPARK-16757).) --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[GitHub] spark issue #15314: [SPARK-17747][ML] WeightCol support non-double datatypes

2016-10-06 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/15314 **[Test build #66441 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/66441/consoleFull)** for PR 15314 at commit [`016a168`](https://github.com/apache/spark/commit/0

[GitHub] spark issue #15314: [SPARK-17747][ML] WeightCol support non-double datatypes

2016-10-06 Thread zhengruifeng
Github user zhengruifeng commented on the issue: https://github.com/apache/spark/pull/15314 After discussion with @srowen , I merge the fix of 'getNumClasses' into this PR. --- 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 #15377: [SPARK-17802] Improved caller context logging.

2016-10-06 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/15377#discussion_r82136454 --- Diff: core/src/main/scala/org/apache/spark/util/Utils.scala --- @@ -2474,25 +2474,36 @@ private[spark] class CallerContext( val context = "SPARK_"

[GitHub] spark pull request #15377: [SPARK-17802] Improved caller context logging.

2016-10-06 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/15377#discussion_r82136515 --- Diff: core/src/main/scala/org/apache/spark/util/Utils.scala --- @@ -2474,25 +2474,36 @@ private[spark] class CallerContext( val context = "SPARK_"

[GitHub] spark pull request #13376: [Minor][ML] Enable java save/load tests for ML

2016-10-06 Thread zhengruifeng
Github user zhengruifeng closed the pull request at: https://github.com/apache/spark/pull/13376 --- 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

[GitHub] spark issue #13690: [SPARK-15767][R][ML] Decision Tree Regression wrapper in...

2016-10-06 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/13690 **[Test build #66442 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/66442/consoleFull)** for PR 13690 at commit [`9787219`](https://github.com/apache/spark/commit/9

[GitHub] spark pull request #15377: [SPARK-17802] Improved caller context logging.

2016-10-06 Thread lins05
Github user lins05 commented on a diff in the pull request: https://github.com/apache/spark/pull/15377#discussion_r82139283 --- Diff: core/src/main/scala/org/apache/spark/util/Utils.scala --- @@ -2474,25 +2474,36 @@ private[spark] class CallerContext( val context = "SPARK_"

[GitHub] spark issue #13690: [SPARK-15767][R][ML] Decision Tree Regression wrapper in...

2016-10-06 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/13690 **[Test build #66442 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/66442/consoleFull)** for PR 13690 at commit [`9787219`](https://github.com/apache/spark/commit/

[GitHub] spark pull request #15377: [SPARK-17802] Improved caller context logging.

2016-10-06 Thread lins05
Github user lins05 commented on a diff in the pull request: https://github.com/apache/spark/pull/15377#discussion_r82139291 --- Diff: core/src/main/scala/org/apache/spark/util/Utils.scala --- @@ -2474,25 +2474,36 @@ private[spark] class CallerContext( val context = "SPARK_"

[GitHub] spark issue #13690: [SPARK-15767][R][ML] Decision Tree Regression wrapper in...

2016-10-06 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/13690 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 project does not have this feature e

[GitHub] spark issue #13690: [SPARK-15767][R][ML] Decision Tree Regression wrapper in...

2016-10-06 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/13690 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/66442/ Test FAILed. ---

[GitHub] spark pull request #15378: [SPARK-17803][TESTS] Upgrade docker-client depend...

2016-10-06 Thread ckadner
GitHub user ckadner opened a pull request: https://github.com/apache/spark/pull/15378 [SPARK-17803][TESTS] Upgrade docker-client dependency [SPARK-17803: Docker integration tests don't run with "Docker for Mac"](https://issues.apache.org/jira/browse/SPARK-17803) ## What cha

[GitHub] spark issue #15377: [SPARK-17802] Improved caller context logging.

2016-10-06 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/15377 **[Test build #66443 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/66443/consoleFull)** for PR 15377 at commit [`3b5f9e4`](https://github.com/apache/spark/commit/3

[GitHub] spark issue #15378: [SPARK-17803][TESTS] Upgrade docker-client dependency

2016-10-06 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/15378 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 project does not have this feat

[GitHub] spark issue #15367: [SPARK-17346][SQL][test-maven]Add Kafka source for Struc...

2016-10-06 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/15367 **[Test build #66433 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/66433/consoleFull)** for PR 15367 at commit [`0915826`](https://github.com/apache/spark/commit/

[GitHub] spark issue #15367: [SPARK-17346][SQL][test-maven]Add Kafka source for Struc...

2016-10-06 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/15367 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 project does not have this feature e

[GitHub] spark issue #15367: [SPARK-17346][SQL][test-maven]Add Kafka source for Struc...

2016-10-06 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/15367 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/66433/ Test PASSed. ---

[GitHub] spark pull request #15377: [SPARK-17802] Improved caller context logging.

2016-10-06 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/15377#discussion_r82141925 --- Diff: core/src/main/scala/org/apache/spark/util/Utils.scala --- @@ -2474,25 +2474,35 @@ private[spark] class CallerContext( val context = "SPARK_"

[GitHub] spark issue #15375: [SPARK-17790] Support for parallelizing R data.frame lar...

2016-10-06 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/spark/pull/15375 I think we need to delete the temp file? --- 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 #15370: [SPARK-17417][Core] Fix # of partitions for Relia...

2016-10-06 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/15370#discussion_r82142802 --- Diff: core/src/main/scala/org/apache/spark/rdd/ReliableCheckpointRDD.scala --- @@ -83,8 +84,9 @@ private[spark] class ReliableCheckpointRDD[T: ClassTag](

[GitHub] spark issue #15378: [SPARK-17803][TESTS] Upgrade docker-client dependency

2016-10-06 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/15378 **[Test build #66444 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/66444/consoleFull)** for PR 15378 at commit [`25e106b`](https://github.com/apache/spark/commit/2

[GitHub] spark issue #15378: [SPARK-17803][TESTS] Upgrade docker-client dependency

2016-10-06 Thread srowen
Github user srowen commented on the issue: https://github.com/apache/spark/pull/15378 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 have this feature enabled and wishes

[GitHub] spark pull request #15370: [SPARK-17417][Core] Fix # of partitions for Relia...

2016-10-06 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/15370#discussion_r82142910 --- Diff: core/src/main/scala/org/apache/spark/rdd/ReliableCheckpointRDD.scala --- @@ -93,19 +95,39 @@ private[spark] class ReliableCheckpointRDD[T: ClassTag]

[GitHub] spark issue #15378: [SPARK-17803][TESTS] Upgrade docker-client dependency

2016-10-06 Thread srowen
Github user srowen commented on the issue: https://github.com/apache/spark/pull/15378 Jenkins add to whitelist --- 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

[GitHub] spark pull request #15370: [SPARK-17417][Core] Fix # of partitions for Relia...

2016-10-06 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/15370#discussion_r82142674 --- Diff: core/src/main/scala/org/apache/spark/rdd/ReliableCheckpointRDD.scala --- @@ -72,7 +72,8 @@ private[spark] class ReliableCheckpointRDD[T: ClassTag](

[GitHub] spark issue #15378: [SPARK-17803][TESTS] Upgrade docker-client dependency

2016-10-06 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/15378 **[Test build #66445 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/66445/consoleFull)** for PR 15378 at commit [`25e106b`](https://github.com/apache/spark/commit/2

[GitHub] spark pull request #15294: [SPARK-17619][SQL] To add support for pattern mat...

2016-10-06 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/15294 --- 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 #15356: [BUILD] Closing some stale PRs

2016-10-06 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/15356 --- 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 #15283: [README] Edits syntax throughout ReadMe for bette...

2016-10-06 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/15283 --- 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 #15278: Merge remote-tracking branch 'refs/remotes/apache...

2016-10-06 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/15278 --- 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 #15339: Branch 2.0

2016-10-06 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/15339 --- 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 #13458: [SPARK-15717][GraphX] Cannot perform RDD operatio...

2016-10-06 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/13458 --- 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 issue #11119: [SPARK-10780][ML] Add an initial model to kmeans

2016-10-06 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/9 **[Test build #66446 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/66446/consoleFull)** for PR 9 at commit [`7fc6918`](https://github.com/apache/spark/commit/7

[GitHub] spark issue #13775: [SPARK-16060][SQL] Vectorized Orc reader

2016-10-06 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/13775 **[Test build #66436 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/66436/consoleFull)** for PR 13775 at commit [`ed780f6`](https://github.com/apache/spark/commit/

[GitHub] spark issue #13775: [SPARK-16060][SQL] Vectorized Orc reader

2016-10-06 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/13775 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 project does not have this feature e

[GitHub] spark issue #13775: [SPARK-16060][SQL] Vectorized Orc reader

2016-10-06 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/13775 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/66436/ Test PASSed. ---

[GitHub] spark issue #15332: [SPARK-10364][SQL] Support Parquet logical type TIMESTAM...

2016-10-06 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/15332 **[Test build #66435 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/66435/consoleFull)** for PR 15332 at commit [`a907563`](https://github.com/apache/spark/commit/

[GitHub] spark issue #15332: [SPARK-10364][SQL] Support Parquet logical type TIMESTAM...

2016-10-06 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/15332 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/66435/ Test PASSed. ---

[GitHub] spark issue #15332: [SPARK-10364][SQL] Support Parquet logical type TIMESTAM...

2016-10-06 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/15332 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 project does not have this feature e

[GitHub] spark issue #15314: [SPARK-17747][ML] WeightCol support non-double datatypes

2016-10-06 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/15314 **[Test build #66441 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/66441/consoleFull)** for PR 15314 at commit [`016a168`](https://github.com/apache/spark/commit/

[GitHub] spark issue #15314: [SPARK-17747][ML] WeightCol support non-double datatypes

2016-10-06 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/15314 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/66441/ Test PASSed. ---

[GitHub] spark issue #15314: [SPARK-17747][ML] WeightCol support non-double datatypes

2016-10-06 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/15314 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 project does not have this feature e

[GitHub] spark issue #15377: [SPARK-17802] Improved caller context logging.

2016-10-06 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/15377 **[Test build #66447 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/66447/consoleFull)** for PR 15377 at commit [`112ddcb`](https://github.com/apache/spark/commit/1

[GitHub] spark issue #15376: [SPARK-17796][SQL] Support wildcard character in filenam...

2016-10-06 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/15376 **[Test build #66437 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/66437/consoleFull)** for PR 15376 at commit [`dfdfc46`](https://github.com/apache/spark/commit/

[GitHub] spark issue #15376: [SPARK-17796][SQL] Support wildcard character in filenam...

2016-10-06 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/15376 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/66437/ Test FAILed. ---

[GitHub] spark issue #15376: [SPARK-17796][SQL] Support wildcard character in filenam...

2016-10-06 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/15376 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 project does not have this feature e

[GitHub] spark issue #15342: [SPARK-11560] [SPARK-3261] [MLLIB] Optimize KMeans imple...

2016-10-06 Thread srowen
Github user srowen commented on the issue: https://github.com/apache/spark/pull/15342 Good question. I think he's saying that it returned 1K centers _after_ this change. It's a good point that this would also speed things up considerably, because computing the distance to duplicate ce

[GitHub] spark pull request #15246: [MINOR][SQL] Use resource path for test_script.sh

2016-10-06 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/15246#discussion_r82151287 --- Diff: sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/SQLQuerySuite.scala --- @@ -66,13 +67,14 @@ class SQLQuerySuite extends QueryTest with

[GitHub] spark pull request #15246: [MINOR][SQL] Use resource path for test_script.sh

2016-10-06 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/15246#discussion_r82150814 --- Diff: core/src/test/scala/org/apache/spark/SparkFunSuite.scala --- @@ -41,6 +43,15 @@ abstract class SparkFunSuite } } + // help

[GitHub] spark pull request #15246: [MINOR][SQL] Use resource path for test_script.sh

2016-10-06 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/15246#discussion_r82151137 --- Diff: sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/SQLQuerySuite.scala --- @@ -17,6 +17,7 @@ package org.apache.spark.sql.hive.

[GitHub] spark issue #11119: [SPARK-10780][ML] Add an initial model to kmeans

2016-10-06 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/9 **[Test build #66446 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/66446/consoleFull)** for PR 9 at commit [`7fc6918`](https://github.com/apache/spark/commit/

[GitHub] spark issue #11119: [SPARK-10780][ML] Add an initial model to kmeans

2016-10-06 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/9 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 project does not have this feature e

[GitHub] spark issue #11119: [SPARK-10780][ML] Add an initial model to kmeans

2016-10-06 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/9 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/66446/ Test PASSed. ---

[GitHub] spark pull request #13868: [SPARK-15899] [SQL] Fix the construction of the f...

2016-10-06 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/13868#discussion_r82154809 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala --- @@ -55,7 +56,7 @@ object SQLConf { val WAREHOUSE_PATH = SQLConfigBuil

[GitHub] spark issue #12135: [SPARK-14352][SQL] approxQuantile should support multi c...

2016-10-06 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/12135 **[Test build #66439 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/66439/consoleFull)** for PR 12135 at commit [`8901eed`](https://github.com/apache/spark/commit/

[GitHub] spark issue #12135: [SPARK-14352][SQL] approxQuantile should support multi c...

2016-10-06 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/12135 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 project does not have this feature e

[GitHub] spark issue #12135: [SPARK-14352][SQL] approxQuantile should support multi c...

2016-10-06 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/12135 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/66439/ Test PASSed. ---

[GitHub] spark issue #15341: [SPARK-17768] [CORE] Small (Sum,Count,Mean)Evaluator pro...

2016-10-06 Thread srowen
Github user srowen commented on the issue: https://github.com/apache/spark/pull/15341 Or the capable @sethah ? --- 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

[GitHub] spark issue #15377: [SPARK-17802] Improved caller context logging.

2016-10-06 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/15377 **[Test build #66440 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/66440/consoleFull)** for PR 15377 at commit [`b8621ab`](https://github.com/apache/spark/commit/

[GitHub] spark issue #15377: [SPARK-17802] Improved caller context logging.

2016-10-06 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/15377 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 project does not have this feature e

[GitHub] spark issue #15377: [SPARK-17802] Improved caller context logging.

2016-10-06 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/15377 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/66440/ Test PASSed. ---

[GitHub] spark pull request #15377: [SPARK-17802] Improved caller context logging.

2016-10-06 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/15377#discussion_r82159342 --- Diff: core/src/main/scala/org/apache/spark/util/Utils.scala --- @@ -2474,25 +2474,34 @@ private[spark] class CallerContext( val context = "SPARK_"

[GitHub] spark issue #15377: [SPARK-17802] Improved caller context logging.

2016-10-06 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/15377 **[Test build #66443 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/66443/consoleFull)** for PR 15377 at commit [`3b5f9e4`](https://github.com/apache/spark/commit/

[GitHub] spark issue #13690: [SPARK-15767][R][ML] Decision Tree Regression wrapper in...

2016-10-06 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/13690 **[Test build #66448 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/66448/consoleFull)** for PR 13690 at commit [`d034735`](https://github.com/apache/spark/commit/d

[GitHub] spark issue #15377: [SPARK-17802] Improved caller context logging.

2016-10-06 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/15377 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 project does not have this feature e

[GitHub] spark issue #15377: [SPARK-17802] Improved caller context logging.

2016-10-06 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/15377 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/66443/ Test PASSed. ---

[GitHub] spark issue #15378: [SPARK-17803][TESTS] Upgrade docker-client dependency

2016-10-06 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/15378 **[Test build #66444 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/66444/consoleFull)** for PR 15378 at commit [`25e106b`](https://github.com/apache/spark/commit/

[GitHub] spark issue #15378: [SPARK-17803][TESTS] Upgrade docker-client dependency

2016-10-06 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/15378 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 project does not have this feature e

[GitHub] spark issue #15378: [SPARK-17803][TESTS] Upgrade docker-client dependency

2016-10-06 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/15378 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/66444/ Test PASSed. ---

[GitHub] spark issue #15378: [SPARK-17803][TESTS] Upgrade docker-client dependency

2016-10-06 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/15378 **[Test build #66445 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/66445/consoleFull)** for PR 15378 at commit [`25e106b`](https://github.com/apache/spark/commit/

[GitHub] spark issue #15378: [SPARK-17803][TESTS] Upgrade docker-client dependency

2016-10-06 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/15378 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/66445/ Test PASSed. ---

[GitHub] spark issue #15378: [SPARK-17803][TESTS] Upgrade docker-client dependency

2016-10-06 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/15378 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 project does not have this feature e

[GitHub] spark issue #15377: [SPARK-17802] Improved caller context logging.

2016-10-06 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/15377 **[Test build #66449 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/66449/consoleFull)** for PR 15377 at commit [`bc2fb25`](https://github.com/apache/spark/commit/b

  1   2   3   4   5   >