Name | Located in | Required | Description | Default | Schema |
---|---|---|---|---|---|
raw_configuration | query | no | - | boolean |
name | type | required | description | example |
---|---|---|---|---|
rpcAddress | string | optional | - | |
startTimeMs | integer (int64) | optional | - | |
uptimeMs | integer (int64) | optional | - | |
startupConsistencyCheck | StartupConsistencyCheck | optional | - | |
tierCapacity | object | optional | - | |
ufsCapacity | Capacity | optional | - | |
workers | array[WorkerInfo] | optional | - | |
lostWorkers | array[WorkerInfo] | optional | - | |
metrics | object | optional | - | |
mountPoints | object | optional | - | |
capacity | Capacity | optional | - | |
version | string | optional | - | |
configuration | object | optional | - |
name | type | required | description | example |
---|---|---|---|---|
total | integer (int64) | optional | - | |
used | integer (int64) | optional | - |
name | type | required | description | example |
---|---|---|---|---|
readOnly | boolean | optional | - | |
ufsType | string | optional | - | |
shared | boolean | optional | - | |
ufsUri | string | optional | - | |
ufsCapacityBytes | integer (int64) | optional | - | |
ufsUsedBytes | integer (int64) | optional | - | |
properties | object | optional | - |
name | type | required | description | example |
---|---|---|---|---|
inconsistentUris | array[string] | optional | - | |
status | string | optional | - |
name | type | required | description | example |
---|---|---|---|---|
capacityBytes | integer (int64) | optional | Size of the worker's local storage in bytes | |
usedBytes | integer (int64) | optional | Number of bytes used of the worker's local storage | |
startTimeMs | integer (int64) | optional | Start time of the worker in epoch time in milliseconds | |
lastContactSec | integer (int32) | optional | Seconds since the worker's last contact | |
address | WorkerNetAddress | optional | Address of the worker | |
id | integer (int64) | optional | Worker id, used to identify the worker internally | |
state | string | optional | Operation state of the worker | In Service |
name | type | required | description | example |
---|---|---|---|---|
webPort | integer (int32) | optional | Port which exposes the worker's web UI | |
domainSocketPath | string | optional | The domain socket path used by the worker, disabled if empty | |
rpcPort | integer (int32) | optional | Port of the worker's Rpc server for metadata operations | |
dataPort | integer (int32) | optional | Port of the worker's server for data operations | |
host | string | optional | Host name of the worker |