i am trying to ingest csv data into Hive Database. for this purpose,
i tried with
listFile --> FetchFile --> ConvertCSVToAvro --> ConvertAvroToOrc --> PutHDFS
csv data is converted into ORC format and data is loading into HDFS. On top of this HDFS data, i can able to create hive external table.
now, i want to test with putHiveQL
Processor.
for this, i need to convert CSV data to AVRO to JSON?
ORC data can't be loaded directly into Hive?
if yes, we have to create Hive table manually or it creates automatically?