[
https://issues.apache.org/jira/browse/FLINK-28112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17555588#comment-17555588
]
Gabor Somogyi commented on FLINK-28112:
---------------------------------------
That message comes when "fs.allowed-fallback-filesystems" doesn't contain the
target FS. When it's set the following message comes:
{code:java}
String.format(
"Could not find a file system implementation
for scheme '%s'. The scheme is "
+ "directly supported by Flink through
the following plugin%s: %s. Please ensure that each "
+ "plugin resides within its own
subfolder within the plugins directory. See https://ci.apache"
+
".org/projects/flink/flink-docs-stable/ops/plugins.html for more information.
If you want to "
+ "use a Hadoop file system for that
scheme, please add the scheme to the configuration fs"
+ ".allowed-fallback-filesystems. For a
full list of supported file systems, "
+ "please see
https://nightlies.apache.org/flink/flink-docs-stable/ops/filesystems/.",
{code}
> 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
> Affects Versions: 1.15.0
> Reporter: Prabhu Joseph
> Priority: Minor
>
> 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)