Parcourir la source

HDFS-2869. Fix an error in the webhdfs docs for the mkdir op (harsh) - Merging r1243104 from trunk.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23.1@1244273 13f79535-47bb-0310-9956-ffa450edef68
Mahadev Konar il y a 13 ans
Parent
commit
c18e2c38be

+ 2 - 2
hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt

@@ -1,5 +1,3 @@
-Hadoop HDFS Change Log
-
 Release 0.23.1 - 2012-02-08 
 
   INCOMPATIBLE CHANGES
@@ -234,6 +232,8 @@ Release 0.23.1 - 2012-02-08
     HDFS-2923. Namenode IPC handler count uses the wrong configuration key.
     (Todd Lipcon)
 
+    HDFS-2869. Fix an error in the webhdfs docs for the mkdir op (harsh)
+
 Release 0.23.0 - 2011-11-01 
 
   INCOMPATIBLE CHANGES

+ 1 - 1
hadoop-hdfs-project/hadoop-hdfs/src/main/docs/src/documentation/content/xdocs/webhdfs.xml

@@ -349,7 +349,7 @@ Hello, webhdfs user!
 <ul>
   <li>Submit a HTTP PUT request.
     <source>
-curl -i -X PUT "http://&lt;HOST&gt;:&lt;PORT&gt;/&lt;PATH&gt;?op=MKDIRS[&amp;permission=&lt;OCTAL&gt;]"
+        curl -i -X PUT "http://&lt;HOST&gt;:&lt;PORT&gt;/webhdfs/v1/&lt;PATH&gt;?op=MKDIRS[&amp;permission=&lt;OCTAL&gt;]"
     </source>
 The client receives a response with a <a href="#boolean"><code>boolean</code> JSON object</a>:
     <source>