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