Computer Science, asked by abelethio21, 6 months ago

How we ingest streaming data into Hadoop Cluster?

Answers

Answered by akshaykumar66400
41

Answer:

Explanation:A Java-based ingestion tool, Flume is used when input data streams-in faster than it can be consumed. Typically Flume is used to ingest streaming data into HDFS or Kafka topics, where it can act as a Kafka producer. Multiple Flume agents can also be used collect data from multiple sources into a Flume collector.

Similar questions