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
051f8e4d
...
051f8e4de5bf0a335596a4ad8d31086f1dc9e0f4
authored
2022-02-25 15:01:08 +0800
by
zhanghao
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
commit
1 parent
fc911e7d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
run_linux.sh
run_linux.sh
View file @
051f8e4
...
...
@@ -23,4 +23,6 @@ sqoop export --connect "jdbc:mysql://127.0.0.1:3306/bigdata" --username root --p
sleep 3
sqoop
export
--connect
"jdbc:mysql://127.0.0.1:3306/bigdata"
--username root --password zidonghua --table biz_data_response --export-dir /user/hive/warehouse/testdb.db/biz_data_response --input-fields-terminated-by
'\t'
sleep 3
mysql -uroot -pzidonghua -e
"truncate bigdata.tc_response;"
sleep 3
sqoop
export
--connect
"jdbc:mysql://127.0.0.1:3306/bigdata"
--username root --password zidonghua --table tc_response --export-dir /user/hive/warehouse/testdb.db/tc_response --input-fields-terminated-by
'\t'
...
...
Please
register
or
sign in
to post a comment