commit
Showing
2 changed files
with
5 additions
and
0 deletions
| ... | @@ -37,6 +37,10 @@ timestamp string, | ... | @@ -37,6 +37,10 @@ timestamp string, |
| 37 | response string | 37 | response string |
| 38 | ) ROW FORMAT DELIMITED FIELDS TERMINATED BY '\t'; | 38 | ) ROW FORMAT DELIMITED FIELDS TERMINATED BY '\t'; |
| 39 | 39 | ||
| 40 | CREATE TABLE project_config_debug( | ||
| 41 | timestamp string | ||
| 42 | ) ROW FORMAT DELIMITED FIELDS TERMINATED BY '\t'; | ||
| 43 | |||
| 40 | CREATE TABLE huo_dong_ru_kou_debug( | 44 | CREATE TABLE huo_dong_ru_kou_debug( |
| 41 | method string, | 45 | method string, |
| 42 | biz_data string, | 46 | biz_data string, | ... | ... |
| 1 | use testdb; | 1 | use testdb; |
| 2 | 2 | ||
| 3 | INSERT OVERWRITE TABLE biz_data_response_debug | ||
| 3 | select max(timestamp) as timestamp | 4 | select max(timestamp) as timestamp |
| 4 | from qa_log_debug | 5 | from qa_log_debug |
| 5 | where method is not null and method!='N/A'; | 6 | where method is not null and method!='N/A'; |
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or sign in to post a comment