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:
Jonathan Hsieh 2013-04-15 19:18:56 +00:00
parent 10a3358bed
commit fd2b14c873
1 changed files with 1 additions and 0 deletions

View File

@ -342,6 +342,7 @@ public class TestTableInputFormatScan {
job.setInputFormatClass(TableInputFormat.class);
job.setNumReduceTasks(1);
FileOutputFormat.setOutputPath(job, new Path(job.getJobName()));
TableMapReduceUtil.addDependencyJars(job);
assertTrue(job.waitForCompletion(true));
}