Last active
September 6, 2017 12:37
-
-
Save pierdom/d1ea481a534cfcd4359fd0797cd19ad0 to your computer and use it in GitHub Desktop.
[Persist/save Spark dataframe to a Hive table in ORC format] #hive #spark #bigdata
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| df.write.format("orc").saveAsTable("my_table_name") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment