Revert "Merge r1588258 from trunk, HDFS-6153. Document "fileId" and "childrenNum" fields in the FileStatus Json schema"

This reverts commit 641cbc0feb.
This commit is contained in:
Akira Ajisaka 2015-04-16 16:49:11 -05:00
parent bad547d969
commit d363f853ab
2 changed files with 0 additions and 21 deletions

View File

@ -2638,9 +2638,6 @@ Release 2.5.0 - 2014-08-11
HDFS-4909. Avoid protocol buffer RPC namespace clashes. (cmccabe)
HDFS-6153. Document "fileId" and "childrenNum" fields in the FileStatus Json schema
(Akira Ajisaka via vinayakumarb)
HDFS-6178. Decommission on standby NN couldn't finish. (Ming Ma via jing9)
HDFS-6213. TestDataNodeConfig failing on Jenkins runs due to DN web port

View File

@ -426,8 +426,6 @@ See also: [`newlength`](#New_Length), [FileSystem](../../api/org/apache/hadoop/f
{
"accessTime" : 0,
"blockSize" : 0,
"childrenNum" : 1,
"fileId" : 16386,
"group" : "supergroup",
"length" : 0, //in bytes, zero for directories
"modificationTime": 1320173277227,
@ -461,8 +459,6 @@ See also: [FileSystem](../../api/org/apache/hadoop/fs/FileSystem.html).getFileSt
{
"accessTime" : 1320171722771,
"blockSize" : 33554432,
"childrenNum" : 0,
"fileId" : 16387,
"group" : "supergroup",
"length" : 24930,
"modificationTime": 1320171722771,
@ -475,8 +471,6 @@ See also: [FileSystem](../../api/org/apache/hadoop/fs/FileSystem.html).getFileSt
{
"accessTime" : 0,
"blockSize" : 0,
"childrenNum" : 2,
"fileId" : 16388,
"group" : "supergroup",
"length" : 0,
"modificationTime": 1320895981256,
@ -1323,18 +1317,6 @@ var fileStatusProperties =
"type" : "integer",
"required" : true
},
"childrenNum":
{
"description": "The number of children.",
"type" : "integer",
"required" : true
},
"fileId":
{
"description": "The inode ID.",
"type" : "integer",
"required" : true
},
"group":
{
"description": "The group owner.",