[
https://issues.apache.org/jira/browse/FLINK-28112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gabor Somogyi reassigned FLINK-28112:
-------------------------------------
Assignee: Gabor Somogyi
> Misleading error message when Hadoop S3FileSystem is used and not at classpath
> ------------------------------------------------------------------------------
>
> Key: FLINK-28112
> URL: https://issues.apache.org/jira/browse/FLINK-28112
> Project: Flink
> Issue Type: Improvement
> Components: FileSystems
> Affects Versions: 1.15.0, 1.16.0
> Reporter: Prabhu Joseph
> Assignee: Gabor Somogyi
> Priority: Minor
> Labels: pull-request-available
>
> When Using Hadoop S3FileSystem which is not at classpath, below error message
> is thrown *S3 scheme is not directly supported by Flink* which is misleading.
> Actually it is one of the directly supported filesystems.
> {code}
> Caused by: org.apache.flink.core.fs.UnsupportedFileSystemSchemeException:
> Could not find a file system implementation for scheme 's3'. The scheme is
> not directly supported by Flink and no Hadoop file system to support this
> scheme could be loaded. For a full list of supported file systems, please see
> https://nightlies.apache.org/flink/flink-docs-stable/ops/filesystems/.
> {code}
--
This message was sent by Atlassian Jira
(v8.20.7#820007)