Druid

Apache Druid local 실행

justbagmeg 2023. 9. 3. 12:51

실행 환경

OS: ubuntu 20.04

드루이드 버전: 27.0.0 [바이너리 다운로드 링크], [릴리즈 노트]

 

드루이드 바이너리 실행

1. 바이너리 파일 다운로드

wget https://dlcdn.apache.org/druid/27.0.0/apache-druid-27.0.0-bin.tar.gz

2. 압축 해제

tar -xzf apache-druid-27.0.0-bin.tar.gz

3. druid 실행

cd apache-druid-27.0.0/bin
./start-micro-quickstart

bin 디렉토리에 있는 start-[micro, nano]-quickstart, start-single-server-[small, medium, large, xlarge] 예시 프로그램 중 하나를 실행하면 된다. 

27.0.0 기준으로는 deprecated 됐지만 quickstart 가 요구하는 사양은 아래와 같다.

상당히 많은 자원을 필요로 한다.

Web console 접속

드루이드는 기본으로 web console을 제공한다.

web console을 이용해 supervisor 생성, 드루이드 서비스 상태 확인 등의 작업을 할 수 있다.

web console의 기본 접속 url은 localhost:8888 이다.


참고 사이트

 

Download | Apache® Druid

Download

druid.apache.org

 

Single server deployment | Apache® Druid

<!--

druid.apache.org

 

'Druid' 카테고리의 다른 글

Apache Druid 설정 변경하기  (0) 2023.09.03
Apache Druid 27.0.0 Deep Storage Query 테스트 실패 과정  (0) 2023.08.29