chunjun
chunjun copied to clipboard
A data integration framework
修复file,hive,hbase中调用KerberosUtil.loginAndReturnUgi参数传错bug 方法参数如下 public static UserGroupInformation loginAndReturnUgi(String principal, String keytab, String krb5Conf) hbase中调用 return KerberosUtil.loginAndReturnUgi(conf.get(KerberosUtil.KEY_PRINCIPAL_FILE), principal, keytabFileName); FileSystemUtil调用 return KerberosUtil.loginAndReturnUgi(getConfiguration(hadoopConfig, defaultFs).get((KerberosUtil.KEY_PRINCIPAL_FILE)),principal,keytabFileName); 等调用参数明显传错
### Search before asking - [X] I had searched in the [issues](https://github.com/DTStack/chunjun/issues) and found no similar issues. ### What happened 2022-08-23 15:49:52.052 WARN 51 -- [dfswriter (1/1)] com.dtstack.flinkx.rdb.util.DbUtil : Close...
### Search before asking - [X] I had searched in the [issues](https://github.com/DTStack/chunjun/issues) and found no similar issues. ### What happened ``` { "job": { "content": [ { "reader": { "parameter":...
### Search before asking - [X] I had searched in the [issues](https://github.com/DTStack/chunjun/issues) and found no similar issues. ### What happened 脚本: CREATE TABLE sumsrc( message ROW < `test` varchar, `src_test`...
### Search before asking - [X] I had searched in the [issues](https://github.com/DTStack/chunjun/issues) and found no similar issues. ### What happened 来源数据mysql总数据只有8300万左右 1、source端:执行并发操作,并没有按照切分键均匀查询 切分键为Id 2、hivesink端:执行期间出现两个问题:a、执行过程中移动文件出问题,比如:并发20,先执行完的通道,会将.data文件删除,后面还在执行的通道,找不到.data文件 b|、通道多了 很多通道没有数据直接关闭    ###...
### Search before asking - [X] I had searched in the [issues](https://github.com/DTStack/chunjun/issues) and found no similar issues. ### What happened 问题一:insert 模式下 主键重复 任务直接终止 问题二:insert模式下 配置脏数据存储 也没有用 任务终止 ,张数据表也无数据 ###...
### Search before asking - [ ] I had searched in the [issues](https://github.com/DTStack/chunjun/issues) and found no similar question. - [ ] I had googled my question but i didn't get...
### Search before asking - [X] I had searched in the [issues](https://github.com/DTStack/chunjun/issues) and found no similar issues. ### What happened 1、根据chunjun配置mysql 但是本地或者标准模式下 都无法找到mysqlreport ### What you expected to happen 1、json中配置...
### Search before asking - [x] I had searched in the [issues](https://github.com/DTStack/chunjun/issues) and found no similar question. - [ ] I had googled my question but i didn't get any...
### Search before asking - [X] I had searched in the [issues](https://github.com/DTStack/chunjun/issues) and found no similar issues. ### What happened CHUNJUN_HOME is auto set FLINK_HOME is /opt/flink/flink-1.12.2 HADOOP_HOME is /opt/hadoop/hadoop-2.7.4...