load_data.hql 179 Bytes Raw Blame History Permalink 1 2 3 4 5 use testdb; truncate table qa_log; truncate table biz_data_count; truncate table biz_data_response; LOAD DATA INPATH 'hdfs://localhost:8020/input/etl' OVERWRITE INTO TABLE qa_log;