上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 39 下一页
摘要: 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 阅读(53) 评论(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 阅读(1398) 评论(3) 推荐(0)
摘要: 插入数据 原文链接:https://blog.csdn.net/u011724872/article/details/106853328/ 阅读全文
posted @ 2022-03-01 17:54 所向披靡zz 阅读(51) 评论(0) 推荐(0)
摘要: 原文链接:https://blog.csdn.net/qq_28863851/article/details/84401489 阅读全文
posted @ 2022-03-01 15:53 所向披靡zz 阅读(24) 评论(0) 推荐(0)
摘要: 原文链接:https://learnku.com/articles/43858 阅读全文
posted @ 2022-03-01 14:25 所向披靡zz 阅读(30) 评论(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 阅读(149) 评论(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 阅读(79) 评论(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 阅读(306) 评论(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 阅读(27) 评论(0) 推荐(0)
摘要: 场景: Java API 连接kudu表 报错信息: Caused by: org.apache.kudu.client.NoLeaderFoundException: Master config (192.168.1.117:7051) has no leader. Exceptions rece 阅读全文
posted @ 2022-02-25 09:17 所向披靡zz 阅读(615) 评论(0) 推荐(0)
上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 39 下一页