Skip navigation links
C D E F G H I J L M N O P R S T V W 

C

CartesianProduct - Class in org.apache.tez.examples
This DAG does cartesian product of two text inputs and then filters results according to the third text input.
CartesianProduct() - Constructor for class org.apache.tez.examples.CartesianProduct
 
CartesianProduct.CustomPartitioner - Class in org.apache.tez.examples
 
CartesianProduct.JoinProcessor - Class in org.apache.tez.examples
 
CartesianProduct.TokenProcessor - Class in org.apache.tez.examples
 
COUNTER_LOG - Static variable in class org.apache.tez.examples.TezExampleBase
 
createConfiguration(long, long) - Static method in class org.apache.tez.examples.JoinDataGen.GenDataProcessor
 
createDAG(TezConfiguration, String, String, int, boolean, boolean, String) - Static method in class org.apache.tez.examples.OrderedWordCount
 
CustomPartitioner() - Constructor for class org.apache.tez.examples.CartesianProduct.CustomPartitioner
 

D

DISABLE_SPLIT_GROUPING - Static variable in class org.apache.tez.examples.TezExampleBase
 

E

ExampleDriver - Class in org.apache.tez.examples
A description of an example program based on its class and a human-readable description.
ExampleDriver() - Constructor for class org.apache.tez.examples.ExampleDriver
 

F

ForwardingProcessor(ProcessorContext) - Constructor for class org.apache.tez.examples.HashJoinExample.ForwardingProcessor
 

G

GenDataProcessor(ProcessorContext) - Constructor for class org.apache.tez.examples.JoinDataGen.GenDataProcessor
 
GENERATE_SPLIT_IN_CLIENT - Static variable in class org.apache.tez.examples.TezExampleBase
 
getAppId() - Method in class org.apache.tez.examples.TezExampleBase
 
getDagName() - Method in class org.apache.tez.examples.JoinValidate
 
getDefaultExecutionContext() - Method in class org.apache.tez.examples.JoinValidate
 
getLhsExecutionContext() - Method in class org.apache.tez.examples.JoinValidate
 
getPartition(Object, Object, int) - Method in class org.apache.tez.examples.CartesianProduct.CustomPartitioner
 
getRhsExecutionContext() - Method in class org.apache.tez.examples.JoinValidate
 
getValidateExecutionContext() - Method in class org.apache.tez.examples.JoinValidate
 

H

HashJoinExample - Class in org.apache.tez.examples
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() - Constructor for class org.apache.tez.examples.HashJoinExample
 
HashJoinExample.ForwardingProcessor - Class in org.apache.tez.examples
Reads key-values from the source and forwards the value as the key for the output
HashJoinExample.HashJoinProcessor - Class in org.apache.tez.examples
Join 2 inputs using Hash Join algorithm.
HashJoinProcessor(ProcessorContext) - Constructor for class org.apache.tez.examples.HashJoinExample.HashJoinProcessor
 

I

initialize() - Method in class org.apache.tez.examples.JoinDataGen.GenDataProcessor
 
isCountersLog() - Method in class org.apache.tez.examples.TezExampleBase
 
isDisableSplitGrouping() - Method in class org.apache.tez.examples.TezExampleBase
 
isGenerateSplitInClient() - Method in class org.apache.tez.examples.TezExampleBase
 

J

JoinDataGen - Class in org.apache.tez.examples
 
JoinDataGen() - Constructor for class org.apache.tez.examples.JoinDataGen
 
JoinDataGen.GenDataProcessor - Class in org.apache.tez.examples
 
JoinProcessor(ProcessorContext) - Constructor for class org.apache.tez.examples.CartesianProduct.JoinProcessor
 
JoinValidate - Class in org.apache.tez.examples
 
JoinValidate() - Constructor for class org.apache.tez.examples.JoinValidate
 
JoinValidate.JoinValidateProcessor - Class in org.apache.tez.examples
 
