HBASE-5419 FileAlreadyExistsException has moved from mapred to fs package

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1391306 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2012-09-28 05:35:54 +00:00
parent 18b40d61c3
commit 3337b47792
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ import org.apache.hadoop.hbase.HBaseConfiguration;
import org.apache.hadoop.hbase.client.HTable;
import org.apache.hadoop.hbase.client.Put;
import org.apache.hadoop.hbase.io.ImmutableBytesWritable;
import org.apache.hadoop.mapred.FileAlreadyExistsException;
import org.apache.hadoop.fs.FileAlreadyExistsException;
import org.apache.hadoop.mapred.InvalidJobConfException;
import org.apache.hadoop.mapred.JobConf;
import org.apache.hadoop.mapred.FileOutputFormat;