HBASE-3578 TableInputFormat does not setup the configuration for HBase mapreduce jobs correctly

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1075531 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2011-02-28 21:05:02 +00:00
parent 0a44f87441
commit 1ece6aced2
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ import org.apache.hadoop.conf.Configuration;
import org.apache.hadoop.fs.FileSystem;
import org.apache.hadoop.fs.Path;
import org.apache.hadoop.hbase.HConstants;
import org.apache.hadoop.hbase.HBaseConfiguration;
import org.apache.hadoop.hbase.client.HTable;
import org.apache.hadoop.hbase.client.Scan;
import org.apache.hadoop.hbase.io.ImmutableBytesWritable;