I have created a hive table named employee (avro formatted) with partition on department.
I have the avro dataset in my HDFS location. My dataset is also having department id.
I would like to import the data into Hive table with the data from HDFS. During the import, I want the data to be kept in its respective partition.
How to achieve this? any idea?