load_data.hql 208 Bytes
use testdb;
truncate table qa_log;
truncate table method_count;
truncate table biz_data_count;
truncate table biz_data_response;
LOAD DATA INPATH 'hdfs://localhost:8020/input/etl' OVERWRITE INTO TABLE qa_log;