Load Data From File Into Compressed Hive Table
Disk might be cheap, but when it comes to deal with TB of data, you might want to consider compression for your data storage. When you want to create a table with compression enabled, you will need to use “STORED AS SEQUENCEFILE” when create a table in Hive: However, you …