This is a Kafka batch process. I want to read a local CSV file and write it into a Kafka topic.
Then consumer has to get data from the topic they subscribed.
Expected: I want the consumed data to be appended to a file in Parquet format in HDFS. Please help me to achieve this in an efficient manner.
I want the value to be appended to a file in HDFS.