Skip to content

Commit

Permalink
Merge pull request #5 from imechemi/imechemi-doc-patch
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
Fokko authored Sep 25, 2019
2 parents 15143b9 + d36e048 commit 327e1a1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

Download and launch the docker image:
```sh
docker pull druidio/example-cluster
docker run --rm -i -p 8888:8888 druidio/example-cluster
docker pull fokkodriesprong/docker-druid
docker run --rm -i -p 8888:8888 fokkodriesprong/docker-druid
```

Once the cluster has started, you can navigate to [http://localhost:8888](http://localhost:8888). The [Druid router process](../development/router.html), which serves the Druid console, resides at this address.
Expand All @@ -19,7 +19,7 @@ Once the cluster has started, you can navigate to [http://localhost:8888](http:/
To build the docker image yourself

```sh
git clone https://github.com/druid-io/docker-druid.git
git clone https://github.com/Fokko/docker-druid.git
cd docker-druid
docker build -t docker-druid .
docker run --rm -i -p 8888:8888 docker-druid
Expand Down Expand Up @@ -61,4 +61,4 @@ The allocated resources are limited by default to 2 cpu's and 2gb of memory. Alt
```
2017-01-20T15:59:58,445 INFO [forking-task-runner-0-[index_transactions_2017-01-20T15:59:50.637Z]] io.druid.indexing.overlord.ForkingTaskRunner - Process exited with status[137] for task: index_transactions_2017-01-20T15:59:50.637Z
```
From the log we observe that the process receives an 137 (=128+9) SIGKILL signal. Because it hit the memory limit, the application is killed instantly. To avoid this you might want to give more resources to the Docker hypervisor under Docker > Preferences.
From the log we observe that the process receives an 137 (=128+9) SIGKILL signal. Because it hit the memory limit, the application is killed instantly. To avoid this you might want to give more resources to the Docker hypervisor under Docker > Preferences.

0 comments on commit 327e1a1

Please sign in to comment.