JoinValidateProcessor(ProcessorContext) - Constructor for class org.apache.tez.examples.JoinValidate.JoinValidateProcessor
 

L

LEAVE_AM_RUNNING - Static variable in class org.apache.tez.examples.TezExampleBase
 
LOCAL_MODE - Static variable in class org.apache.tez.examples.TezExampleBase
 

M

main(String[]) - Static method in class org.apache.tez.examples.CartesianProduct
 
main(String[]) - Static method in class org.apache.tez.examples.ExampleDriver
 
main(String[]) - Static method in class org.apache.tez.examples.HashJoinExample
 
main(String[]) - Static method in class org.apache.tez.examples.JoinDataGen
 
main(String[]) - Static method in class org.apache.tez.examples.JoinValidate
 
main(String[]) - Static method in class org.apache.tez.examples.OrderedWordCount
 
main(String[]) - Static method in class org.apache.tez.examples.SimpleSessionExample
 
main(String[]) - Static method in class org.apache.tez.examples.SortMergeJoinExample
 
main(String[]) - Static method in class org.apache.tez.examples.WordCount
 

N

NoOpSorter(ProcessorContext) - Constructor for class org.apache.tez.examples.OrderedWordCount.NoOpSorter
 

O

OrderedWordCount - Class in org.apache.tez.examples
Simple example that extends the WordCount example to show a chain of processing.
OrderedWordCount() - Constructor for class org.apache.tez.examples.OrderedWordCount
 
OrderedWordCount.NoOpSorter - Class in org.apache.tez.examples
No-op sorter processor.
OrderedWordCount.SumProcessor - Class in org.apache.tez.examples
 
org.apache.tez.examples - package org.apache.tez.examples
 

P

printExtraOptionsUsage(PrintStream) - Method in class org.apache.tez.examples.TezExampleBase
 
printUsage() - Method in class org.apache.tez.examples.CartesianProduct
 
printUsage() - Method in class org.apache.tez.examples.HashJoinExample
 
printUsage() - Method in class org.apache.tez.examples.JoinDataGen
 
printUsage() - Method in class org.apache.tez.examples.JoinValidate
 
printUsage() - Method in class org.apache.tez.examples.OrderedWordCount
 
printUsage() - Method in class org.apache.tez.examples.SimpleSessionExample
 
printUsage() - Method in class org.apache.tez.examples.SortMergeJoinExample
 
printUsage() - Method in class org.apache.tez.examples.TezExampleBase
Print usage instructions for this example
printUsage() - Method in class org.apache.tez.examples.WordCount
 

R

RECONNECT_APP_ID - Static variable in class org.apache.tez.examples.TezExampleBase
 
run() - Method in class org.apache.tez.examples.CartesianProduct.JoinProcessor
 
run() - Method in class org.apache.tez.examples.CartesianProduct.TokenProcessor
 
run() - Method in class org.apache.tez.examples.HashJoinExample.ForwardingProcessor
 
run() - Method in class org.apache.tez.examples.HashJoinExample.HashJoinProcessor
 
run() - Method in class org.apache.tez.examples.JoinDataGen.GenDataProcessor
 
run() - Method in class org.apache.tez.examples.JoinValidate.JoinValidateProcessor
 
run() - Method in class org.apache.tez.examples.OrderedWordCount.NoOpSorter
 
run() - Method in class org.apache.tez.examples.OrderedWordCount.SumProcessor
 
run() - Method in class org.apache.tez.examples.SortMergeJoinExample.SortMergeJoinProcessor
 
run(String[]) - Method in class org.apache.tez.examples.TezExampleBase
 
run(TezConfiguration, String[], TezClient) - Method in class org.apache.tez.examples.TezExampleBase
Utility method to use the example from within code or a test.
run() - Method in class org.apache.tez.examples.WordCount.SumProcessor
 
run() - Method in class org.apache.tez.examples.WordCount.TokenProcessor
 
runDag(DAG, boolean, Logger) - Method in class org.apache.tez.examples.TezExampleBase
 
