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
9f577346
...
9f577346396f42353960723b9cd6d529c76c118c
authored
2022-02-11 17:09:21 +0800
by
zhanghao
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
commit
1 parent
5687da91
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
run_linux_debug.sh
run_linux_debug.sh
View file @
9f57734
...
...
@@ -4,7 +4,7 @@ hadoop fs -put /home/test/logs/app.out /input/debug/data/app.out
hadoop jar ./target/BrBigDataTest-1.0.0.jar com.bigdata.test.ETLAppDebug /input/debug/data/app.out /input/debug/etl/
sleep 3
maxTimestamp
=
$(
hive -f ./shell/max_timestamp.hql
)
maxTimestamp
=
$(
hive -f ./shell
_debug
/max_timestamp.hql
)
hive -f ./shell_debug/load_data.hql
$(
hive -hivevar
myTimestamp
=
$maxTimestamp
-f ./shell_debug/method_count.hql
)
...
...
Please
register
or
sign in
to post a comment