How can I add config file as classpath in taskmgr node when submitting a flink job?
Posted by
wanglei2@geekplus.com.cn on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/How-many-task-managers-to-launch-for-a-job-tp27983p28014.html
When starting a single node java application, I can add some config file to it.
How can i implenment it when submitting a flink job? The config file need to be read from taskMgr node and used to initialize some classess.