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

### Search before asking - [X] I had searched in the [issues](https://github.com/DTStack/chunjun/issues) and found no similar feature requirement. ### Description hdfs到hdfs的同步任务 :数据源有300亿,300个文件,设定并行度为300,任务完成时间为3个小时左右,而spark运行相同的任务仅50多分钟。通过分析chunjun-core 与chunjun-connector-hdfs 代码 猜测是因为metric指标(包括脏数据)处理影响了消费速度,通过摘除chunjun-core中metric指标监控(不包含numWrite),hdfs的同步速度快了三倍。具体的,将去除指标chunjun-core与chunjun-connector-hdfs合并到一起创建了新的hdfs连接器。 ![image](https://github.com/DTStack/chunjun/assets/49160235/ecfb30fc-3fab-47dc-a76e-c8f37f575f72) ### Use case _No...

feature-request

### 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 - [ ] 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 - [ ] 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 question. - [X] I had googled my question but i didn't get any help....

question

### Search before asking - [X] I had searched in the [issues](https://github.com/DTStack/chunjun/issues) and found no similar question. - [X] I had googled my question but i didn't get any help....

question

### Search before asking - [X] I had searched in the [issues](https://github.com/DTStack/chunjun/issues) and found no similar question. - [X] I had googled my question but i didn't get any help....

question

### Search before asking - [X] I had searched in the [issues](https://github.com/DTStack/chunjun/issues) and found no similar issues. ### What happened ![6bd49a4b28ec26a55291d214dd216c0](https://github.com/DTStack/chunjun/assets/29533681/ce497476-10fc-46a5-b7c5-81672a30043a) 以上是我的报错。 ------------------------我是分割线--------------------- ```json { "job": { "content": [ {...

bug

source:binlogreader sink:greenplumreader can not init greenplum jdbc driver java.lang.ClassCastExeception: com.pivotal.jdbc.greenplumbase.ddu cannot be cast to org.postgresql.core.BaseConnection ![image](https://user-images.githubusercontent.com/51039558/231103561-9840b3fb-60a8-4e61-9d43-6cd6dcb531ea.png) json: ![image](https://user-images.githubusercontent.com/51039558/231103759-9088ed21-e9a0-4b5f-95c4-73a8c3a0e772.png)

### Search before asking - [X] I had searched in the [issues](https://github.com/DTStack/chunjun/issues) and found no similar feature requirement. ### Description hive目前不支持update和delete?后续会考虑吗?hudi等有机会支持吗? ### Use case _No response_ ### Related issues _No...

feature-request