Uses of Class
org.apache.hadoop.hbase.mapreduce.TableReducer

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

Uses of TableReducer in org.apache.hadoop.hbase.mapreduce
 

Subclasses of TableReducer in org.apache.hadoop.hbase.mapreduce
 class IdentityTableReducer
          Convenience class that simply writes all values (which must be Put or Delete instances) passed to it out to the configured HBase table.
 

Method parameters in org.apache.hadoop.hbase.mapreduce with type arguments of type TableReducer
static void TableMapReduceUtil.initTableReducerJob(String table, Class<? extends TableReducer> reducer, org.apache.hadoop.mapreduce.Job job)
          Use this before submitting a TableReduce job.
static void TableMapReduceUtil.initTableReducerJob(String table, Class<? extends TableReducer> reducer, org.apache.hadoop.mapreduce.Job job, Class partitioner)
          Use this before submitting a TableReduce job.
static void TableMapReduceUtil.initTableReducerJob(String table, Class<? extends TableReducer> reducer, org.apache.hadoop.mapreduce.Job job, Class partitioner, String quorumAddress, String serverClass, String serverImpl)
          Use this before submitting a TableReduce job.
static void TableMapReduceUtil.initTableReducerJob(String table, Class<? extends TableReducer> reducer, org.apache.hadoop.mapreduce.Job job, Class partitioner, String quorumAddress, String serverClass, String serverImpl, boolean addDependencyJars)
          Use this before submitting a TableReduce job.
 



Copyright © 2011 The Apache Software Foundation. All Rights Reserved.