tree: 4b20e75030ca4ba361cbd6b428fb7244cd6468c3 [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.