[GitHub] spark issue #14155: [SPARK-16498][SQL] move hive hack for data source table ...

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

[GitHub] spark pull request #13796: [SPARK-7159][ML] Add multiclass logistic regressi...

2016-08-16 Thread dbtsai
Github user dbtsai commented on a diff in the pull request: https://github.com/apache/spark/pull/13796#discussion_r74886022 --- Diff: mllib/src/main/scala/org/apache/spark/ml/classification/LogisticRegression.scala --- @@ -952,13 +963,160 @@ private class LogisticAggregator(

[GitHub] spark issue #14555: [SPARK-16965][MLLIB][PYSPARK] Fix bound checking for Spa...

2016-08-16 Thread srowen
Github user srowen commented on the issue: https://github.com/apache/spark/pull/14555 Ping @zjffdu --- 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 t

[GitHub] spark pull request #13796: [SPARK-7159][ML] Add multiclass logistic regressi...

2016-08-16 Thread dbtsai
Github user dbtsai commented on a diff in the pull request: https://github.com/apache/spark/pull/13796#discussion_r74886535 --- Diff: mllib/src/main/scala/org/apache/spark/ml/classification/LogisticRegression.scala --- @@ -952,13 +963,160 @@ private class LogisticAggregator(

[GitHub] spark pull request #13796: [SPARK-7159][ML] Add multiclass logistic regressi...

2016-08-16 Thread dbtsai
Github user dbtsai commented on a diff in the pull request: https://github.com/apache/spark/pull/13796#discussion_r74886863 --- Diff: mllib/src/main/scala/org/apache/spark/ml/classification/LogisticRegression.scala --- @@ -952,13 +963,160 @@ private class LogisticAggregator(

[GitHub] spark pull request #13796: [SPARK-7159][ML] Add multiclass logistic regressi...

2016-08-16 Thread dbtsai
Github user dbtsai commented on a diff in the pull request: https://github.com/apache/spark/pull/13796#discussion_r74887523 --- Diff: mllib/src/main/scala/org/apache/spark/ml/classification/LogisticRegression.scala --- @@ -952,13 +963,160 @@ private class LogisticAggregator(

[GitHub] spark issue #14155: [SPARK-16498][SQL] move hive hack for data source table ...

