Flink Slow Execution

2024-01-17 Thread Dulce Morim
Hello, In a single JVM, I'm running multiple flink batch jobs locally using the MiniCluster (Java 17 and Flink 1.18). At the beginning of the process, the Mini Cluster starts pretty much instantly. However, I'm running into an issue where the more jobs I execute the longer the MiniCluster take

Error flink 1.18 not found ExecutionConfig

2023-11-26 Thread Dulce Morim
e.war/org.apache.flink.util.function.FunctionUtils.lambda$uncheckedSupplier$4(FunctionUtils.java:112) ~[flink-core-1.18.0.jar:1.18.0] at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?] ... 3 more Thanks, Dulce Morim

Control insert database with dataset

2018-06-18 Thread Dulce Morim
ent.java:2303) at org.apache.flink.api.java.io.jdbc.JDBCOutputFormat.writeRecord(JDBCOutputFormat.java:205) ... 4 more Only have a generic exception: org.apache.flink.runtime.client.JobExecutionException: Job execution failed. Thanks, Dulce Morim

Keyby connect for a one to many relationship - DataStream API - Ride Enrichment (CoProcessFunction)

2018-03-26 Thread Dulce Morim
ion_key". Is it possible to connect these two streams? In this solution there seems to be a 1 to 1 relationship, but we want a one to many relationship. Should this be solved via another process? Thanks, Dulce Morim