public interface RoleCommandsResourceV4 extends RoleCommandsResourceV3
Modifier and Type | Method and Description |
---|---|
ApiBulkCommandList |
hdfsEnterSafemode(ApiRoleNameList roleNames)
Enter safemode for namenodes
Available since API v4.
|
ApiBulkCommandList |
hdfsLeaveSafemode(ApiRoleNameList roleNames)
Leave safemode for namenodes
Available since API v4.
|
ApiBulkCommandList |
hdfsSaveNamespace(ApiRoleNameList roleNames)
Save namespace for namenodes
Available since API v4.
|
hdfsFinalizeMetadataUpgrade
formatCommand, hdfsBootstrapStandByCommand, hdfsInitializeAutoFailoverCommand, hdfsInitializeSharedDirCommand, refreshCommand, restartCommand, startCommand, stopCommand, syncHueDbCommand, zooKeeperCleanupCommand, zooKeeperInitCommand
@Path(value="/hdfsSaveNamespace") ApiBulkCommandList hdfsSaveNamespace(ApiRoleNameList roleNames)
roleNames
- NameNodes for which to save namespace.@Path(value="/hdfsEnterSafemode") ApiBulkCommandList hdfsEnterSafemode(ApiRoleNameList roleNames)
roleNames
- NameNodes for which to enter safemode.@Path(value="/hdfsLeaveSafemode") ApiBulkCommandList hdfsLeaveSafemode(ApiRoleNameList roleNames)
roleNames
- NameNodes for which to leave safemode.Copyright © Cloudera, Inc. Released under Apache License, Version 2.0.