lujisen
lujisen
 chunjun在加载类的时候默认只加载了chun-开头的jar包,其他jar无法加载,如果需要写入hive orc表,只需要在/opt/chunjun-1.12.5/chunjun-dist/connector/hive3下将hive-exec*.jar修改为chunjun-hive-exec*.jar即可,其他jar参照即可
@shaolei7788 ftp_ftp 一直报错空指针,有没有遇到过,我直接拿的官方的ftp_ftp.json文件修改的,  { "job":{ "content":[ { "reader":{ "parameter":{ "path":"/var/ftp/test/data.csv", "protocol":"ftp", "port":21, "isFirstLineHeader":false, "host":"xx.xx.xx.xx", "column":[ { "index":0, "type":"int", "name": "id" }, { "index":1, "type":"int", "name": "status" }, { "index":2,...