[ https://issues.apache.org/jira/browse/FLINK-7095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16346366#comment-16346366 ]
ASF GitHub Bot commented on FLINK-7095: --------------------------------------- Github user zhangminglei commented on the issue: https://github.com/apache/flink/pull/5375 @tillrohrmann It seems that now there is not any ```Option``` be registered for later parse the ```configDir ``` parameter I just checked. I either register the ```configDir``` parameter in somewhere, such as in ```CliFrontendParser``` class or directly use ```TaskManager.parseArgsAndLoadConfig(args);``` to get ```Configuration```. What do you think of this ? @tillrohrmann Thanks. > Add proper command line parsing tool to TaskManagerRunner.main > -------------------------------------------------------------- > > Key: FLINK-7095 > URL: https://issues.apache.org/jira/browse/FLINK-7095 > Project: Flink > Issue Type: Sub-task > Components: Cluster Management > Reporter: Till Rohrmann > Priority: Minor > Labels: flip-6 > > We need to add a proper command line parsing tool to the entry point of the > {{TaskManagerRunner#main}}. At the moment, we are simply using the > {{ParameterTool}} as a temporary solution. -- This message was sent by Atlassian JIRA (v7.6.3#76005)