HDFS-11174. Wrong HttpFS test command in doc. Contributed by John Zhuge.
This commit is contained in:
parent
636f7547b7
commit
bb1b5e083b
@ -64,12 +64,8 @@ NOTE: Invoking the script without any parameters list all possible parameters (s
|
|||||||
Test HttpFS is working
|
Test HttpFS is working
|
||||||
----------------------
|
----------------------
|
||||||
|
|
||||||
~ $ curl -i "http://<HTTPFSHOSTNAME>:14000?user.name=babu&op=homedir"
|
$ curl -sS 'http://<HTTPFSHOSTNAME>:14000/webhdfs/v1?op=gethomedirectory&user.name=hdfs'
|
||||||
HTTP/1.1 200 OK
|
{"Path":"\/user\/hdfs"}
|
||||||
Content-Type: application/json
|
|
||||||
Transfer-Encoding: chunked
|
|
||||||
|
|
||||||
{"homeDir":"http:\/\/<HTTPFS_HOST>:14000\/user\/babu"}
|
|
||||||
|
|
||||||
Embedded Tomcat Configuration
|
Embedded Tomcat Configuration
|
||||||
-----------------------------
|
-----------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user