yarn.ship-files only works in yarn environment. Maybe you could use a custom Docker entry point[1] like Austin said.
[1]https://nightlies.apache.org/flink/flink-docs-master/docs/deployment/resource-providers/standalone/docker/#further-customization > 2022年4月20日 上午1:19,Great Info <gubt...@gmail.com> 写道: > > I am deploying as a docker on our servers, due to some restrictions I can > only pass Keystore URLs. > > one option is yarn.ship-files !. can you help me with pointing to the sample > code, and how job manager can ship this file? > > download as part of job's main function and send to all task managers.. will > this work?