Re: ProgramDescription interface

2018-10-21 Thread vino yang
Hi Flavio, Ping Chesnay and Gary for you. Thanks, vino. Flavio Pompermaier 于2018年10月19日周五 下午11:01写道: > Hi to all, > is there any better way to get the list of required parameters by a Flink > job other than implementing ProgramDescription interface and implementing a > long

ProgramDescription interface

2018-10-19 Thread Flavio Pompermaier
Hi to all, is there any better way to get the list of required parameters by a Flink job other than implementing ProgramDescription interface and implementing a long (and somehow structured) getDescription() method? Wouldn't be better to add a List getJobOptions to such interface in order to