学习 HDFS(十一):WebHDFS

栏目: 服务器 · 发布时间: 5年前

内容简介:除了 Hadoop 官方提供的基于 Java 的 Apache Hadoop HDFS Client 和基于 C 的 libhdfs 之外,HDFS 还提供了 REST API 操作 HDFS —— WebHDFS。显示 /data 文件夹状态:文件存在:

除了 Hadoop 官方提供的基于 Java 的 Apache Hadoop HDFS Client 和基于 C 的 libhdfs 之外,HDFS 还提供了 REST API 操作 HDFS —— WebHDFS。

操作

显示文件状态

显示 /data 文件夹状态:

curl -i "http://RESOURCE_MANAGER:50070/webhdfs/v1/data?op=GETFILESTATUS"

文件存在:

HTTP/1.1 200 OK  
Cache-Control: no-cache  
Expires: Tue, 25 Jun 2019 01:52:52 GMT  
Date: Tue, 25 Jun 2019 01:52:52 GMT  
Pragma: no-cache  
Expires: Tue, 25 Jun 2019 01:52:52 GMT  
Date: Tue, 25 Jun 2019 01:52:52 GMT  
Pragma: no-cache  
Content-Type: application/json  
Transfer-Encoding: chunked  
Server: Jetty(6.1.26.cloudera.4)

{"FileStatus":{"accessTime":0,"blockSize":0,"childrenNum":1,"fileId":23041928,"group":"dev","length":0,"modificationTime":1561427484230,"owner":"dyingbleed","pathSuffix":"","permission":"777","replication":0,"storagePolicy":0,"type":"DIRECTORY"}}

文件不存在:

HTTP/1.1 404 Not Found  
Cache-Control: no-cache  
Expires: Tue, 25 Jun 2019 01:52:33 GMT  
Date: Tue, 25 Jun 2019 01:52:33 GMT  
Pragma: no-cache  
Expires: Tue, 25 Jun 2019 01:52:33 GMT  
Date: Tue, 25 Jun 2019 01:52:33 GMT  
Pragma: no-cache  
Content-Type: application/json  
Transfer-Encoding: chunked  
Server: Jetty(6.1.26.cloudera.4)

{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /data"}}

参考


以上所述就是小编给大家介绍的《学习 HDFS(十一):WebHDFS》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

The Practice of Programming

The Practice of Programming

Brian W. Kernighan、Rob Pike / Addison-Wesley / 1999-2-14 / USD 49.99

With the same insight and authority that made their book The Unix Programming Environment a classic, Brian Kernighan and Rob Pike have written The Practice of Programming to help make individual progr......一起来看看 《The Practice of Programming》 这本书的介绍吧!

SHA 加密
SHA 加密

SHA 加密工具

XML、JSON 在线转换
XML、JSON 在线转换

在线XML、JSON转换工具

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器