Member since
12-27-2017
5
Posts
0
Kudos Received
0
Solutions
12-19-2018
07:02 PM
Had trouble with this as well, but removing the ".mode(...)" actually worked, AND it appended. spark.read.parquet("/path/to/parq1.parq","/path/to/parq2.parq").coalesce(1).write.format("parquet").saveAsTable("db.table")
... View more
12-27-2017
06:10 AM
sorry , there was a typo, the code I am trying to run is :- df.write.bucketBy(2,"col_name").saveAsTable("table")
... View more