This is an automated email from the ASF dual-hosted git repository.

ayushsaxena pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 635e6a1  HDFS-15376. Update the error about command line POST in 
httpfs documentation. Contributed by bianqi.
635e6a1 is described below

commit 635e6a16d0f407eeec470f2d4d3303092961a177
Author: Ayush Saxena <[email protected]>
AuthorDate: Wed Jun 10 11:50:37 2020 +0530

    HDFS-15376. Update the error about command line POST in httpfs 
documentation. Contributed by bianqi.
---
 hadoop-hdfs-project/hadoop-hdfs-httpfs/src/site/markdown/index.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hadoop-hdfs-project/hadoop-hdfs-httpfs/src/site/markdown/index.md 
b/hadoop-hdfs-project/hadoop-hdfs-httpfs/src/site/markdown/index.md
index 6eef9e7..665aad5 100644
--- a/hadoop-hdfs-project/hadoop-hdfs-httpfs/src/site/markdown/index.md
+++ b/hadoop-hdfs-project/hadoop-hdfs-httpfs/src/site/markdown/index.md
@@ -42,7 +42,7 @@ HttpFS HTTP web-service API calls are HTTP REST calls that 
map to a HDFS file sy
 
 * `$ curl 
'http://httpfs-host:14000/webhdfs/v1/user/foo?op=GETTRASHROOT&user.name=foo'` 
returns the path `/user/foo/.Trash`, if `/` is an encrypted zone, returns the 
path `/.Trash/foo`. See [more 
details](../hadoop-project-dist/hadoop-hdfs/TransparentEncryption.html#Rename_and_Trash_considerations)
 about trash path in an encrypted zone.
 
-* `$ curl -X POST 
'http://httpfs-host:14000/webhdfs/v1/user/foo/bar?op=MKDIRS&user.name=foo'` 
creates the HDFS `/user/foo/bar` directory.
+* `$ curl -X PUT 
'http://httpfs-host:14000/webhdfs/v1/user/foo/bar?op=MKDIRS&user.name=foo'` 
creates the HDFS `/user/foo/bar` directory.
 
 User and Developer Documentation
 --------------------------------


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to