load_data.hql 208 Bytes Raw Blame History Permalink 1 2 3 4 5 6 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;