toddlipcon / tez

Mirror of Apache Tez

Home Page:http://tez.apache.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Apache Tez

Apache Tez is a generic data-processing pipeline engine envisioned as a low-level engine for higher abstractions such as Apache Hadoop Map-Reduce, Apache Pig, Apache Hive etc.

At its heart, tez is very simple and has just two components:

  • The data-processing pipeline engine where-in one can plug-in input, processing and output implementations to perform arbitrary data-processing. Every 'task' in tez has the following:
  • Input to consume key/value pairs from.
  • Processor to process them.
  • Output to collect the processed key/value pairs.
  • A master for the data-processing application, where-by one can put together arbitrary data-processing 'tasks' described above into a task-DAG to process data as desired. The generic master is implemented as a Apache Hadoop YARN ApplicationMaster.

About

Mirror of Apache Tez

http://tez.apache.org

License:Apache License 2.0


Languages

Language:Java 90.8%Language:JavaScript 7.2%Language:HTML 0.9%Language:CSS 0.4%Language:Shell 0.3%Language:Python 0.2%Language:Roff 0.1%Language:Dockerfile 0.1%