上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 34 下一页
摘要: Collections.sort(list, new Ordering<QtmSysUserListDto>() { @Override public int compare(QtmSysUserListDto arg0, QtmSysUserListDto arg1) { if(arg0.getF 阅读全文
posted @ 2022-03-17 09:46 所向披靡zz 阅读(180) 评论(0) 推荐(0) 编辑
摘要: pom文件 <dependencies> <dependency> <groupId>org.apache.hive</groupId> <artifactId>hive-exec</artifactId> <version>3.0.0</version> </dependency> <depend 阅读全文
posted @ 2022-03-13 21:03 所向披靡zz 阅读(42) 评论(0) 推荐(0) 编辑
摘要: oracle19c 开启logminer同步数据,报错 19c:Caused by: java.sql.SQLException: ORA-44609: CONTINOUS_MINE 已经不支持用于 DBMS_LOGMNR.START_LOGMNR。 阅读全文
posted @ 2022-03-04 22:30 所向披靡zz 阅读(1239) 评论(3) 推荐(0) 编辑
摘要: 插入数据 原文链接:https://blog.csdn.net/u011724872/article/details/106853328/ 阅读全文
posted @ 2022-03-01 17:54 所向披靡zz 阅读(37) 评论(0) 推荐(0) 编辑
摘要: 原文链接:https://blog.csdn.net/qq_28863851/article/details/84401489 阅读全文
posted @ 2022-03-01 15:53 所向披靡zz 阅读(17) 评论(0) 推荐(0) 编辑
摘要: 原文链接:https://learnku.com/articles/43858 阅读全文
posted @ 2022-03-01 14:25 所向披靡zz 阅读(21) 评论(0) 推荐(0) 编辑
摘要: 问题:streamsets上传扩展jar包报错 报错:REST_1003 - Failed to create directory: lib 解决方法一: 上传jar包到/opt/cloudera/parcels/STREAMSETS_DATACOLLECTOR-3.20.0/api-lib 或/o 阅读全文
posted @ 2022-02-28 11:10 所向披靡zz 阅读(118) 评论(0) 推荐(0) 编辑
摘要: mysql -> kudu 使用streamsets同步mysql数据到kudu报错 如果mysql 中有tinyint 字段,在写入kudu的时候会报错 KUDU_09 – Field ‘/deleted’ does not match destination type ‘BYTE’: com.s 阅读全文
posted @ 2022-02-25 17:00 所向披靡zz 阅读(64) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/lilei2blog/p/15670920.html pom.xml <!-- 指定仓库位置,依次为aliyun、cloudera和jboss仓库 --> <repositories> <repository> <id>aliyun</id> <url 阅读全文
posted @ 2022-02-25 16:47 所向披靡zz 阅读(274) 评论(0) 推荐(0) 编辑
摘要: <dependency> <groupId>com.oracle</groupId> <artifactId>ojdbc8</artifactId> <version>12.2.0.1.0</version> </dependency> 原文连接:https://www.cnblogs.com/ca 阅读全文
posted @ 2022-02-25 16:23 所向披靡zz 阅读(23) 评论(0) 推荐(0) 编辑
上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 34 下一页