inuits/storm-el7-rpm

Name: storm-el7-rpm

Owner: Inuits

Description: A set of scripts to package Apache Storm into an rpm (CentOS/RedHat 7)

Created: 2016-01-10 18:38:10.0

Updated: 2017-10-05 08:35:11.0

Pushed: 2017-10-05 08:46:58.0

Homepage: null

Size: 6

Language: Makefile

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

storm-redhat7-rpm

A set of scripts to package Apache Storm into an rpm. Requires CentOS/RedHat 7.

Setup
sudo yum install make rpmdevtools
Building
make rpm

Resulting RPM will be avaliable at $(shell pwd)/x86_64

Installing and operating
sudo yum install apache-storm*.rpm

sudo systemctl start storm-nimbus
sudo systemctl enable storm-nimbus

sudo systemctl start storm-supervisor
sudo systemctl enable storm-supervisor

sudo systemctl start storm-ui
sudo systemctl enable storm-ui

Storm CLI is available in /opt/storm/bin -> /opt/storm/bin/storm

Default locations

binaries: /opt/storm data: /var/lib/storm logs: /var/log/storm configs: /etc/storm/storm_env.sh, /etc/storm/storm.yaml


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.