当前位置: 代码迷 >> 综合 >> Druid 安装部署
  详细解决方案

Druid 安装部署

热度:90   发布时间:2023-12-16 11:34:33.0

准备工作

  1. jdk 1.8(jdk1.8.0_231) (官网下载)
  2. Linux centos 7.x
  3. apache-druid-0.16.1-incubating-bin.tar.gz (官网下载)

安装启动

 

tar -xzf apache-druid-0.16.1-incubating-bin.tar.gz cd apache-druid-0.16.1-incubating

cd apache-druid-0.16.1-incubating

./bin/start-micro-quickstart

 

 

错误日志:

Unrecognized VM option 'ExitOnOutOfMemoryError'
Did you mean 'OnOutOfMemoryError=<value>'?
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.

原因是jdk1.8的版本太低,下载jdk1.8最新版本

启动成功, http://localhost:8888 访问

  相关解决方案