Table of contents
Hive Files:
There are two type of data store method, one is Row-Columnar store and Columnar store.
Parquet file
It is suitable for spark data processing, and columnar based data store.
ORC file
It is suitable for hive and it also a columnar data store.
Avro file
It is used for analytical purpose and it uses row-columnar data store format.