摘要:
flume提供fail over和load balance功能 1.添加collector配置(配置两个collector) # Name the components on this agents1.sources = r1s1.sinks = k1s1.channels = c1 # Descr 阅读全文
摘要:
角色 Source 数据来源 (exec, kafka, http…)Channel 数据通道 (memory,file,jdbc)Sink 数据目的地 (kafka,hdfs,es…) Agent 代理,负责从source中采集数据,发送给collectorCollector 收集者,收集agen 阅读全文
摘要:
阅读全文
摘要:
Kafka配置优化 https://www.jianshu.com/p/f62099d174d9 1.安装&配置 下载tar包 解压后即可使用 修改配置文件 将server.properties复制和修改为三个配置文件(为启动3个kafka服务做准备) 设置broker.id,集群中各节点的标识,要 阅读全文
摘要:
阅读全文
摘要:
Kubernetes官网提供的安装指引使用的google的yum源,正常情况下无法使用,这里使用阿里的yum源来安装。 参考这2篇博客 https://blog.myzony.com/centos-7-4-an-zhuang-k8s-v1-11-0-ji-qun-suo-yu-dao-de-wen- 阅读全文