Registry / networking / flink-clients

flink-clients

JSON →
library2.2.0javamavenunverified

Apache Flink Clients provides the client libraries for submitting and managing Flink jobs from external applications.

<dependency> <groupId>org.apache.flink</groupId> <artifactId>flink-clients</artifactId> <version>2.2.0</version> </dependency>
INSTALL
IMPORT
SIG · FLINK-CLIENTS
F
flink-clients
networkingjavav2.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ClusterClient
org.apache.flink.client.program.ClusterClient

Submit a Flink job using the cluster client.

import org.apache.flink.client.program.ClusterClient; public class Example { public void submitJob() throws Exception { ClusterClient<?> client = ClusterClient.create(); client.submitJob(null); } }
Debug
Known issues
breakingFlink client API changed significantly between versions 1.x and 2.x.
fix
Check Flink migration guide for breaking changes in client API.
affects: >=2.0.0
Upgrade
Version history
2.2.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
OpenAI (training)
1
Resources
flink-clients — mvn dependency:get flink-clients · libregistry