[GitHub] spark issue #13500: [SPARK-15756] [SQL] Support create table stored as orcfi...

2016-06-03 Thread rxin
Github user rxin commented on the issue: https://github.com/apache/spark/pull/13500 Can you explain more what's going on in this pr description? --- 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 issue #13504: [SPARK-15762][SQL] Cache Metadata & StructType hashCodes...

2016-06-03 Thread rxin
Github user rxin commented on the issue: https://github.com/apache/spark/pull/13504 Can you put some data about performance improvements on the pr description? --- 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 issue #13498: [SPARK-15011][SQL] Re-enable 'analyze MetastoreRelations...

2016-06-03 Thread rxin
Github user rxin commented on the issue: https://github.com/apache/spark/pull/13498 Looks like there are some failures ... --- 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 #13401: [SPARK-15657][SQL] RowEncoder should validate the data t...

2016-06-03 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/13401 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

[GitHub] spark issue #13401: [SPARK-15657][SQL] RowEncoder should validate the data t...

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

[GitHub] spark issue #13065: [SPARK-15214][SQL] Code-generation for Generate [WIP]

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

[GitHub] spark issue #13065: [SPARK-15214][SQL] Code-generation for Generate [WIP]

2016-06-03 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/13065 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

[GitHub] spark issue #13401: [SPARK-15657][SQL] RowEncoder should validate the data t...

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

[GitHub] spark issue #13419: [SPARK-15678][SQL] Not use cache on appends and overwrit...

2016-06-03 Thread sameeragarwal
Github user sameeragarwal commented on the issue: https://github.com/apache/spark/pull/13419 @tejasapatil if the nodes where the data was cached go down, the CacheManager should still consider that data as cached. In that case, the next time the data is accessed, the underlying RDD

[GitHub] spark issue #13065: [SPARK-15214][SQL] Code-generation for Generate [WIP]

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

[GitHub] spark pull request #13499: [SPARK-15754] [yarn] Not letting the credentials ...

2016-06-03 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/13499 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] spark pull request #13501: [SPARK-15759] [SQL] Fallback to non-codegen when ...

2016-06-03 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/13501#discussion_r65791157 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/WholeStageCodegenExec.scala --- @@ -338,12 +339,20 @@ case class WholeStageCodegenExec(child:

[GitHub] spark issue #13499: [SPARK-15754] [yarn] Not letting the credentials contain...

2016-06-03 Thread vanzin
Github user vanzin commented on the issue: https://github.com/apache/spark/pull/13499 Ran some kerberos tests here and all looks good, so I'm merging this (will also try 1.6.x if there are no conflicts). Thanks! --- If your project is set up for it, you can reply to this email and

[GitHub] spark pull request #13318: [SPARK-15391] [SQL] manage the temporary memory o...

2016-06-03 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/13318 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] spark issue #13501: [SPARK-15759] [SQL] Fallback to non-codegen when fail to...

2016-06-03 Thread davies
Github user davies commented on the issue: https://github.com/apache/spark/pull/13501 cc @rxin @marmbrus @sameeragarwal --- 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 issue #13504: [SPARK-15762][SQL] Cache Metadata & StructType hashCodes...

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

[GitHub] spark pull request #13176: [SPARK-15100][DOC] Modified user guide and exampl...

2016-06-03 Thread GayathriMurali
Github user GayathriMurali commented on a diff in the pull request: https://github.com/apache/spark/pull/13176#discussion_r65790125 --- Diff: docs/ml-features.md --- @@ -1092,14 +1095,11 @@ for more details on the API. ## QuantileDiscretizer `QuantileDiscretizer`

[GitHub] spark issue #13503: [SPARK-15761] [MLlib] [PySpark] Load ipython when defaul...

2016-06-03 Thread MLnick
Github user MLnick commented on the issue: https://github.com/apache/spark/pull/13503 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 and wishes so, or if the

[GitHub] spark issue #13497: SPARK-15652 Added a new State (FINISHED_UNKNOWN) for the...

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

[GitHub] spark issue #13497: SPARK-15652 Added a new State (FINISHED_UNKNOWN) for the...

2016-06-03 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/13497 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

[GitHub] spark issue #13472: [SPARK-15735] Allow specifying min time to run in microb...

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

[GitHub] spark issue #13497: SPARK-15652 Added a new State (FINISHED_UNKNOWN) for the...

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

[GitHub] spark issue #13498: [SPARK-15011][SQL] Re-enable 'analyze MetastoreRelations...

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

[GitHub] spark issue #13498: [SPARK-15011][SQL] Re-enable 'analyze MetastoreRelations...

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

[GitHub] spark issue #13498: [SPARK-15011][SQL] Re-enable 'analyze MetastoreRelations...

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

[GitHub] spark issue #13061: [SPARK-14279] [Build] Pick the spark version from pom

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

[GitHub] spark issue #13498: [SPARK-15011][SQL] Re-enable 'analyze MetastoreRelations...

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

[GitHub] spark issue #13498: [SPARK-15011][SQL] Re-enable 'analyze MetastoreRelations...

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

[GitHub] spark pull request #13176: [SPARK-15100][DOC] Modified user guide and exampl...

2016-06-03 Thread MLnick
Github user MLnick commented on a diff in the pull request: https://github.com/apache/spark/pull/13176#discussion_r65788351 --- Diff: docs/ml-features.md --- @@ -1092,14 +1095,11 @@ for more details on the API. ## QuantileDiscretizer `QuantileDiscretizer` takes a

[GitHub] spark issue #13061: [SPARK-14279] [Build] Pick the spark version from pom

2016-06-03 Thread vanzin
Github user vanzin commented on the issue: https://github.com/apache/spark/pull/13061 The test failures all seem unrelated, but, just in case: 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

[GitHub] spark issue #13504: [SPARK-15762][SQL] Cache Metadata.hashCode and use a sin...

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

[GitHub] spark issue #13061: [SPARK-14279] [Build] Pick the spark version from pom

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

[GitHub] spark issue #13061: [SPARK-14279] [Build] Pick the spark version from pom

2016-06-03 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/13061 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

[GitHub] spark issue #13061: [SPARK-14279] [Build] Pick the spark version from pom

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

[GitHub] spark pull request #13504: [SPARK-15762][SQL] Cache Metadata.hashCode and us...

2016-06-03 Thread JoshRosen
GitHub user JoshRosen opened a pull request: https://github.com/apache/spark/pull/13504 [SPARK-15762][SQL] Cache Metadata.hashCode and use a singleton for Metadata.empty We should cache `Metadata.hashCode` and use a singleton for `Metadata.empty` because calculating metadata

[GitHub] spark issue #13498: [SPARK-15011][SQL] Re-enable 'analyze MetastoreRelations...

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

[GitHub] spark pull request #12943: [SPARK-15168][PySpark][ML] Add missing params to ...

2016-06-03 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/12943 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] spark issue #12943: [SPARK-15168][PySpark][ML] Add missing params to Multila...

2016-06-03 Thread MLnick
Github user MLnick commented on the issue: https://github.com/apache/spark/pull/12943 Merged to master/branch-2.0. Thanks! --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature

[GitHub] spark issue #13498: [SPARK-15011][SQL] Re-enable 'analyze MetastoreRelations...

2016-06-03 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/13498 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

[GitHub] spark issue #13498: [SPARK-15011][SQL] Re-enable 'analyze MetastoreRelations...

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

[GitHub] spark issue #13498: [SPARK-15011][SQL] Re-enable 'analyze MetastoreRelations...

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

[GitHub] spark issue #13502: [SPARK-15760][docs] Add documentation for package-relate...

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

[GitHub] spark issue #13502: [SPARK-15760][docs] Add documentation for package-relate...

2016-06-03 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/13502 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

[GitHub] spark issue #13502: [SPARK-15760][docs] Add documentation for package-relate...

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

[GitHub] spark pull request #9571: [SPARK-11373] [CORE] Add metrics to the History Se...

2016-06-03 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/9571#discussion_r65786593 --- Diff: core/src/main/scala/org/apache/spark/deploy/history/FsHistoryProvider.scala --- @@ -667,6 +700,90 @@ private[history] class FsHistoryProvider(conf:

[GitHub] spark pull request #9571: [SPARK-11373] [CORE] Add metrics to the History Se...

2016-06-03 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/9571#discussion_r65786474 --- Diff: core/src/main/scala/org/apache/spark/deploy/history/FsHistoryProvider.scala --- @@ -278,6 +303,9 @@ private[history] class FsHistoryProvider(conf:

[GitHub] spark issue #12889: [SPARK-15113][PySpark][ML] Add missing num features num ...

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

[GitHub] spark pull request #9571: [SPARK-11373] [CORE] Add metrics to the History Se...

2016-06-03 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/9571#discussion_r65786382 --- Diff: core/src/main/scala/org/apache/spark/deploy/history/HistoryServer.scala --- @@ -114,28 +123,45 @@ class HistoryServer( * this UI with the

[GitHub] spark issue #12889: [SPARK-15113][PySpark][ML] Add missing num features num ...

2016-06-03 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/12889 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

[GitHub] spark issue #12889: [SPARK-15113][PySpark][ML] Add missing num features num ...

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

[GitHub] spark issue #13503: [SPARK-15761] [MLlib] [PySpark] Load ipython when defaul...

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

[GitHub] spark pull request #13503: [SPARK-15761] [MLlib] [PySpark] Load ipython when...

2016-06-03 Thread MechCoder
GitHub user MechCoder opened a pull request: https://github.com/apache/spark/pull/13503 [SPARK-15761] [MLlib] [PySpark] Load ipython when default python is Python3 ## What changes were proposed in this pull request? I would like to use IPython with Python 3.5. It is

[GitHub] spark pull request #9162: [SPARK-10655][SQL] Adding additional data type map...

2016-06-03 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/9162#discussion_r65785335 --- Diff: external/docker-integration-tests/src/test/scala/org/apache/spark/sql/jdbc/DB2IntegrationSuite.scala --- @@ -47,19 +49,20 @@ class

[GitHub] spark issue #9162: [SPARK-10655][SQL] Adding additional data type mappings t...

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

[GitHub] spark issue #13502: [SPARK-15760][docs] Add documentation for package-relate...

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

[GitHub] spark pull request #13502: [SPARK-15760][docs] Add documentation for package...

2016-06-03 Thread vanzin
GitHub user vanzin opened a pull request: https://github.com/apache/spark/pull/13502 [SPARK-15760][docs] Add documentation for package-related configs. While there, also document spark.files and spark.jars. Text is the same as the spark-submit help text with some minor

[GitHub] spark issue #13472: [SPARK-15735] Allow specifying min time to run in microb...

2016-06-03 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/13472 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

[GitHub] spark issue #13472: [SPARK-15735] Allow specifying min time to run in microb...

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

[GitHub] spark issue #13472: [SPARK-15735] Allow specifying min time to run in microb...

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

[GitHub] spark issue #13114: Branch 1.4

2016-06-03 Thread vanzin
Github user vanzin commented on the issue: https://github.com/apache/spark/pull/13114 @GuoNing89 please close 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. If your project does not have this feature enabled

[GitHub] spark issue #13491: [SPARK-15748][SQL] Replace inefficient foldLeft() call w...

2016-06-03 Thread JoshRosen
Github user JoshRosen commented on the issue: https://github.com/apache/spark/pull/13491 Hmm, weird; let me investigate what's going on with these tests... --- 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 issue #12152: [SPARK-14279] Spark Version will be picked from pom.vers...

2016-06-03 Thread vanzin
Github user vanzin commented on the issue: https://github.com/apache/spark/pull/12152 Can we close this PR since it's been superseded by #13061? --- 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 issue #13491: [SPARK-15748][SQL] Replace inefficient foldLeft() call w...

2016-06-03 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/13491 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

[GitHub] spark issue #13491: [SPARK-15748][SQL] Replace inefficient foldLeft() call w...

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

[GitHub] spark issue #13498: [SPARK-15011][SQL] Re-enable 'analyze MetastoreRelations...

