Hisoka-X commented on code in PR #6843: URL: https://github.com/apache/seatunnel/pull/6843#discussion_r1634754951
########## docs/en/concept/JobEnvConfig.md: ########## @@ -33,6 +33,10 @@ This parameter configures the parallelism of source and sink. Used to control the default retry times when a job fails. The default value is 3, and it only works in the Zeta engine. +### savemode.execute.location + +This parameter is used to specify the location of the savemode when the job is executed in the Zeta engine. The default value is `CLUSTER`, which means that the savemode is executed on the cluster. If you want to execute the savemode on the client, you can set it to `CLIENT`. Review Comment: done -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
