Hi,
I am going to convert the result of Nifi ExecuteSQL procecessor and save the result as putparquet into hdfs.
Any suggestion on how to convert avro format (result of executesql) to parquet using putparquet ?
I will use avroreader in putparquet processor, but it requires Schema Registry. could I auto generate the Schema Registry of the result from executesql.?
Thanks
Andy