org.apache.hadoop.fs.UnsupportedFileSystemException: No FileSystem for scheme “hdfs“

Configuration configuration = new Configuration(); FileSystem fs = FileSystem.get(new URI("hdfs://172.17.0.123:9000"), configuration, "hadoop"); 可能是没有
posted @ 2022-10-20 14:59  ppjj  阅读(605)  评论(0编辑  收藏  举报