wyl9527 2017-02-20 11:31 采纳率: 0%
浏览 3117
已结题

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"

  • 写回答

2条回答 默认 最新

  • 战在春秋 2017-02-20 11:39
    关注

    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

    评论

报告相同问题?