git clone https://github.com/OpenTSDB/opentsdb
cd opentsdb
./build.sh
opentsdb.conf를 수정
./build/tsdb tsd
옵션을 지정할 수도 있음
./build/tsdb tsd --port=4242 --staticroot=build/staticroot --cachedir=${TMPDIR-'/tmp'}/tsd
[main] HBaseClient: Lost connection with the .META. region Exception in thread "main" java.lang.RuntimeException: Initialization failed
테이블을 만들지 않아서 생긴 문제임. 다음 명령 실행
env COMPRESSION=NONE HBASE_HOME=/home/terzeron/apps/hbase-1.1.1 src/create_table.sh