-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-7084] improve saveAsTable documentation #5654
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Can one of the admins verify this patch? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe say
"Also note that while this function can persist the table metadata into Hive's metastore, the table will NOT be accessible from Hive."
|
Updated. |
|
Jenkins, test this please. |
|
Test build #30856 has started for PR 5654 at commit |
|
Test build #30856 has finished for PR 5654 at commit
|
|
Test PASSed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are multiple saveAsTable functions. Do you mind updating them as well?
|
Added for other methods also. |
|
Can one of the admins verify this patch? |
|
Jenkins, test this please. |
|
Merged build triggered. |
|
Merged build started. |
|
Test build #32428 has started for PR 5654 at commit |
|
LGTM. I will merge it after Jenkins comes back happy. |
|
Test build #32428 has finished for PR 5654 at commit
|
|
Merged build finished. Test PASSed. |
|
Test PASSed. |
Author: madhukar <[email protected]> Closes #5654 from phatak-dev/master and squashes the following commits: 386f407 [madhukar] #5654 updated for all the methods 2c997c5 [madhukar] Merge branch 'master' of https://github.com/apache/spark 00bc819 [madhukar] Merge branch 'master' of https://github.com/apache/spark 2a802c6 [madhukar] #5654 updated the doc according to comments 866e8df [madhukar] [SPARK-7084] improve saveAsTable documentation (cherry picked from commit 57255dc) Signed-off-by: Reynold Xin <[email protected]>
Author: madhukar <[email protected]> Closes #5654 from phatak-dev/master and squashes the following commits: 386f407 [madhukar] #5654 updated for all the methods 2c997c5 [madhukar] Merge branch 'master' of https://github.com/apache/spark 00bc819 [madhukar] Merge branch 'master' of https://github.com/apache/spark 2a802c6 [madhukar] #5654 updated the doc according to comments 866e8df [madhukar] [SPARK-7084] improve saveAsTable documentation (cherry picked from commit 57255dc) Signed-off-by: Reynold Xin <[email protected]>
|
FYI I submitted a small patch on top of this to add a link to a jira ticket: #6067 |
Author: madhukar <[email protected]> Closes apache#5654 from phatak-dev/master and squashes the following commits: 386f407 [madhukar] apache#5654 updated for all the methods 2c997c5 [madhukar] Merge branch 'master' of https://github.com/apache/spark 00bc819 [madhukar] Merge branch 'master' of https://github.com/apache/spark 2a802c6 [madhukar] apache#5654 updated the doc according to comments 866e8df [madhukar] [SPARK-7084] improve saveAsTable documentation
Author: madhukar <[email protected]> Closes apache#5654 from phatak-dev/master and squashes the following commits: 386f407 [madhukar] apache#5654 updated for all the methods 2c997c5 [madhukar] Merge branch 'master' of https://github.com/apache/spark 00bc819 [madhukar] Merge branch 'master' of https://github.com/apache/spark 2a802c6 [madhukar] apache#5654 updated the doc according to comments 866e8df [madhukar] [SPARK-7084] improve saveAsTable documentation
|
请问,我使用spark1.3.1的sparksql中dataframe的一个saveastable方法存了一个dataframe,但是用hive读的时候出错了Failed with exception java.io.IOException:java.io.IOException: hdfs://namenode71:8020/user/hive/warehouse/zz5/part-00000 not a SequenceFile。这个怎么破?1.2是可以的 |
Author: madhukar <[email protected]> Closes apache#5654 from phatak-dev/master and squashes the following commits: 386f407 [madhukar] apache#5654 updated for all the methods 2c997c5 [madhukar] Merge branch 'master' of https://github.com/apache/spark 00bc819 [madhukar] Merge branch 'master' of https://github.com/apache/spark 2a802c6 [madhukar] apache#5654 updated the doc according to comments 866e8df [madhukar] [SPARK-7084] improve saveAsTable documentation
No description provided.