摘要:
1、脚本 #!/bin/bash #1. 判断参数个数 if [ $# -lt 1 ] then echo Not Enough Arguement! exit; fi #2. 遍历集群所有机器, 可以根据自己得机器进行修改 for host in hadoop101 hadoop102 hadoo 阅读全文
摘要:
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 阅读全文