摘要: 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) 编辑
摘要: 场景: 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 阅读(542) 评论(0) 推荐(0) 编辑