Uh oh!
There was an error while loading. Please reload this page.
[SPARK-7411] [SQL] Support SerDe for HiveQl in CTAS - #5963
[SPARK-7411] [SQL] Support SerDe for HiveQl in CTAS#5963chenghao-intel wants to merge 5 commits into
Conversation
AmplabJenkins
commented
May 7, 2015
Merged build triggered. |
AmplabJenkins
commented
May 7, 2015
Merged build started. |
SparkQA
commented
May 7, 2015
Test build #32072 has started for PR 5963 at commit |
SparkQA
commented
May 7, 2015
Test build #32072 has finished for PR 5963 at commit
|
AmplabJenkins
commented
May 7, 2015
Merged build finished. Test FAILed. |
AmplabJenkins
commented
May 7, 2015
Test FAILed. |
AmplabJenkins
commented
May 7, 2015
Merged build triggered. |
AmplabJenkins
commented
May 7, 2015
Merged build started. |
SparkQA
commented
May 7, 2015
Test build #32077 has started for PR 5963 at commit |
SparkQA
commented
May 7, 2015
Test build #32077 has finished for PR 5963 at commit
|
AmplabJenkins
commented
May 7, 2015
Merged build finished. Test PASSed. |
AmplabJenkins
commented
May 7, 2015
Test PASSed. |
yhuai
commented
May 8, 2015
@chenghao-intel I have merged #5876. |
889d822 to
f4e243fCompareAmplabJenkins
commented
May 9, 2015
Merged build triggered. |
AmplabJenkins
commented
May 9, 2015
Merged build started. |
SparkQA
commented
May 9, 2015
Test build #32302 has started for PR 5963 at commit |
SparkQA
commented
May 9, 2015
Test build #32302 has finished for PR 5963 at commit
|
AmplabJenkins
commented
May 9, 2015
Merged build finished. Test PASSed. |
AmplabJenkins
commented
May 9, 2015
Test PASSed. |
There was a problem hiding this comment.
I'm not sure this is really the logic we want. The goal here is to by default (i.e. if the user does not specify anything about storage), when convertCTAS is turned on to use the data sources API. Would it be possible to have the parser only fill in the storage options when the user specifies them and defer filling in default values until we are in the analyzer. That way we can distinguish "no storage options specified" from "default storage options chosen".
There was a problem hiding this comment.
Ok, I see, I will move the default SerDe from HiveQl to Analyzer
marmbrus
commented
May 9, 2015
This is looking pretty good. Thanks for taking the time to flesh this part out. |
AmplabJenkins
commented
May 10, 2015
Merged build triggered. |
AmplabJenkins
commented
May 10, 2015
Merged build started. |
SparkQA
commented
May 10, 2015
Test build #32343 has started for PR 5963 at commit |
AmplabJenkins
commented
May 10, 2015
Merged build triggered. |
AmplabJenkins
commented
May 10, 2015
Merged build started. |
SparkQA
commented
May 10, 2015
Test build #32344 has started for PR 5963 at commit |
SparkQA
commented
May 10, 2015
Test build #32343 has finished for PR 5963 at commit
|
AmplabJenkins
commented
May 10, 2015
Merged build finished. Test PASSed. |
AmplabJenkins
commented
May 10, 2015
Test PASSed. |
SparkQA
commented
May 10, 2015
Test build #32344 timed out for PR 5963 at commit |
AmplabJenkins
commented
May 10, 2015
Merged build finished. Test FAILed. |
AmplabJenkins
commented
May 10, 2015
Test FAILed. |
chenghao-intel
commented
May 11, 2015
retest this please. |
AmplabJenkins
commented
May 11, 2015
Merged build triggered. |
AmplabJenkins
commented
May 11, 2015
Merged build started. |
SparkQA
commented
May 11, 2015
Test build #32355 has started for PR 5963 at commit |
SparkQA
commented
May 11, 2015
Test build #32355 has finished for PR 5963 at commit
|
AmplabJenkins
commented
May 11, 2015
Merged build finished. Test PASSed. |
AmplabJenkins
commented
May 11, 2015
Test PASSed. |
chenghao-intel
commented
May 11, 2015
This is a follow up of #5876 and should be merged after #5876. Let's wait for unit testing result from Jenkins. Author: Cheng Hao <hao.cheng@intel.com> Closes#5963 from chenghao-intel/useIsolatedClient and squashes the following commits: f87ace6 [Cheng Hao] remove the TODO and add `resolved condition` for HiveTable a8260e8 [Cheng Hao] Update code as feedback f4e243f [Cheng Hao] remove the serde setting for SequenceFile d166afa [Cheng Hao] style issue d25a4aa [Cheng Hao] Add SerDe support for CTAS (cherry picked from commit e35d878) Signed-off-by: Michael Armbrust <michael@databricks.com>
This is a follow up of apache#5876 and should be merged after apache#5876. Let's wait for unit testing result from Jenkins. Author: Cheng Hao <hao.cheng@intel.com> Closesapache#5963 from chenghao-intel/useIsolatedClient and squashes the following commits: f87ace6 [Cheng Hao] remove the TODO and add `resolved condition` for HiveTable a8260e8 [Cheng Hao] Update code as feedback f4e243f [Cheng Hao] remove the serde setting for SequenceFile d166afa [Cheng Hao] style issue d25a4aa [Cheng Hao] Add SerDe support for CTAS
This is a follow up of apache#5876 and should be merged after apache#5876. Let's wait for unit testing result from Jenkins. Author: Cheng Hao <hao.cheng@intel.com> Closesapache#5963 from chenghao-intel/useIsolatedClient and squashes the following commits: f87ace6 [Cheng Hao] remove the TODO and add `resolved condition` for HiveTable a8260e8 [Cheng Hao] Update code as feedback f4e243f [Cheng Hao] remove the serde setting for SequenceFile d166afa [Cheng Hao] style issue d25a4aa [Cheng Hao] Add SerDe support for CTAS
This is a follow up of apache#5876 and should be merged after apache#5876. Let's wait for unit testing result from Jenkins. Author: Cheng Hao <hao.cheng@intel.com> Closesapache#5963 from chenghao-intel/useIsolatedClient and squashes the following commits: f87ace6 [Cheng Hao] remove the TODO and add `resolved condition` for HiveTable a8260e8 [Cheng Hao] Update code as feedback f4e243f [Cheng Hao] remove the serde setting for SequenceFile d166afa [Cheng Hao] style issue d25a4aa [Cheng Hao] Add SerDe support for CTAS
This is a follow up of #5876 and should be merged after #5876.
Let's wait for unit testing result from Jenkins.