上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 23 下一页
摘要: docker.sh #!/bin/bash images=`kubeadm config images list --kubernetes-version=v1.17.4|awk -F '/' '{print $2}'` for image in $images do docker pull reg 阅读全文
posted @ 2021-03-15 14:02 kpwong 阅读(227) 评论(0) 推荐(0)
摘要: 1:修改/etc/docker/daemon.json文件 { "registry-mirrors": [ "https://kfwkfulq.mirror.aliyuncs.com", "https://2lqq34jg.mirror.aliyuncs.com", "https://pee6w65 阅读全文
posted @ 2021-03-14 22:00 kpwong 阅读(559) 评论(0) 推荐(0)
摘要: flume用户自定义拦截器.创建flume-demo的maven项目. 创建项目文件POM.xml. <dependency> <groupId>org.apache.flume</groupId> <artifactId>flume-ng-core</artifactId> <version>1. 阅读全文
posted @ 2021-03-09 10:18 kpwong 阅读(129) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-03-07 11:55 kpwong 阅读(63) 评论(0) 推荐(0)
摘要: 两个事务: Put事务,take事务 阅读全文
posted @ 2021-03-07 10:31 kpwong 阅读(185) 评论(0) 推荐(0)
摘要: 配置文件 flume-taildir-logger.conf: # Name the components on this agent a1.sources = r1 a1.sinks = k1 a1.channels = c1 # Describe/configure the source a1. 阅读全文
posted @ 2021-03-07 10:09 kpwong 阅读(224) 评论(0) 推荐(0)
摘要: 配置文件flume-dir-hdfs.conf a3.sources = r3 a3.sinks = k3 a3.channels = c3 # Describe/configure the source a3.sources.r3.type = spooldir a3.sources.r3.spo 阅读全文
posted @ 2021-03-06 16:55 kpwong 阅读(71) 评论(0) 推荐(0)
摘要: conf配置文件flume-file-hdfs.conf # Name the components on this agent a2.sources = r2 a2.sinks = k2 a2.channels = c2 # Describe/configure the source a2.sou 阅读全文
posted @ 2021-03-06 16:29 kpwong 阅读(202) 评论(0) 推荐(0)
摘要: flume-netcat-logger.conf 文件编写: # Name the components on this agent a1.sources = r1 a1.sinks = k1 a1.channels = c1 # Describe/configure the source a1.s 阅读全文
posted @ 2021-03-06 10:24 kpwong 阅读(125) 评论(0) 推荐(0)
摘要: 1.二进制部署kubernetes https://www.cnblogs.com/yanyanqaq/p/12607713.html#214%E8%AE%BE%E7%BD%AEyum%E6%BA%90 https://www.cnblogs.com/noah-luo/category/181012 阅读全文
posted @ 2021-01-30 16:07 kpwong 阅读(2180) 评论(0) 推荐(0)
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 23 下一页