Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 421 Bytes

File metadata and controls

32 lines (24 loc) · 421 Bytes

Samza Setup

1 Downloading Samza

git clone https://git.apache.org/samza-hello-samza.git hello-samza
cd hello-samza

git checkout latest

2 Setting up before install

> replace /bin/grid.sh with provided grid.sh

./bin/grid boostrap

3 Building packages

./bin/deploy.sh

4 Start Samaza

> sudo ./bin/grid start all

5 Stop Samza

> sudo ./bin/grid stop all