Execute the following command on each client cluster node and gateway node to install the Storm RPMs:
For RHEL/CentOS/Oracle Linux:
yum install storm
For SLES:
zypper install storm
For Ubuntu:
apt-get install storm
Important Ubuntu users must manually create the
/etc/storm/conf
directory and thestorm.yaml
file that resides there.Execute the following command to create the
conf
directory:sudo mkdir -p /etc/storm/conf
Execute the following command to create the
storm.yaml
file:sudo touch /etc/storm/conf/storm.yaml
Note | |
---|---|
Storm requires version 2.6 or higher as the default system Python interpreter. |