[GitHub] spark pull request #16204: [SPARK-18775][SQL] Limit the max number of record...

2016-12-21 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/16204 --- 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 #16204: [SPARK-18775][SQL] Limit the max number of record...

2016-12-21 Thread hvanhovell
Github user hvanhovell commented on a diff in the pull request: https://github.com/apache/spark/pull/16204#discussion_r93535397 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala --- @@ -466,6 +466,19 @@ object SQLConf { .longConf .creat

[GitHub] spark pull request #16204: [SPARK-18775][SQL] Limit the max number of record...

2016-12-21 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/16204#discussion_r93535132 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala --- @@ -466,6 +466,19 @@ object SQLConf { .longConf .createWithD

[GitHub] spark pull request #16204: [SPARK-18775][SQL] Limit the max number of record...

2016-12-21 Thread hvanhovell
Github user hvanhovell commented on a diff in the pull request: https://github.com/apache/spark/pull/16204#discussion_r93528883 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala --- @@ -466,6 +466,19 @@ object SQLConf { .longConf .creat

[GitHub] spark pull request #16204: [SPARK-18775][SQL] Limit the max number of record...

2016-12-10 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/16204#discussion_r91848018 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/FileFormatWriter.scala --- @@ -311,7 +335,10 @@ object FileFormatWriter extends Lo

[GitHub] spark pull request #16204: [SPARK-18775][SQL] Limit the max number of record...

2016-12-10 Thread mridulm
Github user mridulm commented on a diff in the pull request: https://github.com/apache/spark/pull/16204#discussion_r91506820 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/FileFormatWriter.scala --- @@ -225,32 +228,46 @@ object FileFormatWriter extend

[GitHub] spark pull request #16204: [SPARK-18775][SQL] Limit the max number of record...

2016-12-10 Thread mridulm
Github user mridulm commented on a diff in the pull request: https://github.com/apache/spark/pull/16204#discussion_r91838309 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/FileFormatWriter.scala --- @@ -379,30 +405,40 @@ object FileFormatWriter extend

[GitHub] spark pull request #16204: [SPARK-18775][SQL] Limit the max number of record...

2016-12-10 Thread mridulm
Github user mridulm commented on a diff in the pull request: https://github.com/apache/spark/pull/16204#discussion_r91838301 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/FileFormatWriter.scala --- @@ -311,7 +335,10 @@ object FileFormatWriter extends

[GitHub] spark pull request #16204: [SPARK-18775][SQL] Limit the max number of record...

2016-12-08 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/16204#discussion_r91646930 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/FileFormatWriter.scala --- @@ -225,32 +228,50 @@ object FileFormatWriter extends L

[GitHub] spark pull request #16204: [SPARK-18775][SQL] Limit the max number of record...

2016-12-08 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/16204#discussion_r91635967 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/FileFormatWriter.scala --- @@ -225,32 +228,50 @@ object FileFormatWriter extends L

[GitHub] spark pull request #16204: [SPARK-18775][SQL] Limit the max number of record...

2016-12-08 Thread ericl
Github user ericl commented on a diff in the pull request: https://github.com/apache/spark/pull/16204#discussion_r91633411 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/FileFormatWriter.scala --- @@ -225,32 +228,50 @@ object FileFormatWriter extends

[GitHub] spark pull request #16204: [SPARK-18775][SQL] Limit the max number of record...

2016-12-08 Thread ericl
Github user ericl commented on a diff in the pull request: https://github.com/apache/spark/pull/16204#discussion_r91628647 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/FileFormatWriter.scala --- @@ -379,30 +405,40 @@ object FileFormatWriter extends

[GitHub] spark pull request #16204: [SPARK-18775][SQL] Limit the max number of record...

2016-12-07 Thread ssimeonov
Github user ssimeonov commented on a diff in the pull request: https://github.com/apache/spark/pull/16204#discussion_r91437338 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/FileFormatWriter.scala --- @@ -225,32 +228,50 @@ object FileFormatWriter exte

[GitHub] spark pull request #16204: [SPARK-18775][SQL] Limit the max number of record...

2016-12-07 Thread rxin
GitHub user rxin opened a pull request: https://github.com/apache/spark/pull/16204 [SPARK-18775][SQL] Limit the max number of records written per file - WIP ## What changes were proposed in this pull request? Currently, Spark writes a single file out per task, sometimes leading t