Uh oh!
There was an error while loading. Please reload this page.
[Doc] [SQL] Addes Hive metastore Parquet table conversion section - #5348
[Doc] [SQL] Addes Hive metastore Parquet table conversion section#5348liancheng wants to merge 4 commits into
Conversation
SparkQA
commented
Apr 3, 2015
Test build #29669 has started for PR 5348 at commit |
There was a problem hiding this comment.
Removed the backquotes because the rendered text looks funny.
liancheng
commented
Apr 3, 2015
Added Python snippet for metadata refreshing after adding |
SparkQA
commented
Apr 3, 2015
Test build #29670 has started for PR 5348 at commit |
SparkQA
commented
Apr 3, 2015
Test build #29669 has finished for PR 5348 at commit
|
AmplabJenkins
commented
Apr 3, 2015
Test PASSed. |
yhuai
commented
Apr 3, 2015
I just found we have an example having the old code (https://spark.apache.org/docs/1.3.0/sql-programming-guide.html#programmatically-specifying-the-schema). We still have the following Can you update it to use |
SparkQA
commented
Apr 3, 2015
Test build #29670 has finished for PR 5348 at commit
|
AmplabJenkins
commented
Apr 3, 2015
Test PASSed. |
liancheng
commented
Apr 3, 2015
@yhuai This typo has been fixed in master and branch-1.3. |
SparkQA
commented
Apr 3, 2015
Test build #29674 has started for PR 5348 at commit |
There was a problem hiding this comment.
Seems it is under Hive metastore Parquet table conversion. However, users may need to call refresh table in other cases, right? For example, when they manually copy data to the dir of a data source table.
SparkQA
commented
Apr 3, 2015
Test build #29674 has finished for PR 5348 at commit
|
AmplabJenkins
commented
Apr 3, 2015
Test PASSed. |
SparkQA
commented
Apr 27, 2015
Test build #31029 has started for PR 5348 at commit |
andrewor14
commented
Jun 19, 2015
@liancheng@yhuai what happened here? Do we still want to merge this? |
liancheng
commented
Jun 21, 2015
@yhuai I guess it's OK to merge this? |
yhuai
commented
Jun 21, 2015
@liancheng Yeah, it's fine to merge it. btw, you have added |
22d7b14 to
42ae0d0Compareliancheng
commented
Jun 23, 2015
@yhuai Finished updating Python |
AmplabJenkins
commented
Jun 23, 2015
Merged build triggered. |
yhuai
commented
Jun 23, 2015
Sure. Thanks! |
AmplabJenkins
commented
Jun 23, 2015
Merged build started. |
SparkQA
commented
Jun 23, 2015
Test build #35586 has started for PR 5348 at commit |
andrewor14
commented
Jun 23, 2015
(you could just merge this since Jenkins doesn't actually test the docs) |
SparkQA
commented
Jun 23, 2015
Test build #35586 has finished for PR 5348 at commit
|
AmplabJenkins
commented
Jun 23, 2015
Merged build finished. Test FAILed. |
liancheng
commented
Jun 23, 2015
@andrewor14 Yeah... Thanks :) Merging to master. |
This snippet seems to be mistakenly introduced at two places in apache#5348.
This PR adds a section about Hive metastore Parquet table conversion. It documents: