RE: How to process avro data file from hdfs to external target in diyotta?
How to process avro data file from hdfs to external target in diyotta?
We can process avro file from hdfs location by using property which will create external table on avro file, we need to go to data object and under properties, select Create External Table=Yes and provide WareHouse Location (that location where avro file was stored) and select File Format=AVRO. Then external table will be created and then we can access the data from that table for further operations.