[GitHub] spark pull request #14644: [MESOS] Enable GPU support with Mesos

2016-09-08 Thread klueska
Github user klueska commented on a diff in the pull request: https://github.com/apache/spark/pull/14644#discussion_r78012264 --- Diff: core/src/main/scala/org/apache/spark/scheduler/cluster/mesos/MesosCoarseGrainedSchedulerBackend.scala --- @@ -103,6 +103,7 @@ private[spark] class

[GitHub] spark pull request #15009: [SPARK-17443] Stop Spark Application if launcher ...

2016-09-08 Thread tgravescs
Github user tgravescs commented on a diff in the pull request: https://github.com/apache/spark/pull/15009#discussion_r78009842 --- Diff: launcher/src/main/java/org/apache/spark/launcher/AbstractSparkAppHandle.java --- @@ -0,0 +1,138 @@ +/* + * Licensed to the Apache Softwar

[GitHub] spark pull request #15009: [SPARK-17443] Stop Spark Application if launcher ...

2016-09-08 Thread tgravescs
Github user tgravescs commented on a diff in the pull request: https://github.com/apache/spark/pull/15009#discussion_r78010270 --- Diff: launcher/src/main/java/org/apache/spark/launcher/AbstractSparkAppHandle.java --- @@ -0,0 +1,138 @@ +/* + * Licensed to the Apache Softwar

[GitHub] spark issue #15009: [SPARK-17443] Stop Spark Application if launcher goes do...

2016-09-08 Thread tgravescs
Github user tgravescs commented on the issue: https://github.com/apache/spark/pull/15009 @kishorvpatil Can you please describe in more detail what manual testing you did? --- 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 #15009: [SPARK-17443] Stop Spark Application if launcher ...

2016-09-08 Thread tgravescs
Github user tgravescs commented on a diff in the pull request: https://github.com/apache/spark/pull/15009#discussion_r78009075 --- Diff: core/src/main/scala/org/apache/spark/launcher/LauncherBackend.scala --- @@ -71,6 +110,9 @@ private[spark] abstract class LauncherBackend {

[GitHub] spark pull request #15009: [SPARK-17443] Stop Spark Application if launcher ...

2016-09-08 Thread tgravescs
Github user tgravescs commented on a diff in the pull request: https://github.com/apache/spark/pull/15009#discussion_r78006275 --- Diff: core/src/main/scala/org/apache/spark/launcher/LauncherBackend.scala --- @@ -29,26 +31,63 @@ import org.apache.spark.util.{ThreadUtils, Utils}

[GitHub] spark pull request #15009: [SPARK-17443] Stop Spark Application if launcher ...

2016-09-08 Thread tgravescs
Github user tgravescs commented on a diff in the pull request: https://github.com/apache/spark/pull/15009#discussion_r78005678 --- Diff: core/src/main/scala/org/apache/spark/launcher/LauncherBackend.scala --- @@ -29,26 +31,63 @@ import org.apache.spark.util.{ThreadUtils, Utils}

[GitHub] spark pull request #15009: [SPARK-17443] Stop Spark Application if launcher ...

2016-09-08 Thread tgravescs
Github user tgravescs commented on a diff in the pull request: https://github.com/apache/spark/pull/15009#discussion_r78005596 --- Diff: core/src/main/scala/org/apache/spark/launcher/LauncherBackend.scala --- @@ -29,26 +31,63 @@ import org.apache.spark.util.{ThreadUtils, Utils}

[GitHub] spark pull request #15009: [SPARK-17443] Stop Spark Application if launcher ...

2016-09-08 Thread tgravescs
Github user tgravescs commented on a diff in the pull request: https://github.com/apache/spark/pull/15009#discussion_r78005411 --- Diff: core/src/main/scala/org/apache/spark/launcher/LauncherBackend.scala --- @@ -29,26 +31,63 @@ import org.apache.spark.util.{ThreadUtils, Utils}

[GitHub] spark issue #15009: [SPARK-17443] Stop Spark Application if launcher goes do...

2016-09-08 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/15009 **[Test build #65103 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/65103/consoleFull)** for PR 15009 at commit [`8986aa9`](https://github.com/apache/spark/commit/

[GitHub] spark issue #15009: [SPARK-17443] Stop Spark Application if launcher goes do...

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

[GitHub] spark issue #15009: [SPARK-17443] Stop Spark Application if launcher goes do...

2016-09-08 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/15009 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 #15009: [SPARK-17443] Stop Spark Application if launcher ...

2016-09-08 Thread tgravescs
Github user tgravescs commented on a diff in the pull request: https://github.com/apache/spark/pull/15009#discussion_r78005004 --- Diff: core/src/main/scala/org/apache/spark/launcher/LauncherBackend.scala --- @@ -29,26 +31,63 @@ import org.apache.spark.util.{ThreadUtils, Utils}

[GitHub] spark issue #15009: [SPARK-17443] Stop Spark Application if launcher goes do...

2016-09-08 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/15009 **[Test build #65103 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/65103/consoleFull)** for PR 15009 at commit [`8986aa9`](https://github.com/apache/spark/commit/8

[GitHub] spark issue #15009: [SPARK-17443] Stop Spark Application if launcher goes do...

2016-09-08 Thread tgravescs
Github user tgravescs commented on the issue: https://github.com/apache/spark/pull/15009 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 wis

[GitHub] spark pull request #14788: [SPARK-17174][SQL] Add the support for TimestampT...

2016-09-08 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/14788#discussion_r78003977 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/FunctionRegistry.scala --- @@ -322,9 +322,9 @@ object FunctionRegistry {

[GitHub] spark issue #14997: [SPARK-16711] YarnShuffleService doesn't re-init properl...

2016-09-08 Thread tgravescs
Github user tgravescs commented on the issue: https://github.com/apache/spark/pull/14997 thanks! merging to branch-2.0 --- 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

[GitHub] spark pull request #14644: [MESOS] Enable GPU support with Mesos

2016-09-08 Thread tnachen
Github user tnachen commented on a diff in the pull request: https://github.com/apache/spark/pull/14644#discussion_r78002761 --- Diff: core/src/main/scala/org/apache/spark/scheduler/cluster/mesos/MesosCoarseGrainedSchedulerBackend.scala --- @@ -103,6 +103,7 @@ private[spark] class

[GitHub] spark issue #14962: [SPARK-17402][SQL] separate the management of temp views...

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

[GitHub] spark issue #14962: [SPARK-17402][SQL] separate the management of temp views...

2016-09-08 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/14962 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 #14962: [SPARK-17402][SQL] separate the management of temp views...

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

[GitHub] spark issue #14962: [SPARK-17402][SQL] separate the management of temp views...

2016-09-08 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/14962 **[Test build #65101 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/65101/consoleFull)** for PR 14962 at commit [`01659dc`](https://github.com/apache/spark/commit/

[GitHub] spark pull request #14719: [SPARK-17154][SQL] Wrong result can be returned o...

2016-09-08 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/14719#discussion_r77995059 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/Analyzer.scala --- @@ -683,8 +710,14 @@ class Analyzer( try {

[GitHub] spark issue #14962: [SPARK-17402][SQL] separate the management of temp views...

2016-09-08 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/14962 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 #14962: [SPARK-17402][SQL] separate the management of temp views...

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

[GitHub] spark issue #14962: [SPARK-17402][SQL] separate the management of temp views...

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

[GitHub] spark issue #13950: [SPARK-15487] [Web UI] Spark Master UI to reverse proxy ...

2016-09-08 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/13950 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 #13950: [SPARK-15487] [Web UI] Spark Master UI to reverse proxy ...

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

[GitHub] spark issue #13950: [SPARK-15487] [Web UI] Spark Master UI to reverse proxy ...

2016-09-08 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/13950 **[Test build #65099 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/65099/consoleFull)** for PR 13950 at commit [`407c1a0`](https://github.com/apache/spark/commit/

[GitHub] spark pull request #14994: [SPARK-17432][SQL] PreprocessDDL should respect c...

2016-09-08 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/14994 --- 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 #14994: [SPARK-17432][SQL] PreprocessDDL should respect case sen...

2016-09-08 Thread cloud-fan
Github user cloud-fan commented on the issue: https://github.com/apache/spark/pull/14994 thanks for the review, 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 this feature

[GitHub] spark issue #15012: [SPARK-17446] [SQL] No total size for data source tables...

2016-09-08 Thread cloud-fan
Github user cloud-fan commented on the issue: https://github.com/apache/spark/pull/15012 can you hold it for a while? We are consolidating `locationUri` for Hive serde table and `path` for datasource table recently. --- If your project is set up for it, you can reply to this email an

[GitHub] spark issue #14962: [SPARK-17402][SQL] separate the management of temp views...

2016-09-08 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/14962 **[Test build #65101 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/65101/consoleFull)** for PR 14962 at commit [`01659dc`](https://github.com/apache/spark/commit/0

[GitHub] spark issue #14962: [SPARK-17402][SQL] separate the management of temp views...

2016-09-08 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/14962 **[Test build #65100 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/65100/consoleFull)** for PR 14962 at commit [`cec6b3e`](https://github.com/apache/spark/commit/c

[GitHub] spark issue #14995: [Test Only][not ready for review][SPARK-6235][CORE]Addre...

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

[GitHub] spark issue #14995: [Test Only][not ready for review][SPARK-6235][CORE]Addre...

2016-09-08 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/14995 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 #14995: [Test Only][not ready for review][SPARK-6235][CORE]Addre...

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

[GitHub] spark issue #14962: [SPARK-17402][SQL] separate the management of temp views...

2016-09-08 Thread cloud-fan
Github user cloud-fan commented on the issue: https://github.com/apache/spark/pull/14962 > the target metastore table exists and thus tableExists returns true, but the following catalog.lookupRelation actually returns a temporary table. isn't it true before this PR? --- If y

[GitHub] spark issue #15011: [SPARK-17122][SQL]support drop current database

2016-09-08 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/15011 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 #15011: [SPARK-17122][SQL]support drop current database

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

[GitHub] spark issue #15011: [SPARK-17122][SQL]support drop current database

2016-09-08 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/15011 **[Test build #65097 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/65097/consoleFull)** for PR 15011 at commit [`641ec09`](https://github.com/apache/spark/commit/

[GitHub] spark issue #14859: [SPARK-17200][PROJECT INFRA][BUILD][SPARKR] Automate bui...

2016-09-08 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/14859 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 #14859: [SPARK-17200][PROJECT INFRA][BUILD][SPARKR] Automate bui...

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

[GitHub] spark issue #14859: [SPARK-17200][PROJECT INFRA][BUILD][SPARKR] Automate bui...

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

[GitHub] spark issue #14990: [SPARK-17426][SQL] Refactor `TreeNode.toJSON` to avoid O...

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

[GitHub] spark issue #14990: [SPARK-17426][SQL] Refactor `TreeNode.toJSON` to avoid O...

2016-09-08 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/14990 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 #14990: [SPARK-17426][SQL] Refactor `TreeNode.toJSON` to avoid O...

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

[GitHub] spark issue #13762: [SPARK-14926] [ML] OneVsRest labelMetadata uses incorrec...

2016-09-08 Thread josh-howes
Github user josh-howes commented on the issue: https://github.com/apache/spark/pull/13762 @SparkQA build --- 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 issue #14995: [Test Only][not ready for review][SPARK-6235][CORE]Addre...

2016-09-08 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/14995 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 #14995: [Test Only][not ready for review][SPARK-6235][CORE]Addre...

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

[GitHub] spark issue #14995: [Test Only][not ready for review][SPARK-6235][CORE]Addre...

2016-09-08 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/14995 **[Test build #65090 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/65090/consoleFull)** for PR 14995 at commit [`2b9c946`](https://github.com/apache/spark/commit/

[GitHub] spark issue #14990: [SPARK-17426][SQL] Refactor `TreeNode.toJSON` to avoid O...

2016-09-08 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/14990 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 #14788: [SPARK-17174][SQL] Add the support for TimestampType for...

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

[GitHub] spark issue #14990: [SPARK-17426][SQL] Refactor `TreeNode.toJSON` to avoid O...

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

[GitHub] spark issue #14990: [SPARK-17426][SQL] Refactor `TreeNode.toJSON` to avoid O...

2016-09-08 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/14990 **[Test build #65091 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/65091/consoleFull)** for PR 14990 at commit [`22b8804`](https://github.com/apache/spark/commit/

[GitHub] spark issue #14788: [SPARK-17174][SQL] Add the support for TimestampType for...

2016-09-08 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/14788 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 #14788: [SPARK-17174][SQL] Add the support for TimestampType for...

2016-09-08 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/14788 **[Test build #65092 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/65092/consoleFull)** for PR 14788 at commit [`8c50b2c`](https://github.com/apache/spark/commit/

[GitHub] spark issue #13950: [SPARK-15487] [Web UI] Spark Master UI to reverse proxy ...

2016-09-08 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/13950 **[Test build #65099 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/65099/consoleFull)** for PR 13950 at commit [`407c1a0`](https://github.com/apache/spark/commit/4

[GitHub] spark issue #13950: [SPARK-15487] [Web UI] Spark Master UI to reverse proxy ...

2016-09-08 Thread gurvindersingh
Github user gurvindersingh commented on the issue: https://github.com/apache/spark/pull/13950 @vanzin addressed all your comments and added two extra checks too in test as requested. Let me know if there are any more comments. --- If your project is set up for it, you can reply to t

[GitHub] spark issue #15012: [SPARK-17446] [SQL] No total size for data source tables...

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

[GitHub] spark issue #15012: [SPARK-17446] [SQL] No total size for data source tables...

2016-09-08 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/15012 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 #15012: [SPARK-17446] [SQL] No total size for data source tables...

2016-09-08 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/15012 **[Test build #65089 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/65089/consoleFull)** for PR 15012 at commit [`8276ab0`](https://github.com/apache/spark/commit/

[GitHub] spark issue #14894: [SPARK-17330] [SPARK UT] Clean up spark-warehouse in UT

2016-09-08 Thread tone-zhang
Github user tone-zhang commented on the issue: https://github.com/apache/spark/pull/14894 Update the PR to clean up the "spark-warehouse" in DDLSuite.scala. @srowen I have run the whole Spark UT with the PR, I cannot see "spark/spark-warehoues" after the test. It seems reaches the

[GitHub] spark issue #12601: [SPARK-14525][SQL] Make DataFrameWrite.save work for jdb...

2016-09-08 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/12601 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 #12601: [SPARK-14525][SQL] Make DataFrameWrite.save work for jdb...

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

[GitHub] spark issue #12601: [SPARK-14525][SQL] Make DataFrameWrite.save work for jdb...

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

[GitHub] spark issue #14995: [Test Only][not ready for review][SPARK-6235][CORE]Addre...

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

[GitHub] spark issue #15011: [SPARK-17122][SQL]support drop current database

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

[GitHub] spark issue #15011: [SPARK-17122][SQL]support drop current database

2016-09-08 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/15011 **[Test build #65088 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/65088/consoleFull)** for PR 15011 at commit [`467f8d7`](https://github.com/apache/spark/commit/

[GitHub] spark issue #15011: [SPARK-17122][SQL]support drop current database

2016-09-08 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/15011 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 #14980: [SPARK-17317][SparkR] Add SparkR vignette

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

[GitHub] spark issue #14980: [SPARK-17317][SparkR] Add SparkR vignette

2016-09-08 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/14980 **[Test build #65096 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/65096/consoleFull)** for PR 14980 at commit [`1e34a25`](https://github.com/apache/spark/commit/

[GitHub] spark issue #14980: [SPARK-17317][SparkR] Add SparkR vignette

2016-09-08 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/14980 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 #14858: [SPARK-17219][ML] Add NaN value handling in Bucketizer

2016-09-08 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/14858 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 #14858: [SPARK-17219][ML] Add NaN value handling in Bucketizer

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

[GitHub] spark issue #14858: [SPARK-17219][ML] Add NaN value handling in Bucketizer

2016-09-08 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/14858 **[Test build #65093 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/65093/consoleFull)** for PR 14858 at commit [`95466a5`](https://github.com/apache/spark/commit/

[GitHub] spark issue #14644: [MESOS] Enable GPU support with Mesos

2016-09-08 Thread klueska
Github user klueska commented on the issue: https://github.com/apache/spark/pull/14644 I just tested this against the newest GPU support in Mesos 1.0.1 and everything seems to work as expected. My only question is the use of `spark.mesos.gpus.max` instead of `spark.mesos.gpus.enabled

[GitHub] spark issue #15011: [SPARK-17122][SQL]support drop current database

2016-09-08 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/15011 **[Test build #65097 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/65097/consoleFull)** for PR 15011 at commit [`641ec09`](https://github.com/apache/spark/commit/6

[GitHub] spark issue #14990: [SPARK-17426][SQL] Refactor `TreeNode.toJSON` to avoid O...

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

[GitHub] spark issue #14980: [SPARK-17317][SparkR] Add SparkR vignette

2016-09-08 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/14980 **[Test build #65096 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/65096/consoleFull)** for PR 14980 at commit [`1e34a25`](https://github.com/apache/spark/commit/1

[GitHub] spark issue #14990: [SPARK-17426][SQL] Refactor `TreeNode.toJSON` to avoid O...

2016-09-08 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/14990 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 #14990: [SPARK-17426][SQL] Refactor `TreeNode.toJSON` to avoid O...

2016-09-08 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/14990 **[Test build #65084 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/65084/consoleFull)** for PR 14990 at commit [`16e7896`](https://github.com/apache/spark/commit/

[GitHub] spark issue #15011: [SPARK-17122][SQL]support drop current database

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

[GitHub] spark issue #15011: [SPARK-17122][SQL]support drop current database

2016-09-08 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/15011 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 #15011: [SPARK-17122][SQL]support drop current database

2016-09-08 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/15011 **[Test build #65085 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/65085/consoleFull)** for PR 15011 at commit [`551b272`](https://github.com/apache/spark/commit/

[GitHub] spark pull request #14644: [MESOS] Enable GPU support with Mesos

2016-09-08 Thread klueska
Github user klueska commented on a diff in the pull request: https://github.com/apache/spark/pull/14644#discussion_r77965263 --- Diff: core/src/main/scala/org/apache/spark/scheduler/cluster/mesos/MesosCoarseGrainedSchedulerBackend.scala --- @@ -103,6 +103,7 @@ private[spark] class

[GitHub] spark issue #14859: [SPARK-17200][PROJECT INFRA][BUILD][SPARKR] Automate bui...

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

[GitHub] spark issue #14859: [SPARK-17200][PROJECT INFRA][BUILD][SPARKR] Automate bui...

2016-09-08 Thread HyukjinKwon
Github user HyukjinKwon commented on the issue: https://github.com/apache/spark/pull/14859 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 feature enabled and wishes s

[GitHub] spark issue #15006: [SPARK-17364][SQL] Antlr lexer wrongly treats full quali...

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

[GitHub] spark issue #15006: [SPARK-17364][SQL] Antlr lexer wrongly treats full quali...

2016-09-08 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/15006 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 #15006: [SPARK-17364][SQL] Antlr lexer wrongly treats full quali...

2016-09-08 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/15006 **[Test build #65082 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/65082/consoleFull)** for PR 15006 at commit [`478ef69`](https://github.com/apache/spark/commit/

[GitHub] spark issue #14859: [SPARK-17200][PROJECT INFRA][BUILD][SPARKR] Automate bui...

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

[GitHub] spark issue #14859: [SPARK-17200][PROJECT INFRA][BUILD][SPARKR] Automate bui...

2016-09-08 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/14859 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 #14859: [SPARK-17200][PROJECT INFRA][BUILD][SPARKR] Automate bui...

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

[GitHub] spark issue #14990: [SPARK-17426][SQL] Refactor `TreeNode.toJSON` to avoid O...

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

[GitHub] spark issue #15006: [SPARK-17364][SQL] Antlr lexer wrongly treats full quali...

2016-09-08 Thread dilipbiswal
Github user dilipbiswal commented on the issue: https://github.com/apache/spark/pull/15006 @clockfly Thank you !! One question, by visitor code, do you mean the visitTableIdentifier code ? If so, i didn't make any change there. I just added a post hook in ParseDriver - FYI. --- If

[GitHub] spark issue #14858: [SPARK-17219][ML] Add NaN value handling in Bucketizer

2016-09-08 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/14858 **[Test build #65093 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/65093/consoleFull)** for PR 14858 at commit [`95466a5`](https://github.com/apache/spark/commit/9

[GitHub] spark issue #15006: [SPARK-17364][SQL] Antlr lexer wrongly treats full quali...

2016-09-08 Thread clockfly
Github user clockfly commented on the issue: https://github.com/apache/spark/pull/15006 @dilipbiswal Thanks for this. Yes, I also tried to do this at Parser level, but found it would requires us to change the visitor code, which is not very clean. The current `lexer rule semantics

[GitHub] spark pull request #14788: [SPARK-17174][SQL] Add the support for TimestampT...

2016-09-08 Thread HyukjinKwon
Github user HyukjinKwon commented on a diff in the pull request: https://github.com/apache/spark/pull/14788#discussion_r77960352 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/datetimeExpressions.scala --- @@ -72,58 +72,64 @@ case class CurrentTime

[GitHub] spark issue #14990: [SPARK-17426][SQL] Refactor `TreeNode.toJSON` to avoid O...

2016-09-08 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/14990 **[Test build #65091 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/65091/consoleFull)** for PR 14990 at commit [`22b8804`](https://github.com/apache/spark/commit/2

<    1   2   3   4   5   >