Registry / other / flink-table-planner-blink-2-11

flink-table-planner-blink-2-11

JSON →
library1.13.6javamavenunverified

Bridges the Table/SQL API and runtime for Apache Flink, providing the Blink planner for stream and batch processing.

<dependency> <groupId>org.apache.flink</groupId> <artifactId>flink-table-planner-blink_2.11</artifactId> <version>1.13.6</version> </dependency>
INSTALL
IMPORT
SIG · FLINK-TABLE-PLANNE
F
flink-table-planner-blink-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.

BlinkPlanner
org.apache.flink.table.planner.delegation.BlinkPlanner

Initializes a Flink TableEnvironment with the Blink planner.

import org.apache.flink.table.api.EnvironmentSettings; import org.apache.flink.table.api.TableEnvironment; import org.apache.flink.table.planner.delegation.BlinkPlanner; EnvironmentSettings settings = EnvironmentSettings.newInstance().useBlinkPlanner().inStreamingMode().build(); TableEnvironment tEnv = TableEnvironment.create(settings); BlinkPlanner planner = (BlinkPlanner) tEnv.getPlanner(); System.out.println("Blink planner initialized");
Debug
Known issues
breakingThe Blink planner is deprecated in Flink 1.14+; use the default planner instead.
fix
Remove .useBlinkPlanner() call to use the default planner.
affects: >=1.14
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-table-planner-blink-2-11 — mvn dependency:get flink-table-planner-blink-2-11 · libregistry