Skip to content
This repository has been archived by the owner on Aug 7, 2020. It is now read-only.

nerdynick/storm-upstart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

storm-upstart

This is just a small collection of Upstart config scripts to startup a storm cluster and its components. These have been designed to work with Ubuntu but should work with most any system using Upstart.

Config File Service Name Description
storm-nimbus.conf storm-nimbus Nimbus Node
storm-super.conf storm-super Supervisor Node
storm-ui.conf storm-ui Web UI Node

Install

By default these Upstart configs assume you will be running your processes as the user storm and the group storm, sudo useradd -r storm. As well as storm is installed in /opt/storm from the available zip file download. You do not have to stick to this setup. You just simply need to change the INSTALL_DIR and/or LOCAL_CACHE value and setuid/setgid blocks to your respected values.

Installation is as simple as coping the respected config to /etc/init on the hosts you wish to run that given service.

Starting/Stopping

start

sudo start <SERVICE_NAME>

stop

sudo stop <SERVICE_NAME>

About

A Collection of Upstart scripts for storm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published