| Method and Description | 
|---|
| org.apache.tez.runtime.api.TaskContext.fatalError(Throwable, String)
 Replaced by  
TaskContext.reportFailure(TaskFailureType, Throwable, String) (FailureType, Throwable, String)}
 Note: To maintain compatibility, even though this method is named 'fatalError' - this method
 operates as TaskContext.reportFailure(TaskFailureType, Throwable, String)
 with the TaskFailureType set to TaskFailureType.NON_FATAL. | 
| org.apache.tez.dag.api.VertexManagerPlugin.onSourceTaskCompleted(String, Integer) | 
| org.apache.tez.dag.api.VertexManagerPlugin.onVertexStarted(Map | 
| org.apache.tez.dag.api.VertexManagerPluginContext.scheduleVertexTasks(List | 
| org.apache.tez.dag.api.DAG.setDAGInfo(String) | 
| org.apache.tez.common.counters.TezCounter.setDisplayName(String)
 (and no-op by default) 
 | 
| org.apache.tez.dag.api.VertexManagerPluginContext.setVertexParallelism(int, VertexLocationHint, Map | 
| Constructor and Description | 
|---|
| org.apache.tez.dag.api.DataSinkDescriptor(OutputDescriptor, OutputCommitterDescriptor, Credentials) | 
Copyright © 2017 Apache Software Foundation. All rights reserved.