[GitHub] spark pull request #15829: [SPARK-18379][SQL] Make the parallelism of parall...

2016-11-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/15829 --- 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 #15829: [SPARK-18379][SQL] Make the parallelism of parall...

2016-11-09 Thread yhuai
Github user yhuai commented on a diff in the pull request: https://github.com/apache/spark/pull/15829#discussion_r87253993 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala --- @@ -396,6 +396,13 @@ object SQLConf { .intConf .createW

[GitHub] spark pull request #15829: [SPARK-18379][SQL] Make the parallelism of parall...

2016-11-09 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/15829#discussion_r87244612 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala --- @@ -396,6 +396,13 @@ object SQLConf { .intConf .createWi

[GitHub] spark pull request #15829: [SPARK-18379][SQL] Make the parallelism of parall...

2016-11-09 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/15829#discussion_r87239264 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala --- @@ -396,6 +396,13 @@ object SQLConf { .intConf .create

[GitHub] spark pull request #15829: [SPARK-18379][SQL] Make the parallelism of parall...

2016-11-09 Thread uncleGen
GitHub user uncleGen opened a pull request: https://github.com/apache/spark/pull/15829 [SPARK-18379][SQL] Make the parallelism of parallelPartitionDiscovery configurable. ## What changes were proposed in this pull request? The largest parallelism in PartitioningAwareFileInd