2
votes

I have to configure multiple openTSDB to put data into a sinfle HBase. Out of all TSD, one would be running local to Hbase and others would be remote. For which I tried running TSD with the extra argument of --zkquorum=xxx:xxx:xxx:xxx:YY, though it was able to connect but gave some exception inside. Can someone please tell me what all I have to configure to run multiple TSD to use single Hbase.

1
What exception did you get? - tsuna
Thanks for the reply. I got the connection refused. Might be I am missing something or doing it incorrectly, so can you please brief me what all things we need to do to setup multiple remote TSD instances for a single HBase instance with multi node clusters. - Udit Bhatia

1 Answers

3
votes

If you followed the instructions at http://opentsdb.net/setup-hbase.html to setup a single-node cluster, you'd need to remove the properties hbase.zookeeper.dns.interface and hbase.regionserver.dns.interface and hbase.master.dns.interface so that HBase and ZooKeeper don't bind to localhost.