Commit 3d78d6fb 3d78d6fbfc310eb78e112ff9577497d81415107f by 张浩

commit

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