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 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 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 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 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 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 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 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 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 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 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 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 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 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
14 matches
Mail list logo