This project is based on https://github.com/PeterGrace/opentsdb-docker with some modifications. Files required to make a trusted opentsdb Docker such that opentsdb can be used for other projects
This image automatically starts HBase, waits 30 seconds, then attempts to create the opentsdb tables in hbase and then fires up opentsdb. Make sure that you export port 4242 so that you can access opentsdb outside of the container.
- This image has a VOLUME declaration -- if you want to persist your hbase data, use the
-v
argument in docker to store hbase data on local filesystem. - This image has port 16010 exported so that you can use scollector to collect hadoop statistics.