Skip to content

Commit

Permalink
Merge pull request chrislusf#76 from justicezyx/update_document
Browse files Browse the repository at this point in the history
Update the README.md to use the test script.
  • Loading branch information
justicezyx authored Aug 31, 2016
2 parents 0fd5ddc + 9c506ed commit 0e18f9c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,10 @@ To setup the Glow cluster, we do not need experts on Zookeeper/HDFS/Mesos/YARN e

### Setup the cluster
```shell
# fetch and install via go, or just download it from somewhere
# Fetch and install via go, or just download it from somewhere.
$ go get github.com/chrislusf/glow
# start a master on one computer
$ glow master
# run one or more agents on computers
$ glow agent --dir . --max.executors=16 --memory=2048 --master="localhost:8930" --port 8931
# Run a script from the root directory of the repo to start a test cluster.
$ etc/start_local_glow_cluster.sh
```
Glow Master and Glow Agent run very efficiently. They take about 6.5MB and 5.5MB memory respectively in my environments. I would recommend set up agents on any server you can find. You can tap into the computing power whenever you need to.

Expand Down

0 comments on commit 0e18f9c

Please sign in to comment.