[Improvement][Task Plugin] Modify the comment of 'deployMode'. (#12163)

This commit is contained in:
FlechazoW 2022-10-07 21:21:13 +08:00 committed by GitHub
parent 7beff83e9f
commit 0687697869
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,7 +55,7 @@ public class ChunJunParameters extends AbstractParameters {
private String others;
/**
* deploy mode local standlone yarn-session yarn-per-job
* deploy mode: [local, standalone, yarn-session, yarn-per-job]
*/
private String deployMode;