Created
November 1, 2018 10:10
-
-
Save vanerpool/9be57e925f33ba37172be1ab2f825f19 to your computer and use it in GitHub Desktop.
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
| # insert overwrite table partition | |
| df.write.mode("overwrite").partitionBy("col1","col2","col3").insertInto("db_name.table_name") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment