Notice
- Today
- Total
Recent Posts
Recent Comments
Link
Tags
- UltraToolbarsManager
- node.js 설치
- 다중 Filter
- RaspberryPi
- 라즈베리 피이
- MariaDB
- 라즈베리파이
- OpenFileDialog
- <<<<<<<<
- ImageList Icon 변환
- .mine
- Raspberry Pi
- Ribbon
- WebViewClient
- 자동 닫힘
- Image icon 변환
- OSHP
- startActivity
- 동영상 오류
- ContextMenuStrip
- onPageFinished
- mariaDB 외부접속
- ScrollBarTrackPolicy
- usb 인식 불가
- mp4 재생
- ubuntu
- Spread
- node.js
- c#
- mariaDB 설치
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