Prabhu Joseph created FLINK-28112:
-------------------------------------
Summary: 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
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)