public class HashJoinExample
extends org.apache.hadoop.conf.Configured
implements org.apache.hadoop.util.Tool
| Modifier and Type | Class and Description |
|---|---|
static class |
HashJoinExample.ForwardingProcessor
Reads key-values from the source and forwards the value as the key for the
output
|
static class |
HashJoinExample.HashJoinProcessor
Join 2 inputs using Hash Join algorithm.
|
| Constructor and Description |
|---|
HashJoinExample() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args) |
int |
run(org.apache.hadoop.conf.Configuration conf,
String[] args,
org.apache.tez.client.TezClient tezClient) |
int |
run(String[] args) |
Copyright © 2014 Apache Software Foundation. All rights reserved.