我在HDP 2.6中。当我尝试启动NameNode时,我收到了以下错误:
java.io.IOException: No FileSystem for scheme: http
at org.apache.hadoop.fs.FileSystem.getFileSystemClass(FileSystem.java:2786)
at org.apache.hadoop.fs.FileSystem.createFileSystem(FileSystem.java:2793)
at org.apache.hadoop.fs.FileSystem.access$200(FileSystem.java:99)
当我尝试hdfs ls命令时:
[hdfs@ambariserver ambari-agent]$ hdfs dfs -ls /
ls: No FileSystem for scheme: http
有什么建议吗?
答案 0 :(得分:0)
当No FileSystem for scheme: http
中的fs.defaultFS
属性值使用core-site.xml
协议(而不是http
)时出现“hdfs
”错误,即值看起来像{{1 }}。正确的值是http://<host>:<port>