chunjun icon indicating copy to clipboard operation
chunjun copied to clipboard

A data integration framework

Results 293 chunjun issues
Sort by recently updated
recently updated
newest added

修复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...

bug

### 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":...

bug

### 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`...

bug

### 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|、通道多了 很多通道没有数据直接关闭 ![image](https://user-images.githubusercontent.com/34857750/185526441-53b82214-386f-4ae5-8ee4-a7f5e5280ef1.png) ![image](https://user-images.githubusercontent.com/34857750/185526144-4ea1ae75-b2af-4792-af29-4632b55d5947.png) ![image](https://user-images.githubusercontent.com/34857750/185526688-01ea68a9-dfe6-415c-89c8-b28172e33dea.png) ###...

bug

### 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模式下 配置脏数据存储 也没有用 任务终止 ,张数据表也无数据 ###...

bug

### 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...

question

### 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中配置...

bug

### 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...

question

### 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...

bug