HBASE-8342 TestTableInputFormatScan#testScanFromConfiguration fails on hadoop2 profile
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1468196 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
10a3358bed
commit
fd2b14c873
|
@ -342,6 +342,7 @@ public class TestTableInputFormatScan {
|
||||||
job.setInputFormatClass(TableInputFormat.class);
|
job.setInputFormatClass(TableInputFormat.class);
|
||||||
job.setNumReduceTasks(1);
|
job.setNumReduceTasks(1);
|
||||||
FileOutputFormat.setOutputPath(job, new Path(job.getJobName()));
|
FileOutputFormat.setOutputPath(job, new Path(job.getJobName()));
|
||||||
|
TableMapReduceUtil.addDependencyJars(job);
|
||||||
assertTrue(job.waitForCompletion(true));
|
assertTrue(job.waitForCompletion(true));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue