Repository: hadoop Updated Branches: refs/heads/branch-2 d6bfb2176 -> 40eab7756
HDFS-10833. Fix JSON errors in WebHDFS.md examples. (cherry picked from commit cbd909ce2a5ac1da258f756fa1f93e84dd20b926) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/40eab775 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/40eab775 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/40eab775 Branch: refs/heads/branch-2 Commit: 40eab775629f5968348983ac5bc1d2cf5b9b228b Parents: d6bfb21 Author: Andrew Wang <[email protected]> Authored: Fri Sep 2 14:50:34 2016 -0700 Committer: Andrew Wang <[email protected]> Committed: Fri Sep 2 14:50:41 2016 -0700 ---------------------------------------------------------------------- .../hadoop-hdfs/src/site/markdown/WebHDFS.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/40eab775/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 b0fa4f6..2a253c1 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/WebHDFS.md +++ b/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/WebHDFS.md @@ -1295,7 +1295,7 @@ All operations, except for [`OPEN`](#Open_and_Read_a_File), either return a zero { "entries": { - "type": "array" + "type": "array", "items": { "description": "ACL entry.", @@ -1319,7 +1319,7 @@ All operations, except for [`OPEN`](#Open_and_Read_a_File), either return a zero "description": "True if the sticky bit is on.", "type" : "boolean", "required" : true - }, + } } } } @@ -1338,7 +1338,7 @@ All operations, except for [`OPEN`](#Open_and_Read_a_File), either return a zero "type" : "array", "items": { - "type" " "object", + "type" : "object", "properties": { "name": @@ -1369,7 +1369,7 @@ All operations, except for [`OPEN`](#Open_and_Read_a_File), either return a zero "XAttrNames": { "description": "XAttr names.", - "type" : "string" + "type" : "string", "required" : true } } @@ -1738,7 +1738,7 @@ See also: [`GETHOMEDIRECTORY`](#Get_Home_Directory), [Path](../../api/org/apache "javaClassName": //an optional property { "description": "Java class name of the exception", - "type" : "string", + "type" : "string" } } } --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
