Member since
11-20-2020
9
Posts
0
Kudos Received
0
Solutions
12-01-2020
06:44 AM
@stevenmatisonIn the link that you provided, they explained how to setup HWX schema registry. But I don't have access for HWX schema registry. So I wanted to go ahead with AvroSchemaRegistry controller service. Could you please show how to add schemas to AvroSchemaRegistry and use them dynamically according to filename. Thanks.
... View more
11-30-2020
04:25 AM
I have 20 CSV files and I need to convert these files into parquet format before loading them to S3. I prepared schemas for 20 files(different schema for each file). For this to work I need to route all these files using route on attribute and process. This works but it create flow with 20 convert record processors. I want to know is there a way that I can store all these 20 schemas and I can use them according to filename with single convert record processor. Thanks.
... View more
Labels:
- Labels:
-
Apache NiFi
-
Schema Registry