HDFS-11174. Wrong HttpFS test command in doc. Contributed by John Zhuge.

(cherry picked from commit bb1b5e083b)
(cherry picked from commit 6fe5ffd05d)
This commit is contained in:
Akira Ajisaka 2016-11-25 21:28:29 +09:00
parent 011d478aab
commit c9297b608c
1 changed files with 2 additions and 6 deletions

View File

@ -64,12 +64,8 @@ NOTE: Invoking the script without any parameters list all possible parameters (s
Test HttpFS is working
----------------------
~ $ curl -i "http://<HTTPFSHOSTNAME>:14000?user.name=babu&op=homedir"
HTTP/1.1 200 OK
Content-Type: application/json
Transfer-Encoding: chunked
{"homeDir":"http:\/\/<HTTPFS_HOST>:14000\/user\/babu"}
$ curl -sS 'http://<HTTPFSHOSTNAME>:14000/webhdfs/v1?op=gethomedirectory&user.name=hdfs'
{"Path":"\/user\/hdfs"}
Embedded Tomcat Configuration
-----------------------------