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 DB18F18861 for ; Mon, 17 Aug 2015 18:48:54 +0000 (UTC) Received: (qmail 46606 invoked by uid 500); 17 Aug 2015 18:48:53 -0000 Delivered-To: apmail-hadoop-common-commits-archive@hadoop.apache.org Received: (qmail 46451 invoked by uid 500); 17 Aug 2015 18:48:52 -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 45240 invoked by uid 99); 17 Aug 2015 18:48:52 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Aug 2015 18:48:52 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id E5971E03C0; Mon, 17 Aug 2015 18:48:51 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: wangda@apache.org To: common-commits@hadoop.apache.org Date: Mon, 17 Aug 2015 18:48:55 -0000 Message-Id: <2b9a53b567e047e19dbb86041e29790b@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [05/50] hadoop git commit: HDFS-8866. Typo in docs: Rumtime -> Runtime. Contributed by Gabor Liptak. HDFS-8866. Typo in docs: Rumtime -> Runtime. Contributed by Gabor Liptak. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/8f73bdd0 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/8f73bdd0 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/8f73bdd0 Branch: refs/heads/YARN-1197 Commit: 8f73bdd06b16d5048ffb6071bbcecf849c6225db Parents: 98a27d1 Author: Jakob Homan Authored: Fri Aug 7 11:38:31 2015 -0700 Committer: Jakob Homan Committed: Fri Aug 7 11:38:31 2015 -0700 ---------------------------------------------------------------------- hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt | 2 ++ hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/WebHDFS.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/8f73bdd0/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt ---------------------------------------------------------------------- diff --git a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt index 4e97b6b..565e469 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -1118,6 +1118,8 @@ Release 2.8.0 - UNRELEASED HDFS-8844. TestHDFSCLI does not cleanup the test directory (Masatake Iwasaki via Colin P. McCabe) + HDFS-8866. Typo in docs: Rumtime -> Runtime. (Gabor Liptak via jghoman) + Release 2.7.2 - UNRELEASED INCOMPATIBLE CHANGES http://git-wip-us.apache.org/repos/asf/hadoop/blob/8f73bdd0/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/WebHDFS.md ---------------------------------------------------------------------- diff --git a/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/WebHDFS.md b/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/WebHDFS.md index e8f5fee..f4f79b3 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/WebHDFS.md +++ b/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/WebHDFS.md @@ -1002,7 +1002,7 @@ When an operation fails, the server may throw an exception. The JSON schema of e | `SecurityException ` | `401 Unauthorized ` | | `IOException ` | `403 Forbidden ` | | `FileNotFoundException ` | `404 Not Found ` | -| `RumtimeException ` | `500 Internal Server Error` | +| `RuntimeException ` | `500 Internal Server Error` | Below are examples of exception responses.