2016-06-03 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/13498 **[Test build #3064 has started](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/3064/consoleFull)** for PR 13498 at commit

[GitHub] spark issue #13498: [SPARK-15011][SQL] Re-enable 'analyze MetastoreRelations...

2016-06-03 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/13498 **[Test build #3061 has started](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/3061/consoleFull)** for PR 13498 at commit

[GitHub] spark issue #13498: [SPARK-15011][SQL] Re-enable 'analyze MetastoreRelations...

2016-06-03 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/13498 **[Test build #3063 has started](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/3063/consoleFull)** for PR 13498 at commit

[GitHub] spark issue #13498: [SPARK-15011][SQL] Re-enable 'analyze MetastoreRelations...

2016-06-03 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/13498 **[Test build #3062 has started](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/3062/consoleFull)** for PR 13498 at commit

[GitHub] spark issue #13491: [SPARK-15748][SQL] Replace inefficient foldLeft() call w...

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

[GitHub] spark issue #13498: [SPARK-15011][SQL] Re-enable 'analyze MetastoreRelations...

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

[GitHub] spark issue #13401: [SPARK-15657][SQL] RowEncoder should validate the data t...

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

[GitHub] spark issue #13498: [SPARK-15011][SQL] Re-enable 'analyze MetastoreRelations...

2016-06-03 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/13498 **[Test build #3060 has started](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/3060/consoleFull)** for PR 13498 at commit

[GitHub] spark issue #13498: [SPARK-15011][SQL] Re-enable 'analyze MetastoreRelations...

2016-06-03 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/13498 **[Test build #3059 has started](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/3059/consoleFull)** for PR 13498 at commit

[GitHub] spark issue #12889: [SPARK-15113][PySpark][ML] Add missing num features num ...

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

[GitHub] spark issue #13065: [SPARK-15214][SQL] Code-generation for Generate [WIP]

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

[GitHub] spark issue #13176: [SPARK-15100][DOC] Modified user guide and examples for ...

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

[GitHub] spark issue #13176: [SPARK-15100][DOC] Modified user guide and examples for ...

2016-06-03 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/13176 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

[GitHub] spark issue #13176: [SPARK-15100][DOC] Modified user guide and examples for ...

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

[GitHub] spark issue #11105: [SPARK-12469][CORE] Data Property accumulators for Spark

2016-06-03 Thread holdenk
Github user holdenk commented on the issue: https://github.com/apache/spark/pull/11105 I'll circle back up with everyone after 2.0 is released. --- 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 #12938: [SPARK-15162][SPARK-15164][PySpark][DOCS][ML] upd...

2016-06-03 Thread holdenk
Github user holdenk commented on a diff in the pull request: https://github.com/apache/spark/pull/12938#discussion_r65780016 --- Diff: python/pyspark/ml/classification.py --- @@ -183,7 +191,7 @@ def getThresholds(self): If :py:attr:`thresholds` is set, return its

[GitHub] spark pull request #13490: [SPARK-15722][SQL] Disallow specifying schema in ...

2016-06-03 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/13490 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] spark issue #13490: [SPARK-15722][SQL] Disallow specifying schema in CTAS st...

2016-06-03 Thread cloud-fan
Github user cloud-fan commented on the issue: https://github.com/apache/spark/pull/13490 m2.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 wishes so, or if the

[GitHub] spark pull request #12938: [SPARK-15162][SPARK-15164][PySpark][DOCS][ML] upd...

2016-06-03 Thread MLnick
Github user MLnick commented on a diff in the pull request: https://github.com/apache/spark/pull/12938#discussion_r65779711 --- Diff: python/pyspark/ml/classification.py --- @@ -183,7 +191,7 @@ def getThresholds(self): If :py:attr:`thresholds` is set, return its value.

[GitHub] spark issue #12943: [SPARK-15168][PySpark][ML] Add missing params to Multila...

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

[GitHub] spark issue #12943: [SPARK-15168][PySpark][ML] Add missing params to Multila...

2016-06-03 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/12943 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

[GitHub] spark issue #12943: [SPARK-15168][PySpark][ML] Add missing params to Multila...

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

[GitHub] spark issue #13490: [SPARK-15722][SQL] Disallow specifying schema in CTAS st...

2016-06-03 Thread cloud-fan
Github user cloud-fan commented on the issue: https://github.com/apache/spark/pull/13490 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 and wishes so, or if the

[GitHub] spark issue #13490: [SPARK-15722][SQL] Disallow specifying schema in CTAS st...

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

[GitHub] spark issue #13490: [SPARK-15722][SQL] Disallow specifying schema in CTAS st...

2016-06-03 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/13490 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

[GitHub] spark pull request #12313: [SPARK-14543] [SQL] Improve InsertIntoTable colum...

2016-06-03 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/12313#discussion_r65778807 --- Diff: sql/hive/src/test/scala/org/apache/spark/sql/hive/InsertIntoHiveTableSuite.scala --- @@ -284,8 +284,128 @@ class InsertIntoHiveTableSuite

[GitHub] spark issue #13490: [SPARK-15722][SQL] Disallow specifying schema in CTAS st...

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

[GitHub] spark pull request #13469: [SPARK-15140][SQL] make the semantics of null inp...

2016-06-03 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/13469 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] spark pull request #13474: [SPARK-15547][SQL] nested case class in encoder c...

2016-06-03 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/13474 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] spark pull request #13422: [SPARK-15681][core] allow lowercase or mixed case...

2016-06-03 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/13422 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] spark issue #13469: [SPARK-15140][SQL] make the semantics of null input obje...

2016-06-03 Thread liancheng
Github user liancheng commented on the issue: https://github.com/apache/spark/pull/13469 Merging to master and 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

[GitHub] spark pull request #12938: [SPARK-15162][SPARK-15164][PySpark][DOCS][ML] upd...

2016-06-03 Thread MLnick
Github user MLnick commented on a diff in the pull request: https://github.com/apache/spark/pull/12938#discussion_r65778263 --- Diff: python/pyspark/ml/classification.py --- @@ -183,7 +191,7 @@ def getThresholds(self): If :py:attr:`thresholds` is set, return its value.

[GitHub] spark issue #13422: [SPARK-15681][core] allow lowercase or mixed case log le...

2016-06-03 Thread vanzin
Github user vanzin commented on the issue: https://github.com/apache/spark/pull/13422 LGTM; merging to master / 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 issue #13474: [SPARK-15547][SQL] nested case class in encoder can have...

2016-06-03 Thread liancheng
Github user liancheng commented on the issue: https://github.com/apache/spark/pull/13474 Merging to master and 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

[GitHub] spark issue #13176: [SPARK-15100][DOC] Modified user guide and examples for ...

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

[GitHub] spark issue #13061: [SPARK-14279] [Build] Pick the spark version from pom

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

<    1   2   3   4   5   6   >