druid.host 변경


 

$ vim conf/druid/single-server/nano-quickstart/_common/common.runtime.properties

 

 

 

 

<ip address>:8888 접속 에러페이지가 안뜨는 오류 해결


 

원인 - CentOS 8의 방화벽 running으로 인해 외부 접속을 차단하여 페이지 접속 불가능

 

$ firewall-cmd --state 

# running 이면 방화벽 중단 
$ systemctl stop firewalld

 

http://<ip address>:8888

외부에서 실행 성공

 

 

참고


드루이드 라우터 설정 - https://druid.apache.org/docs/latest/design/router.html

 

Router Process · Apache Druid

 

druid configuration _common -  http://druidio.cn/docs/0.9.0/configuration/index.html

 

Druid |

Table of Contents API documentation Configuring Druid This describes the common configuration shared by all Druid nodes. These configurations can be defined in the common.runtime.properties file. JVM Configuration Best Practices There are four JVM paramete

druidio.cn

 

'Database > Druid' 카테고리의 다른 글

Druid quickstart - Updating existing data  (0) 2020.08.28
Druid Quickstart  (0) 2020.08.21
How to install Druid 0.19.0 on Cent OS 8  (0) 2020.08.21
How to install Druid 0.13.0 on CentOS 8  (0) 2020.07.31
[MacOS] Druid 설치  (0) 2020.07.23

+ Recent posts