Commit 8e59b7cc 8e59b7cc5db8845433f9b20f85171da6f6051d29 by zhanghao

commit

1 parent 02162c93
...@@ -3,4 +3,4 @@ use testdb; ...@@ -3,4 +3,4 @@ use testdb;
3 INSERT OVERWRITE TABLE biz_data_response_debug 3 INSERT OVERWRITE TABLE biz_data_response_debug
4 select method,biz_data,uid,timestamp,response 4 select method,biz_data,uid,timestamp,response
5 from qa_log_debug 5 from qa_log_debug
6 where method is not null and method!='N/A' and timestamp>${hiveconf:myTimestamp};
...\ No newline at end of file ...\ No newline at end of file
6 where method is not null and method!='N/A' and timestamp>\\'${hiveconf:myTimestamp}\\';
...\ No newline at end of file ...\ No newline at end of file
......