Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The above illustrates some of the design considerations in the process of integrating Flink with Hudi. Next, let's describe our design. The DAG of the job can be represented by the following diagram:

Image Modified

From the above picture, we can see that it is a pipeline without branches. Let's introduce the purpose of each operator:

...