Load CSV file into hive AVRO table
2019-04-18
Requirement You have comma separated(CSV) file and you want to create Avro 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 →