I just started with NiFi 1.4.
I am trying to send pipe delimited message via kafka into Hive. So I am using ConsumeKafkaRecord_0_10 and PutHivStreaming processor. Consume Kafka reader sends data on success to PutHiveStreaming.
Consume Kafka reader writing data in avro format but PutHiveStreaming gives error as
The incoming flow file can not be read as an Avro filee: java.io.IOException: Not a data file."