HBASE-13498 Addendum missed local change from conflict resolution.

This commit is contained in:
Sean Busbey 2015-04-20 11:21:14 -05:00
parent b924c7564f
commit 83b6f88d5f
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@ import org.apache.hadoop.hbase.regionserver.HRegion;
import org.apache.hadoop.hdfs.DistributedFileSystem;
import org.apache.hadoop.io.IOUtils;
import org.apache.hadoop.io.SequenceFile;
import org.apache.hadoop.ipc.RemoteException;
import org.apache.hadoop.security.UserGroupInformation;
import org.apache.hadoop.util.Progressable;
import org.apache.hadoop.util.ReflectionUtils;