Category Archives: Linux

Clear Apache Storm cluster remotely

My bash scripts to clear Storm and Zookeeper cluster remotely by ssh.

Main idea:

Connect to every zookeeper server by ssh and stop zookeeper, then delete data folder. Then connect to every Storm node by ssh, kill Storm processes and delete data folder. Connect to zookeeper servers again, start them. Connect to Storm nodes again, start them. Continue reading

Install MongoDB on Ubuntu

I extracted some pieces from a good tutorial from official site: http://docs.mongodb.org/manual/tutorial/ adopted for my tasks.

Install on Ubuntu 14.04 Trusty

Import MongoDB public key:

Continue reading