HBASE-4537 Unused TestUser imports break compilation against secure Hadoop

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1179005 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary Helmling 2011-10-04 23:10:33 +00:00
parent 6529cf3660
commit fa6fb56932
2 changed files with 1 additions and 2 deletions

View File

@ -697,6 +697,7 @@ Release 0.90.5 - Unreleased
certain circumstances (David Revell)
HBASE-4515 User.getCurrent() can fail to initialize the current user
HBASE-4473 NPE when executors are down but events are still coming in
HBASE-4537 TestUser imports breaking build against secure Hadoop
IMPROVEMENT
HBASE-4205 Enhance HTable javadoc (Eric Charles)

View File

@ -25,8 +25,6 @@ import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.apache.hadoop.conf.Configuration;
import org.apache.hadoop.hbase.HBaseConfiguration;
import org.apache.hadoop.security.UnixUserGroupInformation;
import org.apache.hadoop.security.UserGroupInformation;
import org.junit.Test;
import java.io.IOException;