Building storm requires building:
1.zookeeper Construction
Zookeeper Installation
- Download the installation package to the desktop Soft/zookeeper
- Decompression command TAR–XZVF zookeeper-3.4.5.tar.gz
- After the decompression is complete get a zookeeper-3.4.5 folder all the way to the Conf directory zookeeper/conf
4. Copy a zoo_samle.cfg to zoo.cfg with the CP command
5. Then open the edit Zoo.cfg file with the VI zoo.cfg command
(Change to your own directory/home/sufi/desktop/zookeeper/zookeeper-3.4.5/data)
6. Setting Environment variables
Export ... With the same as it can be
7. Go back to the Zookeeper/bin directory, start the Zookeeper service, and run under the bin./zkserver.sh start
8. Test Zookeeper
--run in the Zookeeper/bin directory./zkcli.sh-server 192.168.130.130 is your server and port
--command Ifconfig to find the server number
Build Storm under Linux