访问webhdfs时出现UnsupportedOperationException

时间:2016-05-24 05:56:30

标签: java hadoop hdfs hue webhdfs

访问

时出现此错误
http://localhost:50070/webhdfs/v1

{
"RemoteException": 
"exception":"UnsupportedOperationException",
"javaClassName":"java.lang.UnsupportedOperationException",
"message":"op=NULL is not supported"
}

我在hdfs-site.xml中设置了webhdfs为true 怎么解决这个问题?

仅供参考

我不使用CDH发布只是apache Hadoop。

1 个答案:

答案 0 :(得分:0)

这是因为你没有打电话给任何人。

检查http://hadoop.apache.org/docs/stable/hadoop-project-dist/hadoop-hdfs/WebHDFS.html

例如:

要列出路径/测试中的目录,可以使用以下命令

http://localhost:50070/webhdfs/v1/test?op=LISTSTATUS