tree: 78f2ec7eb71ad4830659bd43a8e8d8b391ba4c8e [path history] [tgz]
  1. src/
  2. pom.xml
  3. README.md
paimon-flink/paimon-flink-action/README.md

Flink Action

This module contains one class FlinkActions.

The reason for extracting it as a separate module is that: When executing the Flink jar job, a jar must be specified. If a paimon-flink.jar is specified, it may cause various classloader issues, as there are also paimon-flink.jar in flink/lib and User Classloader, which will cause classes conflicts.