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
f35b39f8
...
f35b39f8a353859f8553b552077b93f3ab483205
authored
2022-03-11 13:56:37 +0800
by
zhanghao
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
commit
1 parent
4a720c47
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletions
run_linux_debug.sh
run_linux_debug.sh
View file @
f35b39f
#!/bin/bash
rm -rf /home/test/logs/app.log
cat /home/test/logs/app.out-2022-03-10 >> /home/test/logs/app.log
cat /home/test/logs/app.out-2022-03-11 >> /home/test/logs/app.log
cat /home/test/logs/app.out >> /home/test/logs/app.log
hadoop fs -rm /input/debug/data/app.out
hadoop fs -put /home/test/logs/app.
out
/input/debug/data/app.out
hadoop fs -put /home/test/logs/app.
log
/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
...
...
Please
register
or
sign in
to post a comment