Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mobvista-dmp
Project
Overview
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
王金锋
mobvista-dmp
Commits
d5349c12
Commit
d5349c12
authored
Aug 02, 2021
by
WangJinfeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add rtdmp alter
parent
fcc273b7
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
0 deletions
+18
-0
rtdmp_alter.job
azkaban/rtdmp/rtdmp_alter.job
+3
-0
rtdmp_alter.sh
azkaban/rtdmp/rtdmp_alter.sh
+15
-0
taobao-sdk-java-auto_1479188381469-20210727.jar
...rces/jars/taobao-sdk-java-auto_1479188381469-20210727.jar
+0
-0
No files found.
azkaban/rtdmp/rtdmp_alter.job
0 → 100644
View file @
d5349c12
type=command
command=bash -x rtdmp_alter.sh
\ No newline at end of file
azkaban/rtdmp/rtdmp_alter.sh
0 → 100644
View file @
d5349c12
#!/bin/bash
source
../dmp_env.sh
today
=
${
ScheduleTime
:-
$1
}
start_time
=
$(
date
+
"%Y-%m-%d %H:00:00"
-d
"-168 hours
$today
"
)
end_time
=
$(
date
+
"%Y-%m-%d %H:59:59"
-d
"-1 hours
$today
"
)
java
-cp
../
${
JAR
}
mobvista.dmp.datasource.rtdmp.RTDmpAlter
"
${
start_time
}
"
"
${
end_time
}
"
if
[[
$?
-ne
0
]]
;
then
exit
255
fi
\ No newline at end of file
src/main/resources/jars/taobao-sdk-java-auto_1479188381469-20210727.jar
0 → 100644
View file @
d5349c12
File added
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