摘要:
原文链接:https://learnku.com/articles/43858 阅读全文
摘要:
问题:streamsets上传扩展jar包报错 报错:REST_1003 - Failed to create directory: lib 解决方法一: 上传jar包到/opt/cloudera/parcels/STREAMSETS_DATACOLLECTOR-3.20.0/api-lib 或/o 阅读全文
摘要:
mysql -> kudu 使用streamsets同步mysql数据到kudu报错 如果mysql 中有tinyint 字段,在写入kudu的时候会报错 KUDU_09 – Field ‘/deleted’ does not match destination type ‘BYTE’: com.s 阅读全文
摘要:
https://www.cnblogs.com/lilei2blog/p/15670920.html pom.xml <!-- 指定仓库位置,依次为aliyun、cloudera和jboss仓库 --> <repositories> <repository> <id>aliyun</id> <url 阅读全文
摘要:
<dependency> <groupId>com.oracle</groupId> <artifactId>ojdbc8</artifactId> <version>12.2.0.1.0</version> </dependency> 原文连接:https://www.cnblogs.com/ca 阅读全文
摘要:
场景: Java API 连接kudu表 报错信息: Caused by: org.apache.kudu.client.NoLeaderFoundException: Master config (192.168.1.117:7051) has no leader. Exceptions rece 阅读全文
摘要:
场景: streamsets同步oracle表数据到另一张oracle 表中 streamsets报错信息: java.lang.NullPointerException: record cannot be null 解决方案: 同步带有主键的表 阅读全文
摘要:
一、下载 https://www.oracle.com/cn/database/enterprise-edition/downloads/oracle-db11g-linux.html 二、环境配置 1、系统环境 (1)关闭selinux服务 # sed -i '/^SELINUX=/cSELINU 阅读全文
摘要:
FR 报表链接跳转查看文档 window.open( "http://172.16.0.60:8080/webroot/Induction-doc/Offer-"+name+".pdf" ) 阅读全文
摘要:
function(){ var a=this.value/10000; var b=a.toFixed(2); return this.seriesName+' '+b+"万";} function(){ var points = this.points; var value = "<b><font 阅读全文