1.可以先复制到hdfs里
2.然后再用hive的外部表 建立一个新表,建好表就可以直接select查询了,不需要再次load 到hive里
比如:
CREATE EXTERNAL TABLE testHiveDriverTable(hostname string,logdate string, type string,class string,demo array