摘要: 废话不多说直接上代码: cat info.txt s_1,1547718120,32.1 s_6,1547718297,17.8 s_7,1547718299,9.5 s_10,1547718205,39.1 s_1,1547718207,37.2 s_3,1547718215,35.6 s_1,1 阅读全文
posted @ 2021-01-07 14:28 Leo-Wong 阅读(3478) 评论(0) 推荐(0) 编辑
摘要: flink输出kafka操作 阅读全文
posted @ 2021-01-05 18:27 Leo-Wong 阅读(1296) 评论(1) 推荐(0) 编辑
摘要: 卸载mysql的原始安装包 阅读全文
posted @ 2020-12-10 19:07 Leo-Wong 阅读(303) 评论(0) 推荐(0) 编辑
摘要: 早期在安装集群的时候并没有需求要支持snappy压缩,所以只能后面将snappy压缩配置上去 找了很多资料,在配置hadoop支持snappy压缩的时候讲得比较简略,我照着配置一直都是snappy:false。网上找了一圈也没有找到一份比较详细的完整资料,没办法,只能硬刚了,好在最终配置成功了,在这 阅读全文
posted @ 2020-08-03 20:35 Leo-Wong 阅读(1196) 评论(0) 推荐(0) 编辑
摘要: [root@hadoop102 hadoop-snappy-master]# mvn package -Dsnappy.prefix=/usr/local [WARNING] [WARNING] Some problems were encountered while building the ef 阅读全文
posted @ 2020-08-02 17:04 Leo-Wong 阅读(1365) 评论(0) 推荐(1) 编辑
摘要: 异常信息: Container killed on request. Exit code is 143 Container exited with a non-zero exit code 143 Failing this attempt. Failing the application. at o 阅读全文
posted @ 2020-08-02 12:09 Leo-Wong 阅读(363) 评论(0) 推荐(0) 编辑
摘要: 首先,进入hadoop/bin目录,执行:hadoop fs (相当于:man),可以看到有很多的操作选项,如下: 查看文件列表: hadoop fs -ls /文件路径 创建文件: hadoop fs -touchz /test.txt 在/目录下创建一个空文件test.txt 创建文件夹: ha 阅读全文
posted @ 2020-08-01 12:54 Leo-Wong 阅读(142) 评论(0) 推荐(0) 编辑
摘要: 搭建的kafka集群启动报错连接zookeeper超时,异常信息: [2020-08-01 08:55:52,450] INFO Terminate ZkClient event thread. (org.I0Itec.zkclient.ZkEventThread) [2020-08-01 08:5 阅读全文
posted @ 2020-08-01 09:23 Leo-Wong 阅读(1897) 评论(0) 推荐(0) 编辑