Research breakthrough possible @S-Logix pro@slogix.in

Office Address

  • 2nd Floor, #7a, High School Road, Secretariat Colony Ambattur, Chennai-600053 (Landmark: SRM School) Tamil Nadu, India
  • pro@slogix.in
  • +91- 81240 01111

Social List

Apache Tez - Hadoop Open Source Code

Apache Tez

  • Availability : Apache Hadoop 2.0 and above.

  • It is a Framework for YARN-based and data processing applications in Hadoop

  • It allows a complex directed-acyclic-graph of tasks for processing data

Components of Tez API

  • Directed Acyclic Graph (DAG) – defines the overall job. Each DAG object represents a job

  • Vertex – assists in running the user logic with the resources. Each Vertex refers to a step in the job

  • Edge – defines the connection between producer and consumer vertices.