HBASE-8684: Table Coprocessor can't access external HTable by default - ADDENDUM: moving test to correct package

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1490078 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
jyates 2013-06-05 23:27:47 +00:00
parent b5bdfb6f3f
commit d6550253a7
1 changed files with 5 additions and 1 deletions

View File

@ -16,13 +16,17 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.apache.hadoop.hbase;
package org.apache.hadoop.hbase.coprocessor;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;
import java.io.IOException;
import org.apache.hadoop.hbase.HBaseTestingUtility;
import org.apache.hadoop.hbase.HColumnDescriptor;
import org.apache.hadoop.hbase.HTableDescriptor;
import org.apache.hadoop.hbase.MediumTests;
import org.apache.hadoop.hbase.client.Durability;
import org.apache.hadoop.hbase.client.HBaseAdmin;
import org.apache.hadoop.hbase.client.HTable;