Is there a way to drop parquet file partitions through Spark? I'm partitioning a parquet file by a date field and I would like to drop old partitions in a file system agnostic manner. I guess I could read the whole parquet file into a DataFrame, filter out the dates to be dropped, and overwrite the parquet file, but that is quite a heavy task if there are lots of partitions and I only need to drop a couple.
-- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Dropping-parquet-file-partitions-tp26368.html Sent from the Apache Spark User List mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@spark.apache.org For additional commands, e-mail: user-h...@spark.apache.org