Reputation: 28289
I'm using InferAvroSchema and ConvertJSONToAvro to convet json file to avro file.
This is InferAvroSchema config:
InferAvroSchema
and this is ConvertJSONToAvro config:
ConvertJSONToAvro
But it always complains Can not find schema:
Can not find schema
Upvotes: 0
Views: 461
Problem solved, I should check the flowfile-attribute option:
flowfile-attribute
Upvotes: 1