Update Storm documentation

This commit is contained in:
Elisey Zanko 2019-06-16 17:08:47 +05:00
parent 1f64b34c99
commit 00d2332d91
No known key found for this signature in database
GPG Key ID: 08BBC369B144F2DF
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 ## 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. 1. Using command line arguments.
@ -70,7 +70,7 @@ This image uses [default configuration](https://github.com/apache/storm/blob/v1.
## Logging ## 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 ## Data persistence