[GitHub] spark issue #16990: [SPARK-19660][CORE][SQL] Replace the configuration prope...

2017-02-20 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/16990 **[Test build #73205 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/73205/testReport)** for PR 16990 at commit

[GitHub] spark issue #17000: [SPARK-18946][ML] sliceAggregate which is a new aggregat...

2017-02-20 Thread MLnick
Github user MLnick commented on the issue: https://github.com/apache/spark/pull/17000 Is the speedup coming mostly from the `MultivariateOnlineSummarizer` stage? See https://issues.apache.org/jira/browse/SPARK-19634 which is for porting this operation to use DataFrame UDAF

[GitHub] spark issue #17001: [SPARK-19667][SQL]create table with hiveenabled in defau...

2017-02-20 Thread windpiger
Github user windpiger commented on the issue: https://github.com/apache/spark/pull/17001 cc @gatorsmile @cloud-fan --- 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 #17001: [SPARK-19667][SQL][WIP]create table with hiveenabled in ...

2017-02-20 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/17001 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 #17001: [SPARK-19667][SQL][WIP]create table with hiveenabled in ...

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

[GitHub] spark issue #17001: [SPARK-19667][SQL][WIP]create table with hiveenabled in ...

2017-02-20 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/17001 **[Test build #73201 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/73201/testReport)** for PR 17001 at commit

[GitHub] spark issue #16949: [SPARK-16122][CORE] Add rest api for job environment

2017-02-20 Thread uncleGen
Github user uncleGen commented on the issue: https://github.com/apache/spark/pull/16949 cc @srowen also. --- 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,

[GitHub] spark pull request #16971: [SPARK-19573][SQL] Make NaN/null handling consist...

2017-02-20 Thread MLnick
Github user MLnick commented on a diff in the pull request: https://github.com/apache/spark/pull/16971#discussion_r102146260 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/stat/StatFunctions.scala --- @@ -78,7 +80,13 @@ object StatFunctions extends Logging {

[GitHub] spark pull request #16971: [SPARK-19573][SQL] Make NaN/null handling consist...

2017-02-20 Thread MLnick
Github user MLnick commented on a diff in the pull request: https://github.com/apache/spark/pull/16971#discussion_r102145908 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/DataFrameStatFunctions.scala --- @@ -89,18 +89,17 @@ final class DataFrameStatFunctions

[GitHub] spark pull request #16971: [SPARK-19573][SQL] Make NaN/null handling consist...

2017-02-20 Thread MLnick
Github user MLnick commented on a diff in the pull request: https://github.com/apache/spark/pull/16971#discussion_r102145412 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/stat/StatFunctions.scala --- @@ -54,6 +54,8 @@ object StatFunctions extends Logging {

[GitHub] spark pull request #16971: [SPARK-19573][SQL] Make NaN/null handling consist...

2017-02-20 Thread MLnick
Github user MLnick commented on a diff in the pull request: https://github.com/apache/spark/pull/16971#discussion_r102145538 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/DataFrameStatFunctions.scala --- @@ -89,18 +89,17 @@ final class DataFrameStatFunctions

[GitHub] spark pull request #16971: [SPARK-19573][SQL] Make NaN/null handling consist...

2017-02-20 Thread MLnick
Github user MLnick commented on a diff in the pull request: https://github.com/apache/spark/pull/16971#discussion_r102146144 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/DataFrameStatSuite.scala --- @@ -214,20 +214,29 @@ class DataFrameStatSuite extends QueryTest with

[GitHub] spark issue #16594: [SPARK-17078] [SQL] Show stats when explain

2017-02-20 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/16594 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 #16594: [SPARK-17078] [SQL] Show stats when explain

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

[GitHub] spark issue #16594: [SPARK-17078] [SQL] Show stats when explain

2017-02-20 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/16594 **[Test build #73200 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/73200/testReport)** for PR 16594 at commit

[GitHub] spark issue #17000: [SPARK-18946][ML] sliceAggregate which is a new aggregat...

2017-02-20 Thread ZunwenYou
Github user ZunwenYou commented on the issue: https://github.com/apache/spark/pull/17000 Hi, @hhbyyh In our experiment, the class **_MultivariateOnlineSummarizer_** contains 8 arrays, if the dimension reaches 20 million, the memory of MultivariateOnlineSummarizer is

[GitHub] spark pull request #16826: [SPARK-19540][SQL] Add ability to clone SparkSess...

2017-02-20 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/16826#discussion_r102143747 --- Diff: sql/hive/src/test/scala/org/apache/spark/sql/hive/HiveSparkSubmitSuite.scala --- @@ -217,7 +217,8 @@ class HiveSparkSubmitSuite

[GitHub] spark pull request #16826: [SPARK-19540][SQL] Add ability to clone SparkSess...

2017-02-20 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/16826#discussion_r102143663 --- Diff: sql/hive/src/test/scala/org/apache/spark/sql/hive/HiveSessionStateSuite.scala --- @@ -0,0 +1,54 @@ +/* + * Licensed to the Apache

[GitHub] spark issue #17009: [SPARK-19674][SQL]Ignore non-existing driver accumulator...

2017-02-20 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/17009 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 #17009: [SPARK-19674][SQL]Ignore non-existing driver accumulator...

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

[GitHub] spark issue #17009: [SPARK-19674][SQL]Ignore non-existing driver accumulator...

2017-02-20 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/17009 **[Test build #73199 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/73199/testReport)** for PR 17009 at commit

[GitHub] spark issue #16826: [SPARK-19540][SQL] Add ability to clone SparkSession whe...

2017-02-20 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/16826 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 #16826: [SPARK-19540][SQL] Add ability to clone SparkSession whe...

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

[GitHub] spark issue #16826: [SPARK-19540][SQL] Add ability to clone SparkSession whe...

2017-02-20 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/16826 **[Test build #73202 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/73202/testReport)** for PR 16826 at commit

[GitHub] spark pull request #16826: [SPARK-19540][SQL] Add ability to clone SparkSess...

2017-02-20 Thread viirya
Github user viirya commented on a diff in the pull request: https://github.com/apache/spark/pull/16826#discussion_r102142543 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/SparkSession.scala --- @@ -117,9 +122,11 @@ class SparkSession private(

[GitHub] spark issue #17005: [SPARK-14659][ML] RFormula supports setting base level b...

2017-02-20 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/17005 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 #17005: [SPARK-14659][ML] RFormula supports setting base level b...

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

[GitHub] spark issue #17005: [SPARK-14659][ML] RFormula supports setting base level b...

2017-02-20 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/17005 **[Test build #73203 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/73203/testReport)** for PR 17005 at commit

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

2017-02-20 Thread hhbyyh
Github user hhbyyh commented on a diff in the pull request: https://github.com/apache/spark/pull/11601#discussion_r102141627 --- Diff: mllib/src/main/scala/org/apache/spark/ml/feature/Imputer.scala --- @@ -0,0 +1,225 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] spark issue #16020: [SPARK-18596][ML] add checking and caching to bisecting ...

2017-02-20 Thread hhbyyh
Github user hhbyyh commented on the issue: https://github.com/apache/spark/pull/16020 Close this as it's better resolved in https://issues.apache.org/jira/browse/SPARK-18608. Thanks for the comments and discussion. --- If your project is set up for it, you can reply to this

[GitHub] spark pull request #16979: [SPARK-19617][SS]Fix the race condition when star...

2017-02-20 Thread zsxwing
Github user zsxwing commented on a diff in the pull request: https://github.com/apache/spark/pull/16979#discussion_r102141431 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/HDFSMetadataLog.scala --- @@ -63,8 +63,34 @@ class HDFSMetadataLog[T <: AnyRef

[GitHub] spark pull request #16020: [SPARK-18596][ML] add checking and caching to bis...

2017-02-20 Thread hhbyyh
Github user hhbyyh closed the pull request at: https://github.com/apache/spark/pull/16020 --- 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 #17003: [SPARK-19646][BUILD][HOTFIX] Fix compile error fr...

2017-02-20 Thread srowen
Github user srowen closed the pull request at: https://github.com/apache/spark/pull/17003 --- 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 #17010: [SPARK-19673][SQL] "ThriftServer default app name is cha...

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

[GitHub] spark issue #17010: [SPARK-19673][SQL] "ThriftServer default app name is cha...

2017-02-20 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/17010 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 #17010: [SPARK-19673][SQL] "ThriftServer default app name is cha...

2017-02-20 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/17010 **[Test build #73204 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/73204/testReport)** for PR 17010 at commit

[GitHub] spark pull request #16826: [SPARK-19540][SQL] Add ability to clone SparkSess...

2017-02-20 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/16826#discussion_r102141351 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/ExperimentalMethods.scala --- @@ -46,4 +46,10 @@ class ExperimentalMethods private[sql]() {

[GitHub] spark issue #17003: [SPARK-19646][BUILD][HOTFIX] Fix compile error from cher...

2017-02-20 Thread HyukjinKwon
Github user HyukjinKwon commented on the issue: https://github.com/apache/spark/pull/17003 (@srowen just a kind reminder that it seems not closed..) --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does

[GitHub] spark pull request #16826: [SPARK-19540][SQL] Add ability to clone SparkSess...

2017-02-20 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/16826#discussion_r102140755 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/internal/SessionState.scala --- @@ -22,38 +22,58 @@ import java.io.File import

[GitHub] spark issue #17006: [SPARK-17636] Parquet filter push down doesn't handle st...

2017-02-20 Thread HyukjinKwon
Github user HyukjinKwon commented on the issue: https://github.com/apache/spark/pull/17006 For adding a test, I usually go to the blame button and check where the tests were added in the recent commits. It seems `FilteredScanSuite` is the right place assuming from

[GitHub] spark issue #17010: [SPARK-19673][SQL] "ThriftServer default app name is cha...

2017-02-20 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/17010 **[Test build #73204 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/73204/testReport)** for PR 17010 at commit

[GitHub] spark issue #17010: [SPARK-19673][SQL] "ThriftServer default app name is cha...

2017-02-20 Thread gatorsmile
Github user gatorsmile commented on the issue: https://github.com/apache/spark/pull/17010 cc @watermen @yhuai @liancheng since this PR is related to https://github.com/apache/spark/pull/7030 --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] spark issue #17010: [SPARK-19673][SQL] "ThriftServer default app name is cha...

2017-02-20 Thread gatorsmile
Github user gatorsmile commented on the issue: https://github.com/apache/spark/pull/17010 ok to test --- 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

[GitHub] spark pull request #16594: [SPARK-17078] [SQL] Show stats when explain

2017-02-20 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/16594#discussion_r102138925 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/logical/Statistics.scala --- @@ -54,11 +57,29 @@ case class Statistics(

[GitHub] spark pull request #16594: [SPARK-17078] [SQL] Show stats when explain

2017-02-20 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/16594#discussion_r102138379 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/logical/Statistics.scala --- @@ -54,11 +57,29 @@ case class Statistics(

[GitHub] spark pull request #17007: [SPARK-19671]change 'var' to 'val' for better Spe...

2017-02-20 Thread 10110346
Github user 10110346 closed the pull request at: https://github.com/apache/spark/pull/17007 --- 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 #16997: Updated the SQL programming guide to explain about the E...

2017-02-20 Thread srowen
Github user srowen commented on the issue: https://github.com/apache/spark/pull/16997 You are still bold-facing code elements, and now back-ticked a string, which isn't code. There are still typos like "create dataset" instead of "create a Dataset". Do you mean to write something to

[GitHub] spark pull request #16594: [SPARK-17078] [SQL] Show stats when explain

2017-02-20 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/16594#discussion_r102137730 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/command/commands.scala --- @@ -92,7 +92,8 @@ case class ExecutedCommandExec(cmd:

[GitHub] spark pull request #16594: [SPARK-17078] [SQL] Show stats when explain

2017-02-20 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/16594#discussion_r102137661 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/SparkSqlParser.scala --- @@ -282,7 +282,8 @@ class SparkSqlAstBuilder(conf: SQLConf)

[GitHub] spark pull request #16826: [SPARK-19540][SQL] Add ability to clone SparkSess...

2017-02-20 Thread kunalkhamar
Github user kunalkhamar commented on a diff in the pull request: https://github.com/apache/spark/pull/16826#discussion_r102137355 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/catalog/SessionCatalog.scala --- @@ -1178,4 +1178,34 @@ class SessionCatalog(

[GitHub] spark issue #17005: [SPARK-14659][ML] RFormula supports setting base level b...

2017-02-20 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/17005 **[Test build #73203 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/73203/testReport)** for PR 17005 at commit

[GitHub] spark pull request #16826: [SPARK-19540][SQL] Add ability to clone SparkSess...

2017-02-20 Thread kunalkhamar
Github user kunalkhamar commented on a diff in the pull request: https://github.com/apache/spark/pull/16826#discussion_r102137396 --- Diff: sql/hive/src/test/scala/org/apache/spark/sql/hive/HiveSparkSubmitSuite.scala --- @@ -217,6 +217,7 @@ class HiveSparkSubmitSuite

[GitHub] spark pull request #16594: [SPARK-17078] [SQL] Show stats when explain

2017-02-20 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/16594#discussion_r102137390 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/QueryExecution.scala --- @@ -197,20 +197,32 @@ class QueryExecution(val sparkSession:

[GitHub] spark issue #17006: [SPARK-17636] Parquet filter push down doesn't handle st...

2017-02-20 Thread ndimiduk
Github user ndimiduk commented on the issue: https://github.com/apache/spark/pull/17006 Thanks for having a look @HyukjinKwon. I agree a test is needed. I'm new to Spark code base, so please direct me -- I assume there's an existing suite or suites that I can extend with coverage for

[GitHub] spark issue #17005: [SPARK-14659][ML] RFormula supports setting base level b...

2017-02-20 Thread actuaryzhang
Github user actuaryzhang commented on the issue: https://github.com/apache/spark/pull/17005 @HyukjinKwon Thanks. I'll try retesting this. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this

[GitHub] spark pull request #16594: [SPARK-17078] [SQL] Show stats when explain

2017-02-20 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/16594#discussion_r102137142 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/logical/Statistics.scala --- @@ -54,11 +57,29 @@ case class Statistics(

[GitHub] spark issue #16826: [SPARK-19540][SQL] Add ability to clone SparkSession whe...

2017-02-20 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/16826 **[Test build #73202 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/73202/testReport)** for PR 16826 at commit

[GitHub] spark issue #17001: [SPARK-19667][SQL][WIP]create table with hiveenabled in ...

2017-02-20 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/17001 **[Test build #73201 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/73201/testReport)** for PR 17001 at commit

[GitHub] spark issue #17010: [SPARK-19673][SQL] "ThriftServer default app name is cha...

2017-02-20 Thread lvdongr
Github user lvdongr commented on the issue: https://github.com/apache/spark/pull/17010 Before spark1.4.x, the ThriftServer name is "SparkSQL:localhostname",while https://issues.apache.org/jira/browse/SPARK-8650 change the rule as a side effect. Then the ThriftServer show the class

[GitHub] spark issue #16996: [SPARK-19664][SQL]put hive.metastore.warehouse.dir in ha...

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

[GitHub] spark issue #16996: [SPARK-19664][SQL]put hive.metastore.warehouse.dir in ha...

2017-02-20 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/16996 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 #16996: [SPARK-19664][SQL]put hive.metastore.warehouse.dir in ha...

2017-02-20 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/16996 **[Test build #73198 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/73198/testReport)** for PR 16996 at commit

[GitHub] spark issue #16997: Updated the SQL programming guide to explain about the E...

2017-02-20 Thread HarshSharma8
Github user HarshSharma8 commented on the issue: https://github.com/apache/spark/pull/16997 Hello Sean, I have updated the content with back-ticks, Can you have a look at this ? And i am not getting which object-name you are asking about. Thank You

[GitHub] spark issue #16594: [SPARK-17078] [SQL] Show stats when explain

2017-02-20 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/16594 **[Test build #73200 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/73200/testReport)** for PR 16594 at commit

[GitHub] spark issue #16997: Updated the SQL programming guide to explain about the E...

2017-02-20 Thread HarshSharma8
Github user HarshSharma8 commented on the issue: https://github.com/apache/spark/pull/16997 Hello Sean, I apologize for bold instead of back-ticks, and i'm updating the content for this. Thank You Best Regards | *Harsh Sharma* Sr. Software

[GitHub] spark issue #11211: [SPARK-13330][PYSPARK] PYTHONHASHSEED is not propgated t...

2017-02-20 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/spark/pull/11211 ping @holdenk @HyukjinKwon PR is updated, please help review. Thanks --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project

[GitHub] spark issue #17010: [SPARK-19673][SQL] "ThriftServer default app name is cha...

2017-02-20 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/17010 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

[GitHub] spark pull request #16999: [SPARK-18922][TESTS] Fix new test failures on Win...

2017-02-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/16999 --- 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 #16851: [SPARK-19508][Core] Improve error message when bi...

2017-02-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/16851 --- 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 #16851: [SPARK-19508][Core] Improve error message when binding s...

2017-02-20 Thread viirya
Github user viirya commented on the issue: https://github.com/apache/spark/pull/16851 Thanks! @srowen --- 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 #17010: [SPARK-19673][SQL] "ThriftServer default app name...

2017-02-20 Thread lvdongr
GitHub user lvdongr opened a pull request: https://github.com/apache/spark/pull/17010 [SPARK-19673][SQL] "ThriftServer default app name is changed wrong" ## What changes were proposed in this pull request? In spark 1.x ,the name of ThriftServer is SparkSQL:localHostName. While

[GitHub] spark issue #16997: Updated the SQL programming guide to explain about the E...

2017-02-20 Thread HyukjinKwon
Github user HyukjinKwon commented on the issue: https://github.com/apache/spark/pull/16997 BTW, could we maybe make the title complete (not `opera…`)? --- 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 #16999: [SPARK-18922][TESTS] Fix new test failures on Windows du...

2017-02-20 Thread srowen
Github user srowen commented on the issue: https://github.com/apache/spark/pull/16999 Merged 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 enabled and wishes so, or

[GitHub] spark pull request #16997: Updated the SQL programming guide to explain abou...

2017-02-20 Thread HyukjinKwon
Github user HyukjinKwon commented on a diff in the pull request: https://github.com/apache/spark/pull/16997#discussion_r102134319 --- Diff: docs/sql-programming-guide.md --- @@ -297,6 +297,9 @@ reflection and become the names of the columns. Case classes can also be nested

[GitHub] spark issue #16851: [SPARK-19508][Core] Improve error message when binding s...

2017-02-20 Thread srowen
Github user srowen commented on the issue: https://github.com/apache/spark/pull/16851 Merged 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 enabled and wishes so, or

[GitHub] spark issue #17009: [SPARK-19674][SQL]Ignore non-existing driver accumulator...

2017-02-20 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/17009 **[Test build #73199 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/73199/testReport)** for PR 17009 at commit

[GitHub] spark issue #17009: [SPARK-19674][SQL]Ignore non-existing driver accumulator...

2017-02-20 Thread carsonwang
Github user carsonwang commented on the issue: https://github.com/apache/spark/pull/17009 cc @cloud-fan @zsxwing --- 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 #17005: [SPARK-14659][ML] RFormula supports setting base level b...

2017-02-20 Thread HyukjinKwon
Github user HyukjinKwon commented on the issue: https://github.com/apache/spark/pull/17005 (It seems it was due to https://github.com/apache/spark/commit/73f065569d352081b7d64c254af70ce996860c53.) --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] spark pull request #16395: [SPARK-17075][SQL] implemented filter estimation

2017-02-20 Thread ron8hu
Github user ron8hu commented on a diff in the pull request: https://github.com/apache/spark/pull/16395#discussion_r102133390 --- Diff: sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/statsEstimation/FilterEstimationSuite.scala --- @@ -0,0 +1,389 @@ +/* + *

[GitHub] spark pull request #16995: [SPARK-19340][SQL] CSV file will result in an exc...

2017-02-20 Thread HyukjinKwon
Github user HyukjinKwon commented on a diff in the pull request: https://github.com/apache/spark/pull/16995#discussion_r102133102 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/DataSource.scala --- @@ -374,34 +374,42 @@ case class DataSource(

[GitHub] spark pull request #16750: [SPARK-18937][SQL] Timezone support in CSV/JSON p...

2017-02-20 Thread ueshin
Github user ueshin commented on a diff in the pull request: https://github.com/apache/spark/pull/16750#discussion_r102132903 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/sources/ResolvedDataSourceSuite.scala --- @@ -19,11 +19,15 @@ package org.apache.spark.sql.sources

[GitHub] spark pull request #16750: [SPARK-18937][SQL] Timezone support in CSV/JSON p...

2017-02-20 Thread ueshin
Github user ueshin commented on a diff in the pull request: https://github.com/apache/spark/pull/16750#discussion_r102132850 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/csv/CSVSuite.scala --- @@ -859,6 +859,48 @@ class CSVSuite extends QueryTest

[GitHub] spark issue #17007: [SPARK-19671]change 'var' to 'val' for better Specificat...

2017-02-20 Thread srowen
Github user srowen commented on the issue: https://github.com/apache/spark/pull/17007 This is too trivial -- we have generally rejected changes like this. If you would, please close this and the JIRA. Have a look at http://spark.apache.org/contributing.html too --- If your project

[GitHub] spark issue #16910: [SPARK-19575][SQL]Reading from or writing to a hive serd...

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

[GitHub] spark issue #16910: [SPARK-19575][SQL]Reading from or writing to a hive serd...

2017-02-20 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/16910 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 #16910: [SPARK-19575][SQL]Reading from or writing to a hive serd...

2017-02-20 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/16910 **[Test build #73196 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/73196/testReport)** for PR 16910 at commit

[GitHub] spark issue #16910: [SPARK-19575][SQL]Reading from or writing to a hive serd...

2017-02-20 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/16910 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 #16910: [SPARK-19575][SQL]Reading from or writing to a hive serd...

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

[GitHub] spark issue #16910: [SPARK-19575][SQL]Reading from or writing to a hive serd...

2017-02-20 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/16910 **[Test build #73194 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/73194/testReport)** for PR 16910 at commit

[GitHub] spark issue #16910: [SPARK-19575][SQL]Reading from or writing to a hive serd...

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

[GitHub] spark issue #16910: [SPARK-19575][SQL]Reading from or writing to a hive serd...

2017-02-20 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/16910 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 #16910: [SPARK-19575][SQL]Reading from or writing to a hive serd...

2017-02-20 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/16910 **[Test build #73193 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/73193/testReport)** for PR 16910 at commit

[GitHub] spark issue #17008: [SPARK-19669][HOTFIX][SQL] sessionState access privilege...

2017-02-20 Thread windpiger
Github user windpiger commented on the issue: https://github.com/apache/spark/pull/17008 passed localy, 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

[GitHub] spark pull request #16826: [SPARK-19540][SQL] Add ability to clone SparkSess...

2017-02-20 Thread viirya
Github user viirya commented on a diff in the pull request: https://github.com/apache/spark/pull/16826#discussion_r102130841 --- Diff: sql/hive/src/test/scala/org/apache/spark/sql/hive/HiveSparkSubmitSuite.scala --- @@ -217,6 +217,7 @@ class HiveSparkSubmitSuite

[GitHub] spark issue #17006: [SPARK-17636] Parquet filter push down doesn't handle st...

2017-02-20 Thread HyukjinKwon
Github user HyukjinKwon commented on the issue: https://github.com/apache/spark/pull/17006 See https://github.com/apache/spark/blob/7730426cb95eec2652a9ea979ae2c4faf7e585f2/sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/parquet/ParquetFilters.scala#L158-L160 too.

[GitHub] spark issue #17006: [SPARK-17636] Parquet filter push down doesn't handle st...

2017-02-20 Thread HyukjinKwon
Github user HyukjinKwon commented on the issue: https://github.com/apache/spark/pull/17006 BTW, even if we push the dot-separated names, this would not support the push-down in Parquet because `ParquetFilters` itself does not handle nested columns (see

[GitHub] spark issue #16996: [SPARK-19664][SQL]put hive.metastore.warehouse.dir in ha...

2017-02-20 Thread gatorsmile
Github user gatorsmile commented on the issue: https://github.com/apache/spark/pull/16996 cc @yhuai who did the original change. I am not sure whether we need to overwrite the original value of hadoopConf, although the change does not hurt anything IMO. --- If your project is set

[GitHub] spark issue #17008: [SPARK-19669][HOTFIX][SQL] sessionState access privilege...

2017-02-20 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/17008 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 #17008: [SPARK-19669][HOTFIX][SQL] sessionState access privilege...

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

[GitHub] spark issue #17008: [SPARK-19669][HOTFIX][SQL] sessionState access privilege...

2017-02-20 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/17008 **[Test build #73192 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/73192/testReport)** for PR 17008 at commit

  1   2   3   4   >