1. hadoop fs -put ./SogouQ.reduced /
    1. hadoop fs -cat /183/output/part-r-00000
    1. create table SogouLog(Time string,UiD string,Content string,Rank int,Hits int,Url string) row format delimited fields terminated by ',';
    1. load data inpath '/183/output/part-r-00000' into table SogouLog
    1. select * from SogouLog where Rank=2 and Hits=1;
    1. describe SogouLog;
    1. hive> drop table if exists sogoulog;