0 votes
in Apache Spark by
What is the Parquet file in Apache Spark?

1 Answer

0 votes
by

Parquet is a column format file supported by many data processing systems. Spark SQL facilitates us to perform both read and write operations with the Parquet file.

...