Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
B
bi-report
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
data
bi-report
Commits
ccd02635
Commit
ccd02635
authored
Apr 26, 2020
by
赵建伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update codes
parent
c1f80553
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
6 deletions
+6
-6
hive2csv.sh
lib/shell/hive2csv.sh
+1
-1
hive2hive.sh
lib/shell/hive2hive.sh
+1
-1
sparksql2csv.sh
lib/shell/sparksql2csv.sh
+1
-1
sparksql2email.sh
lib/shell/sparksql2email.sh
+1
-1
waitsuccess.sh
lib/shell/waitsuccess.sh
+2
-2
No files found.
lib/shell/hive2csv.sh
View file @
ccd02635
...
...
@@ -5,7 +5,7 @@ source /etc/profile
if
[
$#
-lt
1
]
;
then
echo
"Param error, please check again!"
exit
0
exit
1
fi
#默认取输入的账期
...
...
lib/shell/hive2hive.sh
View file @
ccd02635
...
...
@@ -5,7 +5,7 @@ source /etc/profile
if
[
$#
-lt
1
]
;
then
echo
"Param error, please check again!"
exit
0
exit
1
fi
#默认取输入的账期
...
...
lib/shell/sparksql2csv.sh
View file @
ccd02635
...
...
@@ -5,7 +5,7 @@ source /etc/profile
if
[
$#
-lt
2
]
;
then
echo
"Param error, please check again!"
exit
0
exit
1
fi
#默认取输入的账期
...
...
lib/shell/sparksql2email.sh
View file @
ccd02635
...
...
@@ -5,7 +5,7 @@ source /etc/profile
if
[
$#
-lt
3
]
;
then
echo
"Param error, please check again!"
exit
0
exit
1
fi
#默认取输入的账期
...
...
lib/shell/waitsuccess.sh
View file @
ccd02635
#!/bin/bash
if
[
$#
-lt
4
]
;
then
if
[
$#
-lt
3
]
;
then
echo
"Param error, please check again!"
exit
0
exit
1
fi
yesterday_date
=
$4
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment