Skip to content

Commit

Permalink
[doc] Document setting custom synchronization job name (apache#2327)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuzelin authored Nov 16, 2023
1 parent 7d4731f commit 262f7c8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/content/cdc-ingestion/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,8 @@ behaviors of `RENAME TABLE` and `DROP COLUMN` will be ignored, `RENAME COLUMN` w
5. MySQL BIT(1) type will be mapped to Boolean.
6. When using Hive catalog, MySQL TIME type will be mapped to STRING.
7. MySQL BINARY will be mapped to Paimon VARBINARY. This is because the binary value is passed as bytes in binlog, so it
should be mapped to byte type (BYTES or VARBINARY). We choose VARBINARY because it can retain the length information.
should be mapped to byte type (BYTES or VARBINARY). We choose VARBINARY because it can retain the length information.

## Setting Custom Job Name

Use `-Dpipeline.name=<job-name>` to set custom synchronization job name.

0 comments on commit 262f7c8

Please sign in to comment.