HBASE-987 We need a Hbase Partitioner for TableMapReduceUtil.initTableReduceJob MR Jobs; fix broke build
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@713071 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2492b8b659
commit
78ce1b10c9
|
@ -69,7 +69,8 @@ public class TableMapReduceUtil {
|
||||||
* @throws IOException
|
* @throws IOException
|
||||||
*/
|
*/
|
||||||
public static void initTableReduceJob(String table,
|
public static void initTableReduceJob(String table,
|
||||||
Class<? extends TableReduce> reducer, JobConf job) {
|
Class<? extends TableReduce> reducer, JobConf job)
|
||||||
|
throws IOException {
|
||||||
initTableReduceJob(table, reducer, job, null);
|
initTableReduceJob(table, reducer, job, null);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue