Fix typos in running zookeeper article

reviewable/pr2602/r1
Guillaume Breton 2017-02-16 18:07:10 +00:00 committed by mengyuan
parent cd69b5b1e3
commit 17daf981f7
1 changed files with 2 additions and 2 deletions

View File

@ -580,7 +580,7 @@ env:
key: purge.interval
```
The entry point of the container invokes a bash script, `zkConfig.sh`, prior to
The entry point of the container invokes a bash script, `zkGenConfig.sh`, prior to
launching the ZooKeeper server process. This bash script generates the
ZooKeeper configuration files from the supplied environment variables.
@ -653,7 +653,7 @@ ZK_LOG_DIR=/var/log/zookeeper
### Configuring Logging
One of the files generated by the `zkConfigGen.sh` script controls ZooKeeper's logging.
One of the files generated by the `zkGenConfig.sh` script controls ZooKeeper's logging.
ZooKeeper uses [Log4j](http://logging.apache.org/log4j/2.x/), and, by default,
it uses a time and size based rolling file appender for its logging configuration.
Get the logging configuration from one of Pods in the `zk` StatefulSet.