2016-08-16 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/14155 **[Test build #63832 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/63832/consoleFull)** for PR 14155 at commit [`715c312`](https://github.com/apache/spark/commit/7

[GitHub] spark pull request #14661: [SPARK-16991][SQL] Fix Outer Join Elimination whe...

2016-08-16 Thread gatorsmile
GitHub user gatorsmile opened a pull request: https://github.com/apache/spark/pull/14661 [SPARK-16991][SQL] Fix Outer Join Elimination when Filter's isNotNull Constraints Unable to Filter Out All Null-supplying Rows ### What changes were proposed in this pull request? This PR is

[GitHub] spark issue #14660: [SPARK-17071][SQL] Fetch Parquet schema without another ...

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

[GitHub] spark issue #14660: [SPARK-17071][SQL] Fetch Parquet schema without another ...

2016-08-16 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/14660 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 #14660: [SPARK-17071][SQL] Fetch Parquet schema without another ...

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

[GitHub] spark issue #14661: [SPARK-16991][SQL] Fix Outer Join Elimination when Filte...

2016-08-16 Thread gatorsmile
Github user gatorsmile commented on the issue: https://github.com/apache/spark/pull/14661 cc @hvanhovell @yhuai @dongjoon-hyun @nsyca also cc the original reviewers: @davies @sameeragarwal @marmbrus Thanks! --- If your project is set up for it, you can reply to thi

[GitHub] spark issue #14661: [SPARK-16991][SQL] Fix Outer Join Elimination when Filte...

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

[GitHub] spark issue #14655: [SPARK-16669][SQL]Adding partition prunning to Metastore...

2016-08-16 Thread rxin
Github user rxin commented on the issue: https://github.com/apache/spark/pull/14655 cc @cloud-fan and @gatorsmile - both are working on refactoring some of these code. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If y

[GitHub] spark issue #14660: [SPARK-17071][SQL] Fetch Parquet schema without another ...

2016-08-16 Thread HyukjinKwon
Github user HyukjinKwon commented on the issue: https://github.com/apache/spark/pull/14660 cc @rxin and @liancheng , Could you take a look? --- 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 thi

[GitHub] spark pull request #14660: [SPARK-17071][SQL] Fetch Parquet schema without a...

2016-08-16 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/14660#discussion_r74889501 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/parquet/ParquetFileFormat.scala --- @@ -794,13 +805,44 @@ object ParquetFileFormat

[GitHub] spark issue #14646: [SPARK-17058] [build] Add maven snapshots-and-staging pr...

2016-08-16 Thread rxin
Github user rxin commented on the issue: https://github.com/apache/spark/pull/14646 Are you thinking about testing Hadoop versions that are unpublished? But if that's the case, you'd need to modify the version anyway. Why not just add this when you need to do those tests? --- If yo

[GitHub] spark pull request #14660: [SPARK-17071][SQL] Fetch Parquet schema without a...

2016-08-16 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/14660#discussion_r74889938 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/parquet/ParquetFileFormat.scala --- @@ -224,7 +226,16 @@ class ParquetFileFormat

[GitHub] spark issue #14616: [SPARK-17034][SQL] adds expression UnresolvedOrdinal to ...

2016-08-16 Thread cloud-fan
Github user cloud-fan commented on the issue: https://github.com/apache/spark/pull/14616 thanks, 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 enabled and wi

[GitHub] spark pull request #13796: [SPARK-7159][ML] Add multiclass logistic regressi...

2016-08-16 Thread dbtsai
Github user dbtsai commented on a diff in the pull request: https://github.com/apache/spark/pull/13796#discussion_r74889972 --- Diff: mllib/src/main/scala/org/apache/spark/ml/classification/LogisticRegression.scala --- @@ -952,13 +963,160 @@ private class LogisticAggregator(

[GitHub] spark pull request #14616: [SPARK-17034][SQL] adds expression UnresolvedOrdi...

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

[GitHub] spark pull request #14279: [SPARK-16216][SQL] Write Timestamp and Date in IS...

2016-08-16 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/14279#discussion_r74890304 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/util/DateTimeUtils.scala --- @@ -62,6 +64,11 @@ object DateTimeUtils { @transi

[GitHub] spark issue #14655: [SPARK-16669][SQL]Adding partition prunning to Metastore...

2016-08-16 Thread cloud-fan
Github user cloud-fan commented on the issue: https://github.com/apache/spark/pull/14655 If we gonna do this, I'd like to have a more general approach, which should also work for data source tables. --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] spark pull request #14625: [SPARK-17045] [SQL] Build/move Join-related test ...

2016-08-16 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/14625#discussion_r74890820 --- Diff: sql/core/src/test/resources/test-data/kv1.json --- @@ -0,0 +1,5 @@ +{"key":251,"value":"val_251"} --- End diff -- we can inline t

[GitHub] spark issue #14656: [SPARK-17069] Expose spark.range() as table-valued funct...

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

[GitHub] spark issue #14656: [SPARK-17069] Expose spark.range() as table-valued funct...

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

[GitHub] spark issue #14656: [SPARK-17069] Expose spark.range() as table-valued funct...

2016-08-16 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/14656 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 #14660: [SPARK-17071][SQL] Fetch Parquet schema without another ...

2016-08-16 Thread HyukjinKwon
Github user HyukjinKwon commented on the issue: https://github.com/apache/spark/pull/14660 Thank you so much. I will try to address the comments. --- 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 ha

[GitHub] spark issue #14618: [SPARK-17030] [SQL] Remove/Cleanup HiveMetastoreCatalog....

2016-08-16 Thread cloud-fan
Github user cloud-fan commented on the issue: https://github.com/apache/spark/pull/14618 I think this cache is mainly used for file status, not `decoding the metadata fetched from the external Catalog`. Thus `MetadataCache` may not be a good name. And this cache is useful wha

[GitHub] spark pull request #14279: [SPARK-16216][SQL] Write Timestamp and Date in IS...

2016-08-16 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/14279#discussion_r74891800 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/csv/CSVRelation.scala --- @@ -188,6 +189,30 @@ private[sql] class CsvOutputWriter(

[GitHub] spark issue #14620: [SPARK-17032][SQL] Add test cases for methods in ParserU...

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

[GitHub] spark pull request #14625: [SPARK-17045] [SQL] Build/move Join-related test ...

2016-08-16 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/14625#discussion_r74891950 --- Diff: sql/core/src/test/resources/test-data/kv1.json --- @@ -0,0 +1,5 @@ +{"key":251,"value":"val_251"} --- End diff -- Sure, will do

[GitHub] spark pull request #14279: [SPARK-16216][SQL] Write Timestamp and Date in IS...

2016-08-16 Thread HyukjinKwon
Github user HyukjinKwon commented on a diff in the pull request: https://github.com/apache/spark/pull/14279#discussion_r74892175 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/util/DateTimeUtils.scala --- @@ -62,6 +64,11 @@ object DateTimeUtils {

[GitHub] spark issue #14279: [SPARK-16216][SQL] Write Timestamp and Date in ISO 8601 ...

2016-08-16 Thread rxin
Github user rxin commented on the issue: https://github.com/apache/spark/pull/14279 @HyukjinKwon can we also allow users to set the output date/timestamp format? This is a breaking change, and I really worry about that. With this change and without making it configurable, there will b

[GitHub] spark issue #13758: [SPARK-16043][SQL] Prepare GenericArrayData implementati...

2016-08-16 Thread kiszk
Github user kiszk commented on the issue: https://github.com/apache/spark/pull/13758 @cloud-fan , I see. First, I will create another PR to focus on projection by making the new `UnsafeArrayData`. After merging the PR, let us be back to this PR. --- If your project is set up for it,

[GitHub] spark issue #14654: [SPARK-16964][SQL] Remove private[hive] from sql.hive.ex...

2016-08-16 Thread rxin
Github user rxin commented on the issue: https://github.com/apache/spark/pull/14654 LGTM - merging in 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 wis

[GitHub] spark issue #14652: [SPARK-16964][SQL] Remove private[sql] and private[spark...

2016-08-16 Thread rxin
Github user rxin commented on the issue: https://github.com/apache/spark/pull/14652 LGTM - merging in 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 wis

[GitHub] spark issue #14279: [SPARK-16216][SQL] Write Timestamp and Date in ISO 8601 ...

2016-08-16 Thread HyukjinKwon
Github user HyukjinKwon commented on the issue: https://github.com/apache/spark/pull/14279 @rxin, Sure! I can add `dateFormat` option for both. Do you want me to do this here (or follow-up)? --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] spark pull request #14279: [SPARK-16216][SQL] Write Timestamp and Date in IS...

2016-08-16 Thread HyukjinKwon
Github user HyukjinKwon commented on a diff in the pull request: https://github.com/apache/spark/pull/14279#discussion_r74892575 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/csv/CSVRelation.scala --- @@ -188,6 +189,30 @@ private[sql] class CsvOutput

[GitHub] spark pull request #14654: [SPARK-16964][SQL] Remove private[hive] from sql....

2016-08-16 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/14654 --- 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 #14652: [SPARK-16964][SQL] Remove private[sql] and private[spark...

2016-08-16 Thread rxin
Github user rxin commented on the issue: https://github.com/apache/spark/pull/14652 hm damn - this one includes https://github.com/apache/spark/pull/14654 and I merged that one first. I ended up reverting the other one from branch-2.0 to merge this one. Can you close this tic

[GitHub] spark issue #14650: [SPARK-17062][MESOS] add conf option to mesos dispatcher

2016-08-16 Thread rxin
Github user rxin commented on the issue: https://github.com/apache/spark/pull/14650 Does the existing spark-submit not work on Mesos? --- 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 fea

[GitHub] spark issue #14620: [SPARK-17032][SQL] Add test cases for methods in ParserU...

2016-08-16 Thread jiangxb1987
Github user jiangxb1987 commented on the issue: https://github.com/apache/spark/pull/14620 I've added test cases for all the methods in `ParserUtils`, and made two small changes in the `ParserUtils` code: 1. Deleted function `command(stream: CharStream)`, merge both `command` meth

[GitHub] spark issue #14655: [SPARK-16669][SQL]Adding partition prunning to Metastore...

2016-08-16 Thread gatorsmile
Github user gatorsmile commented on the issue: https://github.com/apache/spark/pull/14655 Will this be part of the CBO work? The size estimation or statistics collection is being re-designed for CBO, right? --- If your project is set up for it, you can reply to this email and have yo

[GitHub] spark issue #14623: [SPARK-17044][SQL] Make test files for window functions ...

2016-08-16 Thread rxin
Github user rxin commented on the issue: https://github.com/apache/spark/pull/14623 @dongjoon-hyun I understand that the existing test didn't set a great standard, but can you look at the data and query and come up with something a lot shorter? The problem with the current cases is th

[GitHub] spark issue #14618: [SPARK-17030] [SQL] Remove/Cleanup HiveMetastoreCatalog....

2016-08-16 Thread gatorsmile
Github user gatorsmile commented on the issue: https://github.com/apache/spark/pull/14618 My original plan is to move it when we decided to use it for the other external catalog. Yeah, let me move it soon. Will try to give a better name tomorrow. : ) --- If your project is

[GitHub] spark issue #14623: [SPARK-17044][SQL] Make test files for window functions ...

2016-08-16 Thread dongjoon-hyun
Github user dongjoon-hyun commented on the issue: https://github.com/apache/spark/pull/14623 I see what is your point. Then, I'll make a new one without consideration `WindowQuerySuite.scala`. Thank you for guidance, @rxin ! --- If your project is set up for it, you can reply to this

[GitHub] spark issue #14652: [SPARK-16964][SQL] Remove private[sql] and private[spark...

2016-08-16 Thread hvanhovell
Github user hvanhovell commented on the issue: https://github.com/apache/spark/pull/14652 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 enabled and wishes so, or if the

[GitHub] spark pull request #14652: [SPARK-16964][SQL] Remove private[sql] and privat...

2016-08-16 Thread hvanhovell
Github user hvanhovell closed the pull request at: https://github.com/apache/spark/pull/14652 --- 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 #14662: [WIP][SPARK-17082][CORE]Replace ByteBuffer with C...

2016-08-16 Thread witgo
GitHub user witgo opened a pull request: https://github.com/apache/spark/pull/14662 [WIP][SPARK-17082][CORE]Replace ByteBuffer with ChunkedByteBuffer ## What changes were proposed in this pull request? Replace `ByteBuffer` with `ChunkedByteBuffer` : * ManagedBuffer

[GitHub] spark issue #14571: [SPARK-16983][SQL] Add `prettyName` for row_number, dens...

2016-08-16 Thread dongjoon-hyun
Github user dongjoon-hyun commented on the issue: https://github.com/apache/spark/pull/14571 Hi, @rxin . After splitting window functions PR, is there any thing to do more for this `prettyName` PR? --- If your project is set up for it, you can reply to this email and have your re

[GitHub] spark issue #14155: [SPARK-16498][SQL] move hive hack for data source table ...

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

[GitHub] spark issue #14155: [SPARK-16498][SQL] move hive hack for data source table ...

2016-08-16 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/14155 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 #14155: [SPARK-16498][SQL] move hive hack for data source table ...

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

[GitHub] spark issue #14662: [WIP][SPARK-17082][CORE]Replace ByteBuffer with ChunkedB...

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

[GitHub] spark pull request #14619: [SPARK-17031][SQL] Add `Scanner` operator to wrap...

2016-08-16 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/14619#discussion_r74895818 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/Optimizer.scala --- @@ -1636,6 +1638,30 @@ object ReplaceExceptWithAntiJoin

[GitHub] spark pull request #14619: [SPARK-17031][SQL] Add `Scanner` operator to wrap...

2016-08-16 Thread jiangxb1987
Github user jiangxb1987 commented on a diff in the pull request: https://github.com/apache/spark/pull/14619#discussion_r74896284 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/Optimizer.scala --- @@ -1636,6 +1638,30 @@ object ReplaceExceptWithAntiJoi

[GitHub] spark issue #14392: [SPARK-16446] [SparkR] [ML] Gaussian Mixture Model wrapp...

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

[GitHub] spark issue #14662: [WIP][SPARK-17082][CORE]Replace ByteBuffer with ChunkedB...

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

[GitHub] spark issue #14662: [WIP][SPARK-17082][CORE]Replace ByteBuffer with ChunkedB...

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

[GitHub] spark issue #14662: [WIP][SPARK-17082][CORE]Replace ByteBuffer with ChunkedB...

2016-08-16 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/14662 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 #14662: [WIP][SPARK-17082][CORE]Replace ByteBuffer with ChunkedB...

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

[GitHub] spark issue #14648: [SPARK-16995][SQL] TreeNodeException when flat mapping R...

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

[GitHub] spark issue #14649: [SPARK-17059][SQL] Allow FileFormat to specify partition...

2016-08-16 Thread andreweduffy
Github user andreweduffy commented on the issue: https://github.com/apache/spark/pull/14649 Let me see if I can answer these in order: > So, if my understanding is correct, Parquet filters rowgroups in both normal reader and vectorized reader already (#13701). Is this doing th

[GitHub] spark issue #14662: [WIP][SPARK-17082][CORE]Replace ByteBuffer with ChunkedB...

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

[GitHub] spark issue #14662: [WIP][SPARK-17082][CORE]Replace ByteBuffer with ChunkedB...

2016-08-16 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/14662 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 #14662: [WIP][SPARK-17082][CORE]Replace ByteBuffer with ChunkedB...

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

[GitHub] spark issue #14155: [SPARK-16498][SQL] move hive hack for data source table ...

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

[GitHub] spark issue #14155: [SPARK-16498][SQL] move hive hack for data source table ...

2016-08-16 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/14155 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 #14155: [SPARK-16498][SQL] move hive hack for data source table ...

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

[GitHub] spark issue #14151: [SPARK-16496][SQL] Add wholetext as option for reading t...

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

[GitHub] spark pull request #14151: [SPARK-16496][SQL] Add wholetext as option for re...

2016-08-16 Thread ScrapCodes
Github user ScrapCodes commented on a diff in the pull request: https://github.com/apache/spark/pull/14151#discussion_r74902549 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/text/TextSuite.scala --- @@ -39,6 +39,11 @@ class TextSuite extends QueryTes

[GitHub] spark pull request #14151: [SPARK-16496][SQL] Add wholetext as option for re...

2016-08-16 Thread ScrapCodes
Github user ScrapCodes commented on a diff in the pull request: https://github.com/apache/spark/pull/14151#discussion_r74903349 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala --- @@ -533,6 +533,12 @@ object SQLConf { .timeConf(TimeUnit.MILL

[GitHub] spark issue #14567: [SPARK-16992][PYSPARK] Python Pep8 formatting and import...

2016-08-16 Thread Stibbons
Github user Stibbons commented on the issue: https://github.com/apache/spark/pull/14567 Any update? --- 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 t

[GitHub] spark issue #14392: [SPARK-16446] [SparkR] [ML] Gaussian Mixture Model wrapp...

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

[GitHub] spark issue #14392: [SPARK-16446] [SparkR] [ML] Gaussian Mixture Model wrapp...

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

[GitHub] spark issue #14392: [SPARK-16446] [SparkR] [ML] Gaussian Mixture Model wrapp...

2016-08-16 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/14392 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 #14661: [SPARK-16991][SQL] Fix Outer Join Elimination when Filte...

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

[GitHub] spark issue #14661: [SPARK-16991][SQL] Fix Outer Join Elimination when Filte...

2016-08-16 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/14661 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 #14661: [SPARK-16991][SQL] Fix Outer Join Elimination when Filte...

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

[GitHub] spark issue #14646: [SPARK-17058] [build] Add maven snapshots-and-staging pr...

2016-08-16 Thread steveloughran
Github user steveloughran commented on the issue: https://github.com/apache/spark/pull/14646 I'm adding the ability to test against staged releases, such as Hadoop 2.7.3 RC1. Add this profile and testing that spark runs with the new RC is a matter of setting the version with a -D and

[GitHub] spark issue #14650: [SPARK-17062][MESOS] add conf option to mesos dispatcher

2016-08-16 Thread skonto
Github user skonto commented on the issue: https://github.com/apache/spark/pull/14650 I think not. MesosDispacther uses [spark-daemon.sh](https://github.com/apache/spark/blob/master/sbin/start-mesos-dispatcher.sh#L44) which uses [class](https://github.com/apache/spark/blob/master

[GitHub] spark issue #14620: [SPARK-17032][SQL] Add test cases for methods in ParserU...

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

[GitHub] spark issue #14620: [SPARK-17032][SQL] Add test cases for methods in ParserU...

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

[GitHub] spark issue #14620: [SPARK-17032][SQL] Add test cases for methods in ParserU...

2016-08-16 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/14620 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 pull request #14620: [SPARK-17032][SQL] Add test cases for methods in ...

2016-08-16 Thread hvanhovell
Github user hvanhovell commented on a diff in the pull request: https://github.com/apache/spark/pull/14620#discussion_r74909202 --- Diff: sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/parser/ParserUtilsSuite.scala --- @@ -61,5 +102,84 @@ class ParserUtilsSuite extends

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

2016-08-16 Thread srowen
Github user srowen commented on the issue: https://github.com/apache/spark/pull/14644 OK, that makes sense. I think a property under spark.mesos makes sense right now. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If y

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

2016-08-16 Thread steveloughran
Github user steveloughran commented on a diff in the pull request: https://github.com/apache/spark/pull/9571#discussion_r74910796 --- Diff: core/src/main/scala/org/apache/spark/deploy/history/FsHistoryProvider.scala --- @@ -667,6 +710,123 @@ private[history] class FsHistoryProvider

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

2016-08-16 Thread steveloughran
Github user steveloughran commented on a diff in the pull request: https://github.com/apache/spark/pull/9571#discussion_r74910734 --- Diff: core/src/main/scala/org/apache/spark/deploy/history/FsHistoryProvider.scala --- @@ -667,6 +710,123 @@ private[history] class FsHistoryProvider

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

2016-08-16 Thread steveloughran
Github user steveloughran commented on a diff in the pull request: https://github.com/apache/spark/pull/9571#discussion_r74910950 --- Diff: core/src/main/scala/org/apache/spark/deploy/history/FsHistoryProvider.scala --- @@ -667,6 +710,123 @@ private[history] class FsHistoryProvider

[GitHub] spark issue #14648: [SPARK-16995][SQL] TreeNodeException when flat mapping R...

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

[GitHub] spark issue #14648: [SPARK-16995][SQL] TreeNodeException when flat mapping R...

2016-08-16 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/14648 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 #14663: [SPARK-17001] [ML] Enable standardScaler to standardize ...

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

[GitHub] spark issue #14648: [SPARK-16995][SQL] TreeNodeException when flat mapping R...

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

[GitHub] spark pull request #14663: [SPARK-17001] [ML] Enable standardScaler to stand...

2016-08-16 Thread srowen
GitHub user srowen opened a pull request: https://github.com/apache/spark/pull/14663 [SPARK-17001] [ML] Enable standardScaler to standardize sparse vectors when withMean=True ## What changes were proposed in this pull request? Allow centering / mean scaling of sparse vector

[GitHub] spark issue #14645: [MINOR] [DOC] Correct code snippet results in quick star...

2016-08-16 Thread srowen
Github user srowen commented on the issue: https://github.com/apache/spark/pull/14645 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 i

[GitHub] spark issue #14649: [SPARK-17059][SQL] Allow FileFormat to specify partition...

2016-08-16 Thread HyukjinKwon
Github user HyukjinKwon commented on the issue: https://github.com/apache/spark/pull/14649 Oh, sorry for the second question. I missed `val parquetSchema = metadata.getFileMetaData.getSchema`. and yes, it only reads metadata and I think I got your idea for using `_metadata` here.

[GitHub] spark pull request #14645: [MINOR] [DOC] Correct code snippet results in qui...

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

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

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

[GitHub] spark issue #14657: [SPARK-17068][SQL] Make view-usage visible during analys...

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

  1   2   3   4   5   6   >