Fix typos in running zookeeper article

This commit is contained in:
Guillaume Breton
2017-02-16 18:07:10 +00:00
committed by Andrew Chen
parent 05c1dfe76c
commit d0bdf37c1f
@@ -580,7 +580,7 @@ env:
key: purge.interval 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 launching the ZooKeeper server process. This bash script generates the
ZooKeeper configuration files from the supplied environment variables. ZooKeeper configuration files from the supplied environment variables.
@@ -653,7 +653,7 @@ ZK_LOG_DIR=/var/log/zookeeper
### Configuring Logging ### 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, 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. 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. Get the logging configuration from one of Pods in the `zk` StatefulSet.