| Modifier and Type | Class and Description |
|---|---|
class |
CartesianProduct
This DAG does cartesian product of two text inputs and then filters results according to the
third text input.
|
class |
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. |
class |
JoinDataGen |
class |
JoinValidate |
class |
OrderedWordCount
Simple example that extends the WordCount example to show a chain of processing.
|
class |
SimpleSessionExample
Simple example that shows how Tez session mode can be used to run multiple DAGs in the same
session for efficiency and performance.
|
class |
SortMergeJoinExample
Simple example of joining 2 data sets using Sort-Merge Join
There're 2 differences between SortMergeJoinExample and
HashJoinExample. |
class |
WordCount
Simple example to perform WordCount using Tez API's.
|
Copyright © 2021 Apache Software Foundation. All rights reserved.