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
84345e52
Commit
84345e52
authored
Apr 24, 2020
by
赵建伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update codes
parent
42546eff
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
13 additions
and
13 deletions
+13
-13
step1_1.job
jobs/demo/step1_1.job
+2
-2
step1_2.job
jobs/demo/step1_2.job
+2
-2
step1_3.job
jobs/demo/step1_3.job
+2
-2
step1_4.job
jobs/demo/step1_4.job
+2
-2
step1_5.job
jobs/demo/step1_5.job
+2
-2
step1_6.job
jobs/demo/step1_6.job
+2
-2
sendmail.py
lib/python/sendmail.py
+1
-1
No files found.
jobs/demo/step1_1.job
View file @
84345e52
#step1_1.job
#step1_1.job
type=command
type=command
command=sh /srv/apps/ib-report/lib/shell/waitsuccess.sh hive online tl_hdfs_api_tag_3_0_view 20200423
command=sh /srv/apps/bi-report/lib/shell/waitsuccess.sh hive online tl_hdfs_api_tag_3_0_view 20200423
\ No newline at end of file
\ No newline at end of file
jobs/demo/step1_2.job
View file @
84345e52
#step1_2.job
#step1_2.job
type=command
type=command
command=sh /srv/apps/ib-report/lib/shell/waitsuccess.sh hive online tl_hdfs_api_tag_aggregate_view 20200423
command=sh /srv/apps/bi-report/lib/shell/waitsuccess.sh hive online tl_hdfs_api_tag_aggregate_view 20200423
\ No newline at end of file
\ No newline at end of file
jobs/demo/step1_3.job
View file @
84345e52
#step1_3.job
#step1_3.job
type=command
type=command
command=sh /srv/apps/ib-report/lib/shell/waitsuccess.sh hive online tl_hdfs_api_tag_attr_tag_view 20200423
command=sh /srv/apps/bi-report/lib/shell/waitsuccess.sh hive online tl_hdfs_api_tag_attr_tag_view 20200423
\ No newline at end of file
\ No newline at end of file
jobs/demo/step1_4.job
View file @
84345e52
#step1_4.job
#step1_4.job
type=command
type=command
command=sh /srv/apps/ib-report/lib/shell/waitsuccess.sh hive online tl_hdfs_api_tag_attr_view 20200423
command=sh /srv/apps/bi-report/lib/shell/waitsuccess.sh hive online tl_hdfs_api_tag_attr_view 20200423
\ No newline at end of file
\ No newline at end of file
jobs/demo/step1_5.job
View file @
84345e52
#step1_5.job
#step1_5.job
type=command
type=command
command=sh /srv/apps/ib-report/lib/shell/waitsuccess.sh hive online tl_hdfs_api_tag_map_oldtag_view 20200423
command=sh /srv/apps/bi-report/lib/shell/waitsuccess.sh hive online tl_hdfs_api_tag_map_oldtag_view 20200423
\ No newline at end of file
\ No newline at end of file
jobs/demo/step1_6.job
View file @
84345e52
#step1_6.job
#step1_6.job
type=command
type=command
command=sh /srv/apps/ib-report/lib/shell/waitsuccess.sh hive online tl_hdfs_api_tag_view 20200423
command=sh /srv/apps/bi-report/lib/shell/waitsuccess.sh hive online tl_hdfs_api_tag_view 20200423
\ No newline at end of file
\ No newline at end of file
lib/python/sendmail.py
View file @
84345e52
...
@@ -214,7 +214,7 @@ def processlog():
...
@@ -214,7 +214,7 @@ def processlog():
write2file
(
"--------------------------------------------------------------------------------------"
)
write2file
(
"--------------------------------------------------------------------------------------"
)
def
write2file
(
sss
):
def
write2file
(
sss
):
logfile
=
"/
home/bi/mazhimo/py
/sendmail.log"
logfile
=
"/
data/bi-report/logs
/sendmail.log"
output
=
open
(
logfile
,
'a'
)
output
=
open
(
logfile
,
'a'
)
output
.
write
(
str
(
sss
)
+
"
\n
"
)
output
.
write
(
str
(
sss
)
+
"
\n
"
)
output
.
close
()
output
.
close
()
...
...
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