


These tasks are the vertices in the execution graph. It generalizes map and reduce tasks by exposing interfaces for generic data processing tasks, which consist of a triplet of interfaces: input, output and processor. In many ways it can be thought of as a more flexible and powerful successor of the map-reduce framework. Tez is a new application framework built on Hadoop Yarn that can execute complex directed acyclic graphs of general data processing tasks.
