Update README
This commit is contained in:
parent
d63eba51c3
commit
db838230e0
10
README.md
10
README.md
@ -50,11 +50,11 @@ $ cp -R hbase-protobuf-python /usr/local/lib
|
|||||||
The exporter needs to know about the ZooKeeper servers to connect to, so start
|
The exporter needs to know about the ZooKeeper servers to connect to, so start
|
||||||
the exporter with e.g.
|
the exporter with e.g.
|
||||||
```
|
```
|
||||||
$ hbase-exporter --zookeeper-server-address=zk-1.acme.internal
|
$ PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION="python" hbase-exporter --zookeeper-server-address=zk-1.acme.internal
|
||||||
--zookeeper-server-address=zk-2.acme.internal
|
--zookeeper-server-address=zk-2.acme.internal
|
||||||
--zookeeper-server-address=zk-3.acme.internal
|
--zookeeper-server-address=zk-3.acme.internal
|
||||||
--export-refresh-rate=60
|
--export-refresh-rate=60
|
||||||
--hbck-refresh-rate=1200
|
--hbck-refresh-rate=1200
|
||||||
```
|
```
|
||||||
or use the systemd-unit and configure the zookeeper servers and refresh rates via the supplied environment file
|
or use the systemd-unit and configure the zookeeper servers and refresh rates via the supplied environment file
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user