What is apache storm? What are the components of storm?
Answer Posted / Shaista Khanam
"Apache Storm" is an open-source, distributed real-time computation system. It can be used as a platform for processing large amounts of data in real-time. The main components of Apache Storm are:n1. Spout: A component that emits streams of tuples to the storm topology.n2. Bolts: A component that processes input tuples and produces output tuples.n3. Stream Grouping: Determines how tuples are routed between bolts in a topology.n4. Topology: A collection of spouts, bolts, and their connections.n5. Nimbus: The master daemon that manages resources and topologies.n6. Supervisor: Worker nodes that run the computations.n7. Zookeeper: Coordinates communication between nimbus, supervisors, and the ui admin interface.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category