public interface ServicesResourceV10 extends ServicesResourceV8
Modifier and Type | Method and Description |
---|---|
RoleCommandsResourceV10 |
getRoleCommandsResource(String serviceName) |
ApiCommand |
hueDumpDbCommand(String serviceName)
Runs Hue's dumpdata command.
|
ApiCommand |
hueLoadDbCommand(String serviceName)
Runs Hue's loaddata command.
|
ApiCommand |
hueSyncDbCommand(String serviceName)
Runs Hue's syncdb command.
|
ApiCommand |
oozieCreateEmbeddedDatabaseCommand(String serviceName)
Create the Oozie Server Database.
|
ApiCommand |
sqoopCreateDatabaseTablesCommand(String serviceName)
Create the Sqoop2 Server Database tables.
|
collectYarnApplicationDiagnostics, disableLlamaHaCommand, disableLlamaRmCommand, enableLlamaHaCommand, enableLlamaRmCommand, getRolesResource, hdfsFinalizeRollingUpgrade, sentryUpgradeDatabaseTablesCommand, yarnFormatStateStore
firstRun, sentryCreateDatabaseCommand, sentryCreateDatabaseTablesCommand
createImpalaUserDirCommand, createYarnJobHistoryDirCommand, createYarnNodeManagerRemoteAppLogDirCommand, disableOozieHaCommand, disableRmHaCommand, enableOozieHaCommand, enableRmHaCommand, getImpalaQueriesResource, getSnapshotsResource, getYarnApplicationsResource, hbaseUpgradeCommand, hdfsDisableNnHaCommand, hdfsEnableNnHaCommand, hdfsUpgradeMetadataCommand, hiveUpgradeMetastoreCommand, impalaCreateCatalogDatabaseCommand, impalaCreateCatalogDatabaseTablesCommand, importMrConfigsIntoYarn, listServiceCommands, oozieUpgradeDbCommand, serviceCommandByName, sqoopUpgradeDbCommand, switchToMr2
createHiveUserDirCommand, createSolrHdfsHomeDirCommand, createSqoopUserDirCommand, disableJtHaCommand, enableJtHaCommand, getHdfsUsageReport, getMrUsageReport, getReplicationsResource, hiveCreateMetastoreDatabaseCommand, hiveUpdateMetastoreNamenodesCommand, initSolrCommand
createHiveWarehouseCommand, getRoleConfigGroupsResource, hdfsRollEditsCommand, hiveCreateMetastoreDatabaseTablesCommand, installOozieShareLib, rollingRestart, updateService
createOozieDb, enterMaintenanceMode, exitMaintenanceMode, getClientConfig, hdfsCreateTmpDir, recommissionCommand
createBeeswaxWarehouseCommand, createHBaseRootCommand, createServices, decommissionCommand, deleteService, deployClientConfigCommand, getActivitiesResource, getMetrics, getNameservicesResource, hdfsDisableAutoFailoverCommand, hdfsDisableHaCommand, hdfsEnableAutoFailoverCommand, hdfsEnableHaCommand, hdfsFailoverCommand, listActiveCommands, listRoleTypes, readService, readServiceConfig, readServices, restartCommand, startCommand, stopCommand, updateServiceConfig, zooKeeperCleanupCommand, zooKeeperInitCommand
@Path(value="/{serviceName}/roleCommands") RoleCommandsResourceV10 getRoleCommandsResource(String serviceName)
getRoleCommandsResource
in interface ServicesResource
getRoleCommandsResource
in interface ServicesResourceV3
getRoleCommandsResource
in interface ServicesResourceV4
getRoleCommandsResource
in interface ServicesResourceV6
getRoleCommandsResource
in interface ServicesResourceV8
@Path(value="/{serviceName}/commands/hueDumpDb") ApiCommand hueDumpDbCommand(String serviceName)
serviceName
- The name of the service@Path(value="/{serviceName}/commands/hueLoadDb") ApiCommand hueLoadDbCommand(String serviceName)
serviceName
- The name of the service@Path(value="/{serviceName}/commands/hueSyncDb") ApiCommand hueSyncDbCommand(String serviceName)
serviceName
- The name of the service@Path(value="/{serviceName}/commands/oozieCreateEmbeddedDatabase") ApiCommand oozieCreateEmbeddedDatabaseCommand(String serviceName)
This command is to be run whenever a new user and database need to be created in the embedded postgresql database for an Oozie service. This command should usually be followed by a call to createOozieDb.
Available since API v10.
serviceName
- Name of the Oozie service on which to run the command.@Path(value="/{serviceName}/commands/sqoopCreateDatabaseTables") ApiCommand sqoopCreateDatabaseTablesCommand(String serviceName)
This command is to be run whenever a new database has been specified. Will do nothing if tables already exist. Will not perform an upgrade. Only available when Sqoop2 Server is stopped.
Available since API v10.
serviceName
- Name of the Sentry service on which to run the command.Copyright © Cloudera, Inc. Released under Apache License, Version 2.0.