Commit 84345e52 authored by 赵建伟's avatar 赵建伟

update codes

parent 42546eff
#step1_1.job
type=command
command=sh /srv/apps/ib-report/lib/shell/waitsuccess.sh hive online tl_hdfs_api_tag_3_0_view 20200423
\ No newline at end of file
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
#step1_2.job
type=command
command=sh /srv/apps/ib-report/lib/shell/waitsuccess.sh hive online tl_hdfs_api_tag_aggregate_view 20200423
\ No newline at end of file
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
#step1_3.job
type=command
command=sh /srv/apps/ib-report/lib/shell/waitsuccess.sh hive online tl_hdfs_api_tag_attr_tag_view 20200423
\ No newline at end of file
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
#step1_4.job
type=command
command=sh /srv/apps/ib-report/lib/shell/waitsuccess.sh hive online tl_hdfs_api_tag_attr_view 20200423
\ No newline at end of file
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
#step1_5.job
type=command
command=sh /srv/apps/ib-report/lib/shell/waitsuccess.sh hive online tl_hdfs_api_tag_map_oldtag_view 20200423
\ No newline at end of file
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
#step1_6.job
type=command
command=sh /srv/apps/ib-report/lib/shell/waitsuccess.sh hive online tl_hdfs_api_tag_view 20200423
\ No newline at end of file
command=sh /srv/apps/bi-report/lib/shell/waitsuccess.sh hive online tl_hdfs_api_tag_view 20200423
\ No newline at end of file
......@@ -214,7 +214,7 @@ def processlog():
write2file("--------------------------------------------------------------------------------------")
def write2file(sss):
logfile = "/home/bi/mazhimo/py/sendmail.log"
logfile = "/data/bi-report/logs/sendmail.log"
output=open(logfile,'a')
output.write(str(sss) + "\n")
output.close()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment