[
https://issues.apache.org/jira/browse/FLINK-25066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Martijn Visser updated FLINK-25066:
-----------------------------------
Component/s: Deployment / YARN
> Support using multi hdfs cluster to resolved dependences when submitting job
> to yarn
> ------------------------------------------------------------------------------------
>
> Key: FLINK-25066
> URL: https://issues.apache.org/jira/browse/FLINK-25066
> Project: Flink
> Issue Type: Improvement
> Components: Client / Job Submission, Deployment / YARN
> Reporter: jocean.shi
> Priority: Not a Priority
>
> if the hdfs-site.xml like this
> <property>
> <name>dfs.nameservices</name>
> <value>cluster1,cluster2</value>
> </property>
>
> and the core-site.xml like this
> <property>
> <name>fs.defaultFS</name>
> <value>hdfs://cluster1</value>
> </property>
>
> flink only can use cluster1 to resolve dependences when we submit job to
> yarn(include yarn session, yarn per job, yarn application-mode)
--
This message was sent by Atlassian Jira
(v8.20.1#820001)