上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 21 下一页
摘要: 阅读全文
posted @ 2021-11-29 09:55 jason47 阅读(19) 评论(0) 推荐(0) 编辑
摘要: Camunda app基本模块 阅读全文
posted @ 2021-11-29 09:54 jason47 阅读(38) 评论(0) 推荐(0) 编辑
摘要: 问题一:Exception in thread "Thread-2" java.lang.NoClassDefFoundError: org/codehaus/janino/InternalCompilerException <dependency> <groupId>org.apache.spar 阅读全文
posted @ 2021-11-26 16:24 jason47 阅读(109) 评论(0) 推荐(0) 编辑
摘要: 注意:需要将hadoop的相关jar包复制到flume下面 1. flume-conf.properties的配置 a1.sources = r1 a1.sinks = k1 sink-hdfs a1.channels = c1 chn-hdfs #tail -F 注意exec只适合测试,可以使用T 阅读全文
posted @ 2021-11-23 17:22 jason47 阅读(152) 评论(0) 推荐(0) 编辑
摘要: 1. NoClassDefFoundError报错 Failed to start agent because dependencies were not found in classpath. Error follows. java.lang.NoClassDefFoundError: org/a 阅读全文
posted @ 2021-11-23 16:41 jason47 阅读(486) 评论(0) 推荐(1) 编辑
摘要: 1.下载解压:hadoop-2.7.7.tar 2.修改配置文件etc/hadoop/hadoop-env.sh export JAVA_HOME=/usr/java/latest 3.尝试命令 $ bin/hadoop 4.伪分布式配置 etc/hadoop/core-site.xml: <con 阅读全文
posted @ 2021-11-23 16:33 jason47 阅读(20) 评论(0) 推荐(0) 编辑
摘要: SELECT * FROM jupiter.storage s where (select count(*) from jupiter.storage where code_ax=s.code_ax and code_goods=s.code_goods and code_k3=s.code_k3 阅读全文
posted @ 2021-11-18 16:08 jason47 阅读(34) 评论(0) 推荐(0) 编辑
摘要: 安装 sudo apt-get install vsftpd 新建目录 mkdir /home/ftp 新建账号 sudo useradd -d /home/ftp -s /bin/bash zhugeliang 设置密码 sudo passwd zhugeliang Enter xxxxx pas 阅读全文
posted @ 2021-11-12 15:18 jason47 阅读(124) 评论(0) 推荐(0) 编辑
摘要: 问题:安装完flume并sink到kafka,运行后提示 java.io.IOException: Can't resolve address: vm-10-15-7-72.abc.com:9092 解决: vim /etc/hosts 增加 10.15.7.72 vm-10-15-7-72.abc 阅读全文
posted @ 2021-11-11 16:46 jason47 阅读(132) 评论(0) 推荐(0) 编辑
摘要: Lambda表达式可分为表达式lambda和语句lambda 表达式lambda:表达式位于 => 运算符右侧的lambda表达式称为表达式lambda (input parameters) => expression //表达式lambda 例如 (x, y) => x == y 语句lambda 阅读全文
posted @ 2021-11-11 14:17 jason47 阅读(27) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 21 下一页