
Tez
ylzhjlinux
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Tez: build from souce code
build from source code 1. download from http://tez.apache.org/install.html if you want to get the lattest codes through this command #git clone https://git-wip-us.apache.org/repos/asf/tez.gi...原创 2014-11-05 15:57:13 · 208 阅读 · 0 评论 -
Tez: 3 Runtime API in Apache Tez
Apache Tez models data processing as a dataflow graph, with the vertices in the graph representing processing of data and edges representing movement of data between the processing. The user logic, ...原创 2014-11-19 14:47:43 · 587 阅读 · 0 评论 -
Tez: 2 Data Processing API in Apache Tez
Overview Apache Tez models data processing as a dataflow graph, with the vertices in the graph representing processing of data and edges representing movement of data between the processing. Thus us...原创 2014-11-19 15:05:26 · 332 阅读 · 0 评论 -
Tez: 1 Apache Tez: A New Chapter in Hadoop Data Processing
What is Apache Tez? Apache Tez generalizes the MapReduce paradigm to execute a complex DAG (directed acyclic graph) of tasks. It also represents the next logical next step for Hadoop 2 and the intro...原创 2014-11-19 15:16:45 · 224 阅读 · 0 评论 -
Tez: 4 Writing a Tez Input/Processor/Output
The previous couple of blogs covered Tez concepts and APIs. This gives some details on what is required to write a custom Input / Processor / Output, along with examples of existing I/P/Os provided b...原创 2014-11-19 16:22:55 · 230 阅读 · 0 评论 -
Tez: 5 Dynamic Graph Reconfiguration
Case Study: Automatic Reduce Parallelism Motivation Distributed data processing is dynamic by nature and it is extremely difficult to statically determine optimal concurrency and data movement meth...原创 2014-11-21 10:25:37 · 195 阅读 · 0 评论