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

提供了http connector,但没有具体的使用说明文档,希望能够在文档里面完善补充下。 两个具体问题: 1、现在是默认每隔3s去调用一次接口嘛? ``` 2022-03-07 16:08:09.078 [Legacy Source Thread - Source: httpsourcefactory -> Sink: streamsinkfactory (1/1)#0] INFO com.dtstack.flinkx.connector.stream.util.TablePrintUtil - +-------------------------------------------------------------------------------------+ | col0 | +-------------------------------------------------------------------------------------+ | {"date":"03-07-2022","milliseconds_since_epoch":1646640488971,"time":"08:08:08 AM"} | +-------------------------------------------------------------------------------------+...

feature-request

{"root-exception":"org.apache.flink.runtime.JobException: Recovery is suppressed by FailureRateRestartBackoffTimeStrategy(FailureRateRestartBackoffTimeStrategy(failuresIntervalMS=60000,backoffTimeMS=1000,maxFailuresPerInterval=2) at org.apache.flink.runtime.executiongraph.failover.flip1.ExecutionFailureHandler.handleFailure(ExecutionFailureHandler.java:118) at org.apache.flink.runtime.executiongraph.failover.flip1.ExecutionFailureHandler.getFailureHandlingResult(ExecutionFailureHandler.java:80) at org.apache.flink.runtime.scheduler.DefaultScheduler.handleTaskFailure(DefaultScheduler.java:233) at org.apache.flink.runtime.scheduler.DefaultScheduler.maybeHandleTaskFailure(DefaultScheduler.java:224) at org.apache.flink.runtime.scheduler.DefaultScheduler.updateTaskExecutionStateInternal(DefaultScheduler.java:215) at org.apache.flink.runtime.scheduler.SchedulerBase.updateTaskExecutionState(SchedulerBase.java:666) at org.apache.flink.runtime.scheduler.SchedulerNG.updateTaskExecutionState(SchedulerNG.java:89) at org.apache.flink.runtime.jobmaster.JobMaster.updateTaskExecutionState(JobMaster.java:446) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at...

bug

自定义flink jobId,如果传了jobId 就用指定的jobId,如果没传就使用flink自动生成的jobId

feature-request

在redis的sink配置中添加prefix字段,类型为string,写入sink的数据的key能够根据有无这个前缀决定是否加上,如果加上,则key为原来的key前面加上前缀以及分隔符。

如题,对 chunjun 很感兴趣,但太懂代码,希望手上的产品数据采集可以用上 chunjun ,我该怎么做呢?

**Describe the bug** try to read mysql and write to hdfs in parquet type batch model , mysql have decimal(10,2) type ,if I define this in mysqlreader got Unsupported type...

bug

## General Question { "fields": [ { "javaObject": "xxx", "binarySection": { "segments": [ { "heapMemory": [ 49, 50, 48, 55, 48, 54, 57, 53 ], "address": 16, "addressLimit": 24, "size":...

![image](https://user-images.githubusercontent.com/104356714/165070769-6b1a7464-9d5c-4d99-8abd-1de62ba5a276.png) { "job": { "content": [{ "reader": { "name": "binlogreader", "parameter": { "cat": "insert,update,delete", "filter": "canal\\.test.*", "host": "192.168.1.211", "jdbcUrl": "jdbc:mysql://192.168.1.211:3309/xxx?characterEncoding=UTF-8&useSSL=false", "password": "root", "pavingData": false, "port": 3309, "splitUpdate": false, "table": [""],...

bug

standalone启动,flink配置如下 state.backend: filesystem state.checkpoints.dir: file:///data/flink-checkpoints state.savepoints.dir: file:///data/flink-savepoints

bug

chunjun kudu json filter 过滤条件怎么使用有用例或文档吗?文档中这个链接已经无法访问了。 https://docs.kudu.com/manual/crud/#read-operations