opentsdb的安装工程中遇到下面的问题

执行env COMPRESSION=NONE HBASE_HOME=/opt/hadoop/hbase ./src/create_table.sh 这句命令的时候,报tsdb,tsdb-uid都已经存在。
执行启动命令 ./build/tsdb tsd --port=4242 --staticroot=build/staticroot --cachedir=/tmp/tsdtmp –zkquorum=172.24.5.173,172.24.5.174,172.24.5.175 --auto-metric 的时候报错:

Caused by: com.stumbleupon.async.DeferredGroupException: At least one of the Deferreds failed, first exception:

org.hbase.async.TableNotFoundException: "tsdb"

The error lies in TableNotFoundException: "tsdb" so presumably you didn't create the table, or didn't create properly, using the create_table.sh script provided with OpenTSDB

执行env COMPRESSION=NONE HBASE_HOME=/opt/hadoop/hbase ./src/create_table.sh 这句命令的时候,报tsdb,tsdb-uid都已经存在。
执行启动命令 ./build/tsdb tsd --port=4242 --staticroot=build/staticroot --cachedir=/tmp/tsdtmp –zkquorum=172.24.5.173,172.24.5.174,172.24.5.175 --auto-metric 的时候就报没有tsdb表,或者说没有tsdb-uid