Load CSV file into hive PARQUET table
2019-04-17
Requirement You have comma separated(CSV) file and you want to create Parquet table in hive on top of it, then follow below mentioned steps. Solution Step 1: Sample CSV File Create a sample CSV file named as sample_1.csv file. download from here (You can skip this step if you alreadyRead More →