Package | Description |
---|---|
org.apache.hadoop.hbase.mapred |
Provides HBase MapReduce
Input/OutputFormats, a table indexing MapReduce job, and utility
|
Modifier and Type | Class and Description |
---|---|
class |
IdentityTableReduce
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static void |
TableMapReduceUtil.initTableReduceJob(String table,
Class<? extends TableReduce> reducer,
org.apache.hadoop.mapred.JobConf job)
Deprecated.
Use this before submitting a TableReduce job.
|
static void |
TableMapReduceUtil.initTableReduceJob(String table,
Class<? extends TableReduce> reducer,
org.apache.hadoop.mapred.JobConf job,
Class partitioner)
Deprecated.
Use this before submitting a TableReduce job.
|
static void |
TableMapReduceUtil.initTableReduceJob(String table,
Class<? extends TableReduce> reducer,
org.apache.hadoop.mapred.JobConf job,
Class partitioner,
boolean addDependencyJars)
Deprecated.
Use this before submitting a TableReduce job.
|
Copyright © 2014 The Apache Software Foundation. All rights reserved.