Revert "Merge r1588258 from trunk, HDFS-6153. Document "fileId" and "childrenNum" fields in the FileStatus Json schema"
This reverts commit 641cbc0febe546e350a5fd4f37e717f2b8e52d6f.
This commit is contained in:
parent
881084fe5c
commit
0daf9dd552
@ -1405,9 +1405,6 @@ Release 2.5.0 - 2014-08-11
|
|||||||
|
|
||||||
HDFS-4909. Avoid protocol buffer RPC namespace clashes. (cmccabe)
|
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-6178. Decommission on standby NN couldn't finish. (Ming Ma via jing9)
|
||||||
|
|
||||||
HDFS-6213. TestDataNodeConfig failing on Jenkins runs due to DN web port
|
HDFS-6213. TestDataNodeConfig failing on Jenkins runs due to DN web port
|
||||||
|
@ -512,8 +512,6 @@ Transfer-Encoding: chunked
|
|||||||
{
|
{
|
||||||
"accessTime" : 0,
|
"accessTime" : 0,
|
||||||
"blockSize" : 0,
|
"blockSize" : 0,
|
||||||
"childrenNum" : 1,
|
|
||||||
"fileId" : 16386,
|
|
||||||
"group" : "supergroup",
|
"group" : "supergroup",
|
||||||
"length" : 0, //in bytes, zero for directories
|
"length" : 0, //in bytes, zero for directories
|
||||||
"modificationTime": 1320173277227,
|
"modificationTime": 1320173277227,
|
||||||
@ -555,8 +553,6 @@ Content-Length: 427
|
|||||||
{
|
{
|
||||||
"accessTime" : 1320171722771,
|
"accessTime" : 1320171722771,
|
||||||
"blockSize" : 33554432,
|
"blockSize" : 33554432,
|
||||||
"childrenNum" : 0,
|
|
||||||
"fileId" : 16387,
|
|
||||||
"group" : "supergroup",
|
"group" : "supergroup",
|
||||||
"length" : 24930,
|
"length" : 24930,
|
||||||
"modificationTime": 1320171722771,
|
"modificationTime": 1320171722771,
|
||||||
@ -569,8 +565,6 @@ Content-Length: 427
|
|||||||
{
|
{
|
||||||
"accessTime" : 0,
|
"accessTime" : 0,
|
||||||
"blockSize" : 0,
|
"blockSize" : 0,
|
||||||
"childrenNum" : 2,
|
|
||||||
"fileId" : 16388,
|
|
||||||
"group" : "supergroup",
|
"group" : "supergroup",
|
||||||
"length" : 0,
|
"length" : 0,
|
||||||
"modificationTime": 1320895981256,
|
"modificationTime": 1320895981256,
|
||||||
@ -1695,18 +1689,6 @@ var fileStatusProperties =
|
|||||||
"type" : "integer",
|
"type" : "integer",
|
||||||
"required" : true
|
"required" : true
|
||||||
},
|
},
|
||||||
"childrenNum":
|
|
||||||
{
|
|
||||||
"description": "The number of children.",
|
|
||||||
"type" : "integer",
|
|
||||||
"required" : true
|
|
||||||
},
|
|
||||||
"fileId":
|
|
||||||
{
|
|
||||||
"description": "The inode ID.",
|
|
||||||
"type" : "integer",
|
|
||||||
"required" : true
|
|
||||||
},
|
|
||||||
"group":
|
"group":
|
||||||
{
|
{
|
||||||
"description": "The group owner.",
|
"description": "The group owner.",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user