Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
张浩
/
BrBigDataTest
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
9e61038a
...
9e61038a9bf76c6c6f87e5863f2bd2ead7157d18
authored
2022-02-11 18:09:01 +0800
by
zhanghao
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
commit
1 parent
39fd414a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
shell_debug/method_count.hql
shell_debug/method_count.hql
View file @
9e61038
...
...
@@ -2,5 +2,5 @@ use testdb;
INSERT OVERWRITE TABLE method_count_debug
select method,count(1) as count,max(timestamp) as timestamp
from (select * from qa_log_debug where method is not null and method!='N/A' and timestamp>
${hivevar:myTimestamp}
) my_debug
from (select * from qa_log_debug where method is not null and method!='N/A' and timestamp>
'${hivevar:myTimestamp}'
) my_debug
group by method;
\ No newline at end of file
...
...
Please
register
or
sign in
to post a comment