Details
-
Question
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.7.0
-
None
-
None
-
Flume1.7
Description
I have a data pipeline wherein the data for 4 tables is written to a kafka topic as avro using schema registry. The it is passed to flume using memory channel and using kite dataset want to write to HDFS as parquet data.
One way is to include the schema url which points to hdfs location in the event header.
Is there any way to refer the schema registry in the flume.conf file?