HDFS-5844. Merging -r1562357 from trunk to branch-2
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1562358 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
01f6aee7d3
commit
cbe5d1c6ad
|
@ -871,6 +871,9 @@ Release 2.3.0 - UNRELEASED
|
||||||
|
|
||||||
HDFS-5833. Fix SecondaryNameNode javadoc. (Bangtao Zhou via Arpit Agarwal)
|
HDFS-5833. Fix SecondaryNameNode javadoc. (Bangtao Zhou via Arpit Agarwal)
|
||||||
|
|
||||||
|
HDFS-5844. Fix broken link in WebHDFS.apt.vm. (Akira Ajisaka via
|
||||||
|
Arpit Agarwal)
|
||||||
|
|
||||||
Release 2.2.0 - 2013-10-13
|
Release 2.2.0 - 2013-10-13
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
|
@ -869,7 +869,7 @@ Content-Length: 0
|
||||||
* {Error Responses}
|
* {Error Responses}
|
||||||
|
|
||||||
When an operation fails, the server may throw an exception.
|
When an operation fails, the server may throw an exception.
|
||||||
The JSON schema of error responses is defined in {{{RemoteException JSON Schema}}}.
|
The JSON schema of error responses is defined in {{RemoteException JSON Schema}}.
|
||||||
The table below shows the mapping from exceptions to HTTP response codes.
|
The table below shows the mapping from exceptions to HTTP response codes.
|
||||||
|
|
||||||
** {HTTP Response Codes}
|
** {HTTP Response Codes}
|
||||||
|
|
Loading…
Reference in New Issue