Explain about the core components of Flume

Free Online Certification Courses – Learn Today. Lead Tomorrow. Forums Apache Hadoop Explain about the core components of Flume

Viewing 1 reply thread
  • Author
    Posts
    • #4735
      DataFlair TeamDataFlair Team
      Spectator

      What are the core components of Flume?

    • #4737
      DataFlair TeamDataFlair Team
      Spectator

      core components of Flume

      a. Flume Events
      It is a basic unit of the data that is transported inside Flume. It attains a payload of the byte array. Generally, accompanied by optional headers, it can be transported from the source to the destination.

      b. Flume Agent

      It is an independent daemon process (JVM). The agent receives events from clients or other agents and then forwards it to its next destination, sink or agent.we can have multiple flume agents. 3 main components of Agent.
      i. Flume Source
      ii. Flume Channel
      iii. Flume Sink

      c. Flume Client
      Clients generate events and then sent it to one or more agents.

      learn more about Flume Architecture in detail, follow the link: Apache Flume Architecture – Flume Agent, Event, Client

Viewing 1 reply thread
  • You must be logged in to reply to this topic.