Merge pull request #1504 from 31z4/storm

Update Storm documentation
This commit is contained in:
yosifkit 2019-06-17 14:19:32 -07:00 committed by GitHub
commit 26671b3f5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ Run `docker stack deploy -c stack.yml storm` (or `docker-compose -f stack.yml up
## Configuration
This image uses [default configuration](https://github.com/apache/storm/blob/v1.1.0/conf/defaults.yaml) of the Apache Storm. There are two main ways to change it.
This image uses [default configuration](https://github.com/apache/storm/blob/v2.0.0/conf/defaults.yaml) of the Apache Storm. There are two main ways to change it.
1. Using command line arguments.
@ -70,7 +70,7 @@ This image uses [default configuration](https://github.com/apache/storm/blob/v1.
## Logging
This image uses [default logging configuration](https://github.com/apache/storm/tree/v1.1.0/log4j2). All logs go to the `/logs` directory by default.
This image uses [default logging configuration](https://github.com/apache/storm/tree/v2.0.0/log4j2). All logs go to the `/logs` directory by default.
## Data persistence