lujisen

Results 2 comments of lujisen

![image](https://user-images.githubusercontent.com/28383245/191406172-5366698c-40a3-4a36-abaa-10c28a26b551.png) 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文件修改的, ![image](https://user-images.githubusercontent.com/28383245/191731257-7685235e-ab5b-406e-91df-d5d01cfdfeb1.png) { "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,...