[
https://issues.apache.org/jira/browse/FLINK-10516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16646859#comment-16646859
]
ASF GitHub Bot commented on FLINK-10516:
----------------------------------------
yanyan300300 opened a new pull request #6828: [FLINK-10516] [yarn] fix
YarnApplicationMasterRunner fail to initialize FileSystem with correct Flink
Configuration during setup
URL: https://github.com/apache/flink/pull/6828
## What is the purpose of the change
This pull request makes YarnApplicationMasterRunner explicitly initialize
FileSystem with Flink Configuration, so that the HadoopFileSystem can take in
the custom HDFS configuration (e.g. core-site.xml under fs.hdfs.hadoopconf) for
Flink 1.4
## Verifying this change
This change added tests and can be verified as follows:
- Added a unit tests to verify the FileSystem.initialize() is called with
correct Flink Config when YarnApplicationMasterRunner.run() is called
## Does this pull request potentially affect one of the following parts:
- Dependencies (does it add or upgrade a dependency): no
- The public API, i.e., is any changed class annotated with
`@Public(Evolving)`: no
- The serializers: no
- The runtime per-record code paths (performance sensitive): no
- Anything that affects deployment or recovery: JobManager (and its
components), Checkpointing, Yarn/Mesos, ZooKeeper: yes
- The S3 file system connector: no
## Documentation
- Does this pull request introduce a new feature? no
- If yes, how is the feature documented? not applicable
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> YarnApplicationMasterRunner fail to initialize FileSystem with correct Flink
> Configuration during setup
> -------------------------------------------------------------------------------------------------------
>
> Key: FLINK-10516
> URL: https://issues.apache.org/jira/browse/FLINK-10516
> Project: Flink
> Issue Type: Bug
> Components: YARN
> Affects Versions: 1.4.0, 1.5.0, 1.6.0, 1.7.0
> Reporter: Shuyi Chen
> Assignee: Shuyi Chen
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.7.0, 1.6.2, 1.5.5
>
>
> Will add a fix, and refactor YarnApplicationMasterRunner to add a unittest to
> prevent future regression.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)