Uh oh!
There was an error while loading. Please reload this page.
[SPARK-11691][SQL] Support setting hadoop compression codecs in DataFrameWriter#option - #11324
[SPARK-11691][SQL] Support setting hadoop compression codecs in DataFrameWriter#option#11324maropu wants to merge 12 commits into
Conversation
SparkQA
commented
Feb 23, 2016
Test build #51775 has finished for PR 11324 at commit
|
maropu
commented
Feb 24, 2016
@rxin Could you check this? |
There was a problem hiding this comment.
codec -> compressionCodec to make it more clear
rxin
commented
Feb 24, 2016
maropu
commented
Feb 24, 2016
okay, I'm fixing now. |
SparkQA
commented
Feb 24, 2016
Test build #51867 has finished for PR 11324 at commit
|
SparkQA
commented
Feb 24, 2016
Test build #51872 has finished for PR 11324 at commit
|
maropu
commented
Feb 24, 2016
Jenkins, retest this please. |
SparkQA
commented
Feb 24, 2016
Test build #51875 has finished for PR 11324 at commit
|
maropu
commented
Feb 24, 2016
ISTM the fail is not related to this... |
rxin
commented
Feb 24, 2016
Take a look at the end of ParquetRelation. It would be great if we can consolidate the two and put in a single place where we specify short compression codec names. |
rxin
commented
Feb 24, 2016
Yea I reverted a patch that broke the test. |
maropu
commented
Feb 25, 2016
Okay, I'll try. |
14ef39a to
86c8c0cCompareSparkQA
commented
Feb 25, 2016
Test build #51934 has finished for PR 11324 at commit
|
maropu
commented
Feb 25, 2016
Jenkins, retest this please. |
SparkQA
commented
Feb 25, 2016
Test build #51935 has finished for PR 11324 at commit
|
SparkQA
commented
Feb 25, 2016
Test build #51941 has finished for PR 11324 at commit
|
maropu
commented
Feb 25, 2016
Jenkins, retest this please. |
SparkQA
commented
Feb 25, 2016
Test build #51949 has finished for PR 11324 at commit
|
maropu
commented
Feb 25, 2016
@rxin okay, ready to review again. |
HyukjinKwon
commented
Feb 26, 2016
maropu
commented
Feb 26, 2016
@rxin@HyukjinKwon No problem ;) Is it okay to apply my diffs based on the @HyukjinKwon commit? |
rxin
commented
Feb 26, 2016
Yes - please. |
maropu
commented
Feb 27, 2016
@HyukjinKwon Is it okay to include document descriptions for codec options in this pr? |
maropu
commented
Feb 27, 2016
Close this pr, and move to a new pr. |
…ent in ParquetRelation ## What changes were proposed in this pull request? This pr to make the short names of compression codecs in `ParquetRelation` consistent against other ones. This pr comes from #11324. ## How was this patch tested? Add more tests in `TextSuite`. Author: Takeshi YAMAMURO <linguin.m.s@gmail.com> Closes#11408 from maropu/SPARK-13528.
…ent in ParquetRelation ## What changes were proposed in this pull request? This pr to make the short names of compression codecs in `ParquetRelation` consistent against other ones. This pr comes from apache#11324. ## How was this patch tested? Add more tests in `TextSuite`. Author: Takeshi YAMAMURO <linguin.m.s@gmail.com> Closesapache#11408 from maropu/SPARK-13528.
What changes were proposed in this pull request?
This pr is to support hadoop compression codecs when saving DataFrame to disk.
This is rework from #9657 because it gets stale.
closes#9657