InterviewSolution
Saved Bookmarks
| 1. |
What Is A “parquet” In Spark? |
|
Answer» “Parquet” is a COLUMNAR format file SUPPORTED by MANY data processing systems. SPARK SQL performs both read and write OPERATIONS with the “Parquet” file. “Parquet” is a columnar format file supported by many data processing systems. Spark SQL performs both read and write operations with the “Parquet” file. |
|