Package | Description |
---|---|
org.apache.drill.yarn.core |
Holds functionality common to the Drill-on-YARN client and Application Master (AM).
|
Modifier and Type | Method and Description |
---|---|
org.apache.hadoop.yarn.api.protocolrecords.GetNewApplicationResponse |
YarnRMClient.createAppMaster() |
org.apache.hadoop.security.token.Token<org.apache.hadoop.yarn.security.AMRMTokenIdentifier> |
YarnRMClient.getAMRMToken() |
org.apache.hadoop.yarn.api.records.ApplicationReport |
YarnRMClient.getAppReport() |
void |
YarnRMClient.killApplication() |
void |
YarnRMClient.submitAppMaster(AppSpec spec) |
void |
YarnRMClient.waitForCompletion()
Wait for the application to enter one of the completion states.
|
org.apache.hadoop.yarn.api.records.ApplicationAttemptId |
YarnRMClient.waitForStart()
Waits for the application to start.
|
Copyright © 1970 The Apache Software Foundation. All rights reserved.