Segment
Describes output for a segment.
The output of maprcli fid dump
for a segment includes details about
each spill.
Output Fields for a Segment
Field | Description |
---|---|
key |
The index of the spill. |
numRemoteBlocks |
The number of remote blocks. |
numspills |
The number of spills. |
value |
The property contains the following values:
|
Output Example for a Segment
maprcli fid dump -fid 2116.945.133246 -json
{
"timestamp":1425579733821,
"timeofday":"2015-03-05 06:22:13.821 GMT+0000",
"status":"OK",
"total":1,
"data":[
{
"key":0,
"numRemoteBlocks":0,
"numSpills":0,
"numSegments":0,
"value":{
"fid":"<parentCID>.946.133248",
"smeSize":55,
"keyIdxOffset":12,
"keyIdxLength":3587,
"ldbIdxLength":20,
"bloomBitsPerKey":80,
"numLogicalBlocks":369,
"numPhysicalBlocks":232,
"numRows":99,
"numRowsWithDelete":0,
"families":{
"id":1,
"offset":524288,
"length":2976835,
"minTimeStamp":1425578650850,
"maxTimeStamp":1425578856492
}
}
}
]
}