Member since
12-19-2018
2
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