Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/risdenk/hdp-sandbox-storm
HDP Sandbox Storm
https://github.com/risdenk/hdp-sandbox-storm
Last synced: about 1 month ago
JSON representation
HDP Sandbox Storm
- Host: GitHub
- URL: https://github.com/risdenk/hdp-sandbox-storm
- Owner: risdenk
- Created: 2013-12-16T20:32:46.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-07T23:13:35.000Z (over 10 years ago)
- Last Synced: 2024-05-01T20:37:36.559Z (7 months ago)
- Language: Shell
- Homepage:
- Size: 140 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
hdp-sandbox-storm
=================Hortonworks Blog Post - http://hortonworks.com/blog/storm-technical-preview-available-now/
Storm Technical Preview PDF - http://public-repo-1.hortonworks.com/HDP-LABS/Projects/Storm/0.9.0.1/StormTechnicalPreview.pdf
Getting Started
---------------
### Clone the Repo
1. `git clone https://github.com/risdenk/hdp-sandbox-storm.git`
2. `cd hdp-sandbox-storm`### Run the install
1. `sudo ./install.sh`### Run the WordCount Topology
1. `wget http://public-repo-1.hortonworks.com/HDP-LABS/Projects/Storm/0.9.0.1/storm-starter-0.0.1-storm-0.9.0.1.jar`
2. `storm jar storm-starter-0.0.1-storm-0.9.0.1.jar storm.starter.WordCountTopology WordCount -c nimbus.host=sandbox.hortonworks.com`