问题:
org.apache.flink.core.fs.UnsupportedFileSystemSchemeException: Could not find a file system implementation for scheme 'hdfs'.
The scheme is not directly supported by Flink and no Hadoop file system to support this scheme could be loaded
在Flink 1.8版本之后,官方不再直接支持hdfs文件系统。遇到'UnsupportedFileSystemSchemeException'错误是因为缺少Hadoop连接器。解决方法是在项目中添加'flink-shaded-hadoop-2-uber'依赖,具体版本如2.8.3-9.0,将其设置为provided范围。
问题:
org.apache.flink.core.fs.UnsupportedFileSystemSchemeException: Could not find a file system implementation for scheme 'hdfs'.
The scheme is not directly supported by Flink and no Hadoop file system to support this scheme could be loaded
9340
1万+
3180
1038
4645
1312
591

被折叠的 条评论
为什么被折叠?