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

Packages that use TableReduce
org.apache.hadoop.hbase.mapred   
 

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

Subclasses of TableReduce in org.apache.hadoop.hbase.mapred
 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 TableReduce.initJob(String table, Class<? extends TableReduce> reducer, JobConf job)
          Use this before submitting a TableReduce job.
 



Copyright © 2006 The Apache Software Foundation