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

This commit is contained in:
Akira Ajisaka 2016-11-25 21:28:29 +09:00
parent 636f7547b7
commit bb1b5e083b

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
-----------------------------