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
b4c641a7
...
b4c641a7952a17f50977ca995dd3c4a97a1a7c42
authored
2021-04-20 14:24:30 +0800
by
zhanghao
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
commit
1 parent
cd705937
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
run.sh
run.sh
View file @
b4c641a
...
...
@@ -8,4 +8,4 @@
#total=$(hive -f ./shell/select.hql)
#result=$(echo $total | tr " " ",")
#curl http://192.168.8.113:9090/tool/hadoopTotal?total=${result}
$(
hive -e create table testdb.qa_log_mytest as
select
*
from testdb.qa_log;
)
\ No newline at end of file
$(
hive -e
'create table testdb.qa_log_$1 as select * from testdb.qa_log'
)
\ No newline at end of file
...
...
Please
register
or
sign in
to post a comment