|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TableMap | |
---|---|
org.apache.hadoop.hbase.mapred | Provides HBase MapReduce Input/OutputFormats, a table indexing MapReduce job, and utility |
Uses of TableMap in org.apache.hadoop.hbase.mapred |
---|
Classes in org.apache.hadoop.hbase.mapred that implement TableMap | |
---|---|
class |
GroupingTableMap
Deprecated. |
class |
IdentityTableMap
Deprecated. |
Method parameters in org.apache.hadoop.hbase.mapred with type arguments of type TableMap | |
---|---|
static void |
IdentityTableMap.initJob(String table,
String columns,
Class<? extends TableMap> mapper,
org.apache.hadoop.mapred.JobConf job)
Deprecated. Use this before submitting a TableMap job. |
static void |
GroupingTableMap.initJob(String table,
String columns,
String groupColumns,
Class<? extends TableMap> mapper,
org.apache.hadoop.mapred.JobConf job)
Deprecated. Use this before submitting a TableMap job. |
static void |
TableMapReduceUtil.initMultiTableSnapshotMapperJob(Map<String,Collection<Scan>> snapshotScans,
Class<? extends TableMap> mapper,
Class<?> outputKeyClass,
Class<?> outputValueClass,
org.apache.hadoop.mapred.JobConf job,
boolean addDependencyJars,
org.apache.hadoop.fs.Path tmpRestoreDir)
Deprecated. Sets up the job for reading from one or more multiple table snapshots, with one or more scans per snapshot. |
static void |
TableMapReduceUtil.initTableMapJob(String table,
String columns,
Class<? extends TableMap> mapper,
Class<?> outputKeyClass,
Class<?> outputValueClass,
org.apache.hadoop.mapred.JobConf job)
Deprecated. Use this before submitting a TableMap job. |
static void |
TableMapReduceUtil.initTableMapJob(String table,
String columns,
Class<? extends TableMap> mapper,
Class<?> outputKeyClass,
Class<?> outputValueClass,
org.apache.hadoop.mapred.JobConf job,
boolean addDependencyJars)
Deprecated. |
static void |
TableMapReduceUtil.initTableMapJob(String table,
String columns,
Class<? extends TableMap> mapper,
Class<?> outputKeyClass,
Class<?> outputValueClass,
org.apache.hadoop.mapred.JobConf job,
boolean addDependencyJars,
Class<? extends org.apache.hadoop.mapred.InputFormat> inputFormat)
Deprecated. Use this before submitting a TableMap job. |
static void |
TableMapReduceUtil.initTableSnapshotMapJob(String snapshotName,
String columns,
Class<? extends TableMap> mapper,
Class<?> outputKeyClass,
Class<?> outputValueClass,
org.apache.hadoop.mapred.JobConf job,
boolean addDependencyJars,
org.apache.hadoop.fs.Path tmpRestoreDir)
Deprecated. Sets up the job for reading from a table snapshot. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |