Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
1.6.1
-
None
Description
Currently, Flink client uses the raw default Hadoop filesystem to upload local files, and this could be problematic when using a non-default filesystem for HA or checkpointing in delegation tokens scenarios. The jobmanager only has the delegation tokens for the default FS, so it gets authentication errors when trying to connect a non-default filesystem.
So I propose to replace the default FS property in yarn configuration with the Flink filesystem property `fs.default-scheme` on the client side (AbstractYarnClusterDescriptor), to avoid this problem and also make the client behavior more configurable.
Attachments
Issue Links
- relates to
-
FLINK-6376 when deploy flink cluster on the yarn, it is lack of hdfs delegation token.
-
- Resolved
-
- links to