Registry / other / flink-runtime-2-11

flink-runtime-2-11

JSON →
library1.13.6javamavenunverified

Core runtime module for Apache Flink, compiled for Scala 2.11.

<dependency> <groupId>org.apache.flink</groupId> <artifactId>flink-runtime_2.11</artifactId> <version>1.13.6</version> </dependency>
INSTALL
IMPORT
SIG · FLINK-RUNTIME-2-11
F
flink-runtime-2-11
otherjavav1.13.6
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.

JobGraph
org.apache.flink.runtime.jobgraph.JobGraph

Create a Flink job graph.

import org.apache.flink.runtime.jobgraph.JobGraph; import org.apache.flink.runtime.jobgraph.JobVertex; JobVertex vertex = new JobVertex("source"); JobGraph graph = new JobGraph("myJob", vertex); System.out.println("Job graph created with " + graph.getNumberOfVertices() + " vertices");
Debug
Known issues
breakingScala 2.11 is outdated; Flink 1.13.x is the last major release supporting it.
fix
Upgrade to Scala 2.12 or 2.13 and use corresponding Flink artifacts.
affects: >=1.13.0
Upgrade
Version history
1.13.6latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
flink-runtime-2-11 — mvn dependency:get flink-runtime-2-11 · libregistry