Deploying Apache Storm 1) If Java 7 is not present, please install it. 2) Zookeeper Installation Download zookeeper-3.4.6 from Apache site $ tar -xvf zookeeper-3.4.6.tar.gz $ cd zookeeper-3.4.6/ $ cp conf/zoo_sample.cfg conf/zoo.cfg $ bin/zkServer.sh start 3) Storm Cluster Installation Download the storm tarball from official Apache Mirror. Untar it. $ tar xzvf apache-storm-0.9.2-incubating.tar.gz Move to new directory. $ sudo cp -R apache-storm-0.9.2-incubating /usr/lib/ Go to /usr/lib/apache-storm-0.9.2-incubating/ and configure storm.yaml present in conf folder, add the followuing line, this folder must have write permissions too. storm.zookeeper.servers: - "localhost" storm.zookeeper.port: 2181 nimbus.host: "localhost" storm.local.dir: "/var/stormtmp" java.library.path: "/usr/lib/jvm/java-7-openjdk-amd64" supervisor.slots.ports:
It is most Important to remain updated with new technologies in our daily life.