![]() | Except where otherwise noted, this document is licensed under Creative Commons Attribution ShareAlike 4.0 License |
Unlike other providers of platforms built using Apache Hadoop, Hortonworks contributes 100% of our code back to the Apache Software Foundation. The Hortonworks Data Platform is Apache-licensed and completely open source. We sell only expert technical support, training and partner-enablement services. All of our technology is, and will remain, free and open source.
Please visit the Hortonworks Data Platform page for more information on Hortonworks technology. For more information on Hortonworks services, please visit either the Support or Training page. Feel free to contact us directly to discuss your specific needs.
Contents
- 1. Using Apache Storm
- 2. Installing and Configuring Storm
- 3. Topology Development Guidelines
- 4. Streaming Data to Hive
- 5. Ingesting Data with the Apache Kafka Spout Connector
- 6. Ingesting Data from HDFS
- 7. Writing Data with Storm
- 8. Packaging Storm Topologies
- 9. Deploying and Managing Apache Storm Topologies
- 10. Example: RollingTopWords Topology
List of Tables
- 1.1. Storm Concepts
- 1.2. Stream Groupings
- 1.3. Processing Guarantees
- 3.1. Storm Topology Guidelines
- 4.1. HiveMapper Arguments
- 4.2. HiveOptions Class Configuration Properties
- 5.1. KafkaConfig Parameters
- 5.2. SpoutConfig Parameters
- 5.3. TridentKafkaConfig Parameters
- 5.4. KafkaConfig Fields
- 5.5. SpoutConfig Parameters
- 5.6. TridentKafkaConfig Parameters
- 7.1. SimpleHBaseMapper Methods
- 8.1. Topology Packing Errors
- 9.1. Topology Administrative Actions