From 8f73bdd06b16d5048ffb6071bbcecf849c6225db Mon Sep 17 00:00:00 2001 From: Jakob Homan Date: Fri, 7 Aug 2015 11:38:31 -0700 Subject: [PATCH] HDFS-8866. Typo in docs: Rumtime -> Runtime. Contributed by Gabor Liptak. --- 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(-) diff --git a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt index 4e97b6b7ee3..565e469ee64 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 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 e8f5fee5425..f4f79b38835 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.