Return-Path: X-Original-To: apmail-hadoop-common-commits-archive@www.apache.org Delivered-To: apmail-hadoop-common-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A6E689E9A for ; Sat, 11 Feb 2012 16:53:09 +0000 (UTC) Received: (qmail 52547 invoked by uid 500); 11 Feb 2012 16:53:09 -0000 Delivered-To: apmail-hadoop-common-commits-archive@hadoop.apache.org Received: (qmail 52354 invoked by uid 500); 11 Feb 2012 16:53:08 -0000 Mailing-List: contact common-commits-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-dev@hadoop.apache.org Delivered-To: mailing list common-commits@hadoop.apache.org Received: (qmail 52347 invoked by uid 99); 11 Feb 2012 16:53:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Feb 2012 16:53:07 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Feb 2012 16:53:05 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id B21E62388860 for ; Sat, 11 Feb 2012 16:52:44 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1243093 - in /hadoop/common/branches/branch-1: CHANGES.txt src/docs/src/documentation/content/xdocs/webhdfs.xml Date: Sat, 11 Feb 2012 16:52:44 -0000 To: common-commits@hadoop.apache.org From: harsh@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120211165244.B21E62388860@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: harsh Date: Sat Feb 11 16:52:44 2012 New Revision: 1243093 URL: http://svn.apache.org/viewvc?rev=1243093&view=rev Log: HDFS-2869. Fix an error in the webhdfs docs for the mkdir op (harsh) Modified: hadoop/common/branches/branch-1/CHANGES.txt hadoop/common/branches/branch-1/src/docs/src/documentation/content/xdocs/webhdfs.xml Modified: hadoop/common/branches/branch-1/CHANGES.txt URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/CHANGES.txt?rev=1243093&r1=1243092&r2=1243093&view=diff ============================================================================== --- hadoop/common/branches/branch-1/CHANGES.txt (original) +++ hadoop/common/branches/branch-1/CHANGES.txt Sat Feb 11 16:52:44 2012 @@ -94,6 +94,8 @@ Release 1.1.0 - unreleased MAPREDUCE-3789. CapacityTaskScheduler shouldn't perform unnecessary reservations, when used in heterogenous environments. (harsh) + HDFS-2869. Fix an error in the webhdfs docs for the mkdir op (harsh) + IMPROVEMENTS MAPREDUCE-3597. [Rumen] Provide a way to access other info of history file Modified: hadoop/common/branches/branch-1/src/docs/src/documentation/content/xdocs/webhdfs.xml URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/src/docs/src/documentation/content/xdocs/webhdfs.xml?rev=1243093&r1=1243092&r2=1243093&view=diff ============================================================================== --- hadoop/common/branches/branch-1/src/docs/src/documentation/content/xdocs/webhdfs.xml (original) +++ hadoop/common/branches/branch-1/src/docs/src/documentation/content/xdocs/webhdfs.xml Sat Feb 11 16:52:44 2012 @@ -349,7 +349,7 @@ Hello, webhdfs user!
  • Submit a HTTP PUT request. -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>]" The client receives a response with a boolean JSON object: