摘要: 1、脚本 #!/bin/bash #1. 判断参数个数 if [ $# -lt 1 ] then echo Not Enough Arguement! exit; fi #2. 遍历集群所有机器, 可以根据自己得机器进行修改 for host in hadoop101 hadoop102 hadoo 阅读全文
posted @ 2021-04-21 16:20 小白啊小白,Fighting 阅读(112) 评论(0) 推荐(0) 编辑
摘要: 1、下载文件 官方文档: http://www.apache-druid.cn/GettingStarted/chapter-2.html https://druid.apache.org/docs/0.19.0/tutorials/index.html下载地址: apache.org/dyn/cl 阅读全文
posted @ 2021-04-21 14:06 小白啊小白,Fighting 阅读(168) 评论(0) 推荐(0) 编辑