August 2017
Beginner to intermediate
284 pages
6h 51m
English
In this section, we will see how to deploy the Storm-Starter topologies on storm-yarn. Storm-Starter is a set of example topologies that comes with Storm.
Follow these steps to run the topologies on Storm-YARN:
$ git clone https://github.com/nathanmarz/storm-starter $ cd storm-starter
$ mvn package -DskipTests
$ storm jar target/storm-starter-0.0.1-SNAPSHOT.jar storm.starter.WordCountTopology word-cout-topology
545 [main] INFO backtype.storm.StormSubmitter - Jar not uploaded to master yet. Submitting jar...
558 [main] INFO backtype.storm.StormSubmitter ...Read now
Unlock full access