[GitHub] spark pull request: [SPARK-14259][SQL] Add a FileSourceStrategy op...

2016-03-31 Thread maropu
Github user maropu commented on a diff in the pull request: https://github.com/apache/spark/pull/12068#discussion_r58092296 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala --- @@ -524,6 +524,11 @@ object SQLConf { doc = "The maximum number of

[GitHub] spark pull request: [SPARK-14259][SQL] Add a FileSourceStrategy op...

2016-03-31 Thread tedyu
Github user tedyu commented on a diff in the pull request: https://github.com/apache/spark/pull/12068#discussion_r58061293 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala --- @@ -524,6 +524,11 @@ object SQLConf { doc = "The maximum number of

[GitHub] spark pull request: [SPARK-14259][SQL] Add a FileSourceStrategy op...

2016-03-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/12068 --- 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: [SPARK-14259][SQL] Add a FileSourceStrategy op...

2016-03-30 Thread nongli
Github user nongli commented on the pull request: https://github.com/apache/spark/pull/12068#issuecomment-203587910 LGTM. I think there's more we can do here to bin pack a bit better (i.e. checking if small files can fit in existing partitions) but it would be good to get this in and

[GitHub] spark pull request: [SPARK-14259][SQL] Add a FileSourceStrategy op...

2016-03-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12068#issuecomment-203568339 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

[GitHub] spark pull request: [SPARK-14259][SQL] Add a FileSourceStrategy op...

2016-03-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12068#issuecomment-203568342 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-14259][SQL] Add a FileSourceStrategy op...

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

[GitHub] spark pull request: [SPARK-14259][SQL] Add a FileSourceStrategy op...

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

[GitHub] spark pull request: [SPARK-14259][SQL] Add a FileSourceStrategy op...

2016-03-30 Thread maropu
GitHub user maropu opened a pull request: https://github.com/apache/spark/pull/12068 [SPARK-14259][SQL] Add a FileSourceStrategy option for limiting #files in a partition ## What changes were proposed in this pull request? This pr is to add a config to control the maximum