[
https://issues.apache.org/jira/browse/FLINK-12394?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chesnay Schepler updated FLINK-12394:
-------------------------------------
Description:
As part of the review feedback in PR:
https://github.com/apache/flink/pull/8117, we noticed that there are a couple
of existing FileSystem factories that are manually copying relevant config
entries from flink config -> hadoop config as part of the factory
configuration. We already have an existing class to do this -
HadoopConfigLoader. This jira is to track the work to update these existing
file system factories to switch over to the HadoopConfigLoader once the above
PR is merged.
Factories that need to be fixed:
OSSFileSystemFactory
HadoopFsFactory
was:
As part of the review feedback in PR:
https://github.com/apache/flink/pull/8117, we noticed that there are a couple
of existing FileSystem factories that are manually copying relevant config
entries from flink config -> hadoop config as part of the factory
configuration. We already have an existing class to do this -
HadoopConfigLoader. This jira is to track the work to update these existing
file system factories to switch over to the HadoopConfigLoader once the above
PR is merged.
Factories that need to be fixed:
SwiftFileSystemFactory
OSSFileSystemFactory
HadoopFsFactory
> Update FileSystem factory classes to use HadoopConfigLoader
> -----------------------------------------------------------
>
> Key: FLINK-12394
> URL: https://issues.apache.org/jira/browse/FLINK-12394
> Project: Flink
> Issue Type: Task
> Components: FileSystems
> Reporter: Piyush Narang
> Priority: Minor
>
> As part of the review feedback in PR:
> https://github.com/apache/flink/pull/8117, we noticed that there are a couple
> of existing FileSystem factories that are manually copying relevant config
> entries from flink config -> hadoop config as part of the factory
> configuration. We already have an existing class to do this -
> HadoopConfigLoader. This jira is to track the work to update these existing
> file system factories to switch over to the HadoopConfigLoader once the above
> PR is merged.
> Factories that need to be fixed:
> OSSFileSystemFactory
> HadoopFsFactory
--
This message was sent by Atlassian Jira
(v8.3.4#803005)