解决编译出错的问题

This commit is contained in:
ascrutae 2016-04-05 14:45:27 +08:00
parent ea638df092
commit 1a3c680f97
1 changed files with 2 additions and 3 deletions

View File

@ -15,13 +15,12 @@ import org.apache.hadoop.hbase.TableName;
import org.apache.hadoop.hbase.client.*;
import org.apache.hadoop.hbase.util.Bytes;
import org.apache.hadoop.io.Text;
import org.junit.Test;
import java.io.IOException;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
import java.util.*;
/**
* Created by astraea on 2016/1/15.