|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TableMap | |
|---|---|
| org.apache.hadoop.hbase.mapred | |
| Uses of TableMap in org.apache.hadoop.hbase.mapred |
|---|
| Subclasses of TableMap in org.apache.hadoop.hbase.mapred | |
|---|---|
class |
GroupingTableMap
Extract grouping columns from input record |
class |
IdentityTableMap
Pass the given key and record as-is to reduce |
| Method parameters in org.apache.hadoop.hbase.mapred with type arguments of type TableMap | |
|---|---|
static void |
TableMap.initJob(String table,
String columns,
Class<? extends TableMap> mapper,
JobConf job)
Use this before submitting a TableMap job. |
static void |
GroupingTableMap.initJob(String table,
String columns,
String groupColumns,
Class<? extends TableMap> mapper,
JobConf job)
Use this before submitting a TableMap job. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||