Commit 3d78d6fb 3d78d6fbfc310eb78e112ff9577497d81415107f by 张浩

commit

1 parent 74091e12
use testdb;
truncate table biz_data_count;
truncate table biz_data_response;
LOAD DATA INPATH 'hdfs://localhost:8020/input/etl' OVERWRITE INTO TABLE qa_log;
\ No newline at end of file
......