runJob(String[], TezConfiguration, TezClient) - Method in class org.apache.tez.examples.CartesianProduct
 
runJob(String[], TezConfiguration, TezClient) - Method in class org.apache.tez.examples.HashJoinExample
 
runJob(String[], TezConfiguration, TezClient) - Method in class org.apache.tez.examples.JoinDataGen
 
runJob(String[], TezConfiguration, TezClient) - Method in class org.apache.tez.examples.JoinValidate
 
runJob(String[], TezConfiguration, TezClient) - Method in class org.apache.tez.examples.OrderedWordCount
 
runJob(String[], TezConfiguration, TezClient) - Method in class org.apache.tez.examples.SimpleSessionExample
 
runJob(String[], TezConfiguration, TezClient) - Method in class org.apache.tez.examples.SortMergeJoinExample
 
runJob(String[], TezConfiguration, TezClient) - Method in class org.apache.tez.examples.TezExampleBase
Create and execute the actual DAG for the example
runJob(String[], TezConfiguration, TezClient) - Method in class org.apache.tez.examples.WordCount
 

S

SimpleSessionExample - Class in org.apache.tez.examples
Simple example that shows how Tez session mode can be used to run multiple DAGs in the same session for efficiency and performance.
SimpleSessionExample() - Constructor for class org.apache.tez.examples.SimpleSessionExample
 
SortMergeJoinExample - Class in org.apache.tez.examples
Simple example of joining 2 data sets using Sort-Merge Join
There're 2 differences between SortMergeJoinExample and HashJoinExample.
SortMergeJoinExample() - Constructor for class org.apache.tez.examples.SortMergeJoinExample
 
SortMergeJoinExample.SortMergeJoinProcessor - Class in org.apache.tez.examples
Join 2 inputs which has already been sorted.
SortMergeJoinProcessor(ProcessorContext) - Constructor for class org.apache.tez.examples.SortMergeJoinExample.SortMergeJoinProcessor
 
SumProcessor(ProcessorContext) - Constructor for class org.apache.tez.examples.OrderedWordCount.SumProcessor
 
SumProcessor(ProcessorContext) - Constructor for class org.apache.tez.examples.WordCount.SumProcessor
 

T

TezExampleBase - Class in org.apache.tez.examples
 
TezExampleBase() - Constructor for class org.apache.tez.examples.TezExampleBase
 
TokenProcessor(ProcessorContext) - Constructor for class org.apache.tez.examples.CartesianProduct.TokenProcessor
 
TokenProcessor(ProcessorContext) - Constructor for class org.apache.tez.examples.WordCount.TokenProcessor
 

V

validateArgs(String[]) - Method in class org.apache.tez.examples.CartesianProduct
 
validateArgs(String[]) - Method in class org.apache.tez.examples.HashJoinExample
 
validateArgs(String[]) - Method in class org.apache.tez.examples.JoinDataGen
 
validateArgs(String[]) - Method in class org.apache.tez.examples.JoinValidate
 
validateArgs(String[]) - Method in class org.apache.tez.examples.OrderedWordCount
 
validateArgs(String[]) - Method in class org.apache.tez.examples.SimpleSessionExample
 
validateArgs(String[]) - Method in class org.apache.tez.examples.SortMergeJoinExample
 
validateArgs(String[]) - Method in class org.apache.tez.examples.TezExampleBase
Validate the arguments
validateArgs(String[]) - Method in class org.apache.tez.examples.WordCount
 

W

WordCount - Class in org.apache.tez.examples
Simple example to perform WordCount using Tez API's.
WordCount() - Constructor for class org.apache.tez.examples.WordCount
 
WordCount.SumProcessor - Class in org.apache.tez.examples
 
WordCount.TokenProcessor - Class in org.apache.tez.examples
 
C D E F G H I J L M N O P R S T V W 
Skip navigation links

Copyright © 2021 Apache Software Foundation. All rights reserved.