| Class | Description |
|---|---|
| CartesianProduct |
This DAG does cartesian product of two text inputs and then filters results according to the
third text input.
|
| CartesianProduct.CustomPartitioner | |
| CartesianProduct.JoinProcessor | |
| CartesianProduct.TokenProcessor | |
| ExampleDriver |
A description of an example program based on its class and a
human-readable description.
|
| HashJoinExample |
Simple example of joining 2 data sets using Hash Join.
The example shows a vertex with multiple inputs that represent the two data sets that need to be joined. |
| HashJoinExample.ForwardingProcessor |
Reads key-values from the source and forwards the value as the key for the
output
|
| HashJoinExample.HashJoinProcessor |
Join 2 inputs using Hash Join algorithm.
|
| JoinDataGen | |
| JoinDataGen.GenDataProcessor | |
| JoinValidate | |
| JoinValidate.JoinValidateProcessor | |
| OrderedWordCount |
Simple example that extends the WordCount example to show a chain of processing.
|
| OrderedWordCount.NoOpSorter |
No-op sorter processor.
|
| OrderedWordCount.SumProcessor | |
| SimpleSessionExample |
Simple example that shows how Tez session mode can be used to run multiple DAGs in the same
session for efficiency and performance.
|
| SortMergeJoinExample |
Simple example of joining 2 data sets using Sort-Merge Join
There're 2 differences between SortMergeJoinExample and
HashJoinExample. |
| SortMergeJoinExample.SortMergeJoinProcessor |
Join 2 inputs which has already been sorted.
|
| TezExampleBase | |
| WordCount |
Simple example to perform WordCount using Tez API's.
|
| WordCount.SumProcessor | |
| WordCount.TokenProcessor |
Copyright © 2019 Apache Software Foundation. All rights reserved.