Package | Description |
---|---|
org.apache.drill.yarn.appMaster |
Implements the Drill Application Master for YARN.
|
Modifier and Type | Method and Description |
---|---|
void |
AMYarnFacadeImpl.finish(boolean succeeded,
String msg) |
void |
AMYarnFacade.finish(boolean success,
String msg) |
List<org.apache.hadoop.yarn.api.records.NodeReport> |
AMYarnFacadeImpl.getNodeReports() |
List<org.apache.hadoop.yarn.api.records.NodeReport> |
AMYarnFacade.getNodeReports() |
void |
AMYarnFacadeImpl.launchContainer(org.apache.hadoop.yarn.api.records.Container container,
LaunchSpec taskSpec) |
void |
AMYarnFacade.launchContainer(org.apache.hadoop.yarn.api.records.Container container,
LaunchSpec taskSpec) |
void |
AMYarnFacadeImpl.register(String trackingUrl) |
void |
AMYarnFacade.register(String trackingUrl) |
void |
Dispatcher.run() |
void |
Dispatcher.setYarn(AMYarnFacade yarn) |
boolean |
Dispatcher.start()
Start the dispatcher by initializing YARN and registering the AM.
|
void |
ClusterControllerImpl.started()
Called when the caller has completed start-up and the controller should
become live.
|
void |
ClusterController.started()
Called after the dispatcher has started YARN and other server
components.
|
Constructor and Description |
---|
NodeInventory(AMYarnFacade yarn) |
Copyright © 1970 The Apache Software Foundation. All rights reserved.