Explain the major components of apache storm system?
Answer / Pooja Gupta
Apache Storm has four main components:
1. Spout: It is a source component that generates data streams for processing.
2. Bolts: They are processing units that perform transformations on the incoming data streams.
3. Topology: It defines the flow of data between spouts and bolts in the system.
4. UI (Nimbus & Supervisor): Nimbus manages topologies, scheduling, and monitoring, while Supervisors run and manage executor tasks.
| Is This Answer Correct ? | 0 Yes | 0 No |
In which folder are java application stored in apache?
What is data integrity and what are the methods available to reduce threats to it?
what is the difference between apache hbase and storm?
Can you define trident?
Explain what is toplogy_message_timeout_secs in apache storm?
Define combiner aggregator in apache storm?
what streams is and stream grouping in apache storm?
Mention how storm application can be beneficial in financial services?
Explain how storm ui can be used in topology?
What is apache storm?
Explain how you can streamline log files using apache storm?
List out different stream grouping in apache storm?