文件名称:hbase-fs-rest:用于 hbase-fs 的 HTTP REST API
文件大小:19KB
文件格式:ZIP
更新时间:2024-07-26 12:17:50
Java
hbase-fs-rest is a InputStream/OutputStream lib for reading & writing file on . It's not very convenient for end-user. So, we build a HTTP-REST Service to simplify the operation. Basically, we use HEAD, GET, PUT, POST, DELETE to manipulate files. The request like this: curl -X HEAD http://${host}:${port}/${version}/fs/${identifier}?${paras} OP PARAS DESC HEAD Test if the file exists, 404 or 200 G
【文件预览】:
hbase-fs-rest-master
----src()
--------test()
--------main()
----LICENSE(11KB)
----README.md(2KB)
----pom.xml(4KB)
----.gitignore(139B)