Uses of Class
org.apache.drill.yarn.appMaster.YarnFacadeException
Package
Description
Implements the Drill Application Master for YARN.
-
Uses of YarnFacadeException in org.apache.drill.yarn.appMaster
Modifier and TypeMethodDescriptionvoid
void
List<org.apache.hadoop.yarn.api.records.NodeReport>
AMYarnFacade.getNodeReports()
List<org.apache.hadoop.yarn.api.records.NodeReport>
AMYarnFacadeImpl.getNodeReports()
void
AMYarnFacade.launchContainer
(org.apache.hadoop.yarn.api.records.Container container, LaunchSpec taskSpec) void
AMYarnFacadeImpl.launchContainer
(org.apache.hadoop.yarn.api.records.Container container, LaunchSpec taskSpec) void
void
void
Dispatcher.run()
void
Dispatcher.setYarn
(AMYarnFacade yarn) boolean
Dispatcher.start()
Start the dispatcher by initializing YARN and registering the AM.void
ClusterController.started()
Called after the dispatcher has started YARN and other server components.void
ClusterControllerImpl.started()
Called when the caller has completed start-up and the controller should become live.