大数据分析框架Druid安装
Zookeeper安装下载:wget https://mirrors.tuna.tsinghua.edu.cn/apache/zookeeper/zookeeper-3.4.14/zookeeper-3.4.14.tar.gztar -zxvf zookeeper-3.4.14.tar.gzcd zookeeper-3.4.14启动:#将ZK提供的事例配置修改为正式配置cp conf/zoo_sa
·
Zookeeper安装
下载:
wget https://mirrors.tuna.tsinghua.edu.cn/apache/zookeeper/zookeeper-3.4.14/zookeeper-3.4.14.tar.gz
tar -zxvf zookeeper-3.4.14.tar.gz
cd zookeeper-3.4.14
启动:
#将ZK提供的事例配置修改为正式配置
cp conf/zoo_sample.cfg conf/zoo.cfg
#启动ZK服务
./bin/zkServer.sh start
通过jps看到ZK线程QuorumPeerMain。
Druid安装
wget https://mirrors.tuna.tsinghua.edu.cn/apache/druid/0.18.0/apache-druid-0.18.0-bin.tar.gz
tar zxvf apache-druid-0.18.0-bin.tar.gz
cd apache-druid-0.18.0
bin/start-micro-quickstart
更多推荐
所有评论(0)