I want to send my csv file to hive external table, i'm using this processor
InferAvroSchema -> UpdateAttribute (with add properties 'inferred.avro.schema') -> ConvertCSVToAvro -> PutHDFS -> UpdateHive3Table
but when in UpdateHive3Table the processor just read 8kb and in my table just 1 row.
How can i do to fix this?