Package | Description |
---|---|
org.apache.tez.dag.api.client |
Modifier and Type | Method and Description |
---|---|
abstract DAGStatus |
DAGClient.getDAGStatus(Set<StatusGetOpts> statusOptions)
Get the status of the specified DAG
|
abstract DAGStatus |
DAGClient.waitForCompletion()
Wait for DAG to complete without printing any vertex statuses
|
abstract DAGStatus |
DAGClient.waitForCompletionWithStatusUpdates(Set<StatusGetOpts> statusGetOpts)
Wait for DAG to complete and periodically print *all* vertices' status.
|
Copyright © 2015 Apache Software Foundation. All rights reserved.