Re: Collections as Flink job parameters

2019-11-18 Thread Zhu Zhu
Hi Протченко, Yes you cannot get a Map argument from ParameterTool directly. ParameterTool fetches and stores data in the form of string so it's not feasible to support any types of configuration values which may be set by users. A workaround is to convert the map to a string in head and parse it

Collections as Flink job parameters

2019-11-18 Thread Протченко Алексей
  Hello all.   I have a question about providing complex configuration to Flink job. We are working on some kind of platform for running used-defined packages which actually cantain the main business logic. All the parameters we are providing via command line and parse with ParameterTool. That’