Created 01-12-2017 07:42 PM
Hello -
is it possible for me to have multiple instances in OpenTSDB - each instance pointing to a separate Hbase tables for storing timeseries data.
eg. Install 1 - will write data to table - tsdb
Created 01-14-2017 01:52 AM
@Karan Alang I haven't tried this myself but there are some helpful tips below. You would need to create the OpenTSDB instances with different table names but looks like in recent OpenTSDB versions, instead of being able to configure this via CLI argument, you would need to set this in the config properties file
https://groups.google.com/forum/#!topic/opentsdb/nZ59_xMaRvo
http://stackoverflow.com/questions/18951195/configure-multiple-opentsdb-to-use-single-hbase-backend
Created 01-14-2017 01:42 AM
@Ali Bajwa - any ideas on this ?
Created 01-14-2017 01:52 AM
@Karan Alang I haven't tried this myself but there are some helpful tips below. You would need to create the OpenTSDB instances with different table names but looks like in recent OpenTSDB versions, instead of being able to configure this via CLI argument, you would need to set this in the config properties file
https://groups.google.com/forum/#!topic/opentsdb/nZ59_xMaRvo
http://stackoverflow.com/questions/18951195/configure-multiple-opentsdb-to-use-single-hbase-backend
Created 01-17-2017 06:50 PM
@Ali Bajwa - thanks, i was able to get it to work based on the missing parameters specified in link
https://groups.google.com/forum/#!topic/opentsdb/nZ59_xMaRvo