HDFS-2869. svn merge -c 1243104 from trunk
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1243105 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e58e395a7c
commit
3b37072e59
|
@ -24,6 +24,8 @@ Release 0.23.2 - UNRELEASED
|
|||
|
||||
HDFS-2764. TestBackupNode is racy. (atm)
|
||||
|
||||
HDFS-2869. Fix an error in the webhdfs docs for the mkdir op (harsh)
|
||||
|
||||
Release 0.23.1 - 2012-02-08
|
||||
|
||||
INCOMPATIBLE CHANGES
|
||||
|
|
|
@ -349,7 +349,7 @@ Hello, webhdfs user!
|
|||
<ul>
|
||||
<li>Submit a HTTP PUT request.
|
||||
<source>
|
||||
curl -i -X PUT "http://<HOST>:<PORT>/<PATH>?op=MKDIRS[&permission=<OCTAL>]"
|
||||
curl -i -X PUT "http://<HOST>:<PORT>/webhdfs/v1/<PATH>?op=MKDIRS[&permission=<OCTAL>]"
|
||||
</source>
|
||||
The client receives a response with a <a href="#boolean"><code>boolean</code> JSON object</a>:
|
||||
<source>
|
||||
|
|
Loading…
Reference in New Issue