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
fa007b43
...
fa007b435690eb386603f172dba09b65a15c5f1e
authored
2022-02-16 10:34:27 +0800
by
zhanghao
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
commit
1 parent
89bb1333
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
shell_debug/create_table.hql
shell_debug/max_timestamp.hql
shell_debug/create_table.hql
View file @
fa007b4
...
...
@@ -37,6 +37,10 @@ timestamp string,
response string
) ROW FORMAT DELIMITED FIELDS TERMINATED BY '\t';
CREATE TABLE project_config_debug(
timestamp string
) ROW FORMAT DELIMITED FIELDS TERMINATED BY '\t';
CREATE TABLE huo_dong_ru_kou_debug(
method string,
biz_data string,
...
...
shell_debug/max_timestamp.hql
View file @
fa007b4
use testdb;
INSERT OVERWRITE TABLE biz_data_response_debug
select max(timestamp) as timestamp
from qa_log_debug
where method is not null and method!='N/A';
\ No newline at end of file
...
...
Please
register
or
sign in
to post a comment