Re: Wrong format when passing arguments with space

2022-04-06 Thread huweihua
HI, Kevin I have not reproduced this problem. What is the impact of this problem? Can't get this parameter correctly in user main method? Could you provide a screenshot of the JobManager configuration on the UI > 2022年4月2日 上午10:23,Kevin Lee 写道: > > It's a typo > > I run this demo on yarn cl

Re: Wrong format when passing arguments with space

2022-04-01 Thread Kevin Lee
It's a typo I run this demo on yarn cluster The mode is *"run-application"* instead of "run" ./bin/flink run-application -c com.lmk.QuotaTest --rate 10 --time "2022-03-28 11:53:21" The JM log shows program-args as follow: $internal.application.program-args, --rate;10;--time;'"2022-03-30 1

Wrong format when passing arguments with space

2022-03-27 Thread Kevin Lee
Flink version : 1.13 Bug: When I pass an argument with space by single quota. The main function get this argument with a double quota example: ./bin/flink run -c com.lmk.QuotaTest --rate 10 --time ''2022-03-28 11:53:21" The main function get parameters: 1-rate 2---10 3-time 4---"2022-03