I need to load data in already created hive table in orc format.
ie I need to read data from excel sheet, create data frame and then load it into hive tables in orc format.
I need to load data in already created hive table in orc format.
ie I need to read data from excel sheet, create data frame and then load it into hive tables in orc format.
There are two steps involved:
read the excel file[1]
write it into the Hive table [2]
The answers related to this: