Uses of Interface
org.apache.hadoop.hbase.mapred.TableReduce

Packages that use TableReduce
org.apache.hadoop.hbase.mapred Provides HBase MapReduce Input/OutputFormats, a table indexing MapReduce job, and utility 
 

Uses of TableReduce in org.apache.hadoop.hbase.mapred
 

Classes in org.apache.hadoop.hbase.mapred that implement TableReduce
 class IdentityTableReduce
          Write to table each key, record pair
 

Method parameters in org.apache.hadoop.hbase.mapred with type arguments of type TableReduce
static void TableMapReduceUtil.initTableReduceJob(String table, Class<? extends TableReduce> reducer, org.apache.hadoop.mapred.JobConf job)
          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)
          Use this before submitting a TableReduce job.
 



Copyright © 2008 The Apache Software Foundation