Notice
- Today
- Total
Recent Posts
Recent Comments
Link
Tags
- mp4 재생
- Spread
- node.js 설치
- ContextMenuStrip
- <<<<<<<<
- 라즈베리 피이
- RaspberryPi
- MariaDB
- WebViewClient
- c#
- 다중 Filter
- 자동 닫힘
- startActivity
- node.js
- usb 인식 불가
- Raspberry Pi
- 라즈베리파이
- OSHP
- UltraToolbarsManager
- mariaDB 설치
- onPageFinished
- ScrollBarTrackPolicy
- Image icon 변환
- OpenFileDialog
- ubuntu
- .mine
- mariaDB 외부접속
- 동영상 오류
- Ribbon
- ImageList Icon 변환
Archives
Realman's World
OpenTSDB 설치 본문
HBase의 설치 및 Zookeeper의 연결이 완료가 되었다면 본격적으로 OpenTSDB를 설치하도록 한다.
git clone git://github.com/OpenTSDB/opentsdb.git
cd opentsdb
./build.sh
* autoreconf: not found 에러 발생시 dh-autoreconf 추가 설치 필요
apt-get install dh-autoreconf
* Java Heap Space 에러 발생시 JVM 메모리 변경 필요vi /etc/profile
export JAVA_OPTS="-Xms512m -Xmx2048m -XX:MaxPermSize=512m 추가
source /etc/profile
reboot
./build.sh
정상적으로 Compliation 되었다면 build 디렉토리가 생성되고 하위에 tsdb script 역시 생성되어 있을 것이다.
tsdb-XXX.jar 파일 역시 생성되어 있다. (tsdb-2.0.0.jar 가 생성되어 있는 것을 볼 수 있다.)
Comments