wangyang0918 commented on PR #168: URL: https://github.com/apache/flink-kubernetes-operator/pull/168#issuecomment-1101934289
@Aitozi It will be great and makes things easier if the upstream Flink could support remote user jars directly. Benefit from YARN distributed cache, the YARN application mode have already support HDFS user jars. But this is not the top priority since we could get this done in the flink-kubernetes-operator project first. Given that users specify a remote user jar via `.spec.job.jarURI`, then the operator could inject an init-container to download the jars automatically. Let's narrow down the scope of FLINK-27161 to only support fetching remote user jars for session job. And create a follow-up ticket to support remote user jars for application cluster. I will start to review this PR today. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
