From db838230e01d7b0a689942ce41911288d15b6697 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Busse?= Date: Fri, 20 Nov 2020 16:35:05 +0100 Subject: [PATCH] Update README --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ff06243..0bf1ab2 100644 --- a/README.md +++ b/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 with e.g. ``` -$ hbase-exporter --zookeeper-server-address=zk-1.acme.internal - --zookeeper-server-address=zk-2.acme.internal - --zookeeper-server-address=zk-3.acme.internal - --export-refresh-rate=60 - --hbck-refresh-rate=1200 +$ 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-3.acme.internal + --export-refresh-rate=60 + --hbck-refresh-rate=1200 ``` or use the systemd-unit and configure the zookeeper servers and refresh rates via the supplied environment file