1. Install the Storm RPMs

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]Important

    Ubuntu users must manually create the /etc/storm/conf directory and the storm.yaml file that resides there.

    1. Execute the following command to create the conf directory:

      sudo mkdir -p /etc/storm/conf

    2. Execute the following command to create the storm.yaml file:

      sudo touch /etc/storm/conf/storm.yaml

[Note]Note

Storm requires version 2.6 or higher as the default system Python interpreter.


loading table of contents...