| Method parameters in org.apache.hadoop.hbase.mapred with type arguments of type TableReduce |
static void |
TableMapReduceUtil.initTableReduceJob(java.lang.String table,
java.lang.Class<? extends TableReduce> reducer,
org.apache.hadoop.mapred.JobConf job)
Deprecated. Use this before submitting a TableReduce job. |
static void |
TableMapReduceUtil.initTableReduceJob(java.lang.String table,
java.lang.Class<? extends TableReduce> reducer,
org.apache.hadoop.mapred.JobConf job,
java.lang.Class partitioner)
Deprecated. Use this before submitting a TableReduce job. |
static void |
TableMapReduceUtil.initTableReduceJob(java.lang.String table,
java.lang.Class<? extends TableReduce> reducer,
org.apache.hadoop.mapred.JobConf job,
java.lang.Class partitioner,
boolean addDependencyJars)
Deprecated. Use this before submitting a TableReduce job. |