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
78ae5643
Commit
78ae5643
authored
Jan 07, 2022
by
WangJinfeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove ruid_mapping
parent
427a5422
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
14 additions
and
10 deletions
+14
-10
adn_install_total_v1
azkaban/adn/package/adn_install_total_v1
+0
-0
adn_interest_install.job
azkaban/adn/package/adn_interest_install.job
+2
-1
adn_interest_install.sh
azkaban/adn/package/adn_interest_install.sh
+1
-1
adn_interest_request.job
azkaban/adn/package/adn_interest_request.job
+2
-1
adn_interest_request.sh
azkaban/adn/package/adn_interest_request.sh
+1
-1
adn_request_other_install_v1
azkaban/adn/package/adn_request_other_install_v1
+0
-0
adn_request_other_interest.job
azkaban/adn/package/adn_request_other_interest.job
+2
-1
adn_request_other_interest.sh
azkaban/adn/package/adn_request_other_interest.sh
+1
-1
adn_request_pkg_total_v1
azkaban/adn/package/adn_request_pkg_total_v1
+0
-0
adn_sdk_install_v1
azkaban/adn_sdk/adn_sdk_install_v1
+0
-0
adn_sdk_interest.job
azkaban/adn_sdk/adn_sdk_interest.job
+2
-1
adn_sdk_interest.sh
azkaban/adn_sdk/adn_sdk_interest.sh
+1
-1
adn_sdk_v2_interest.sh
azkaban/adn_sdk/adn_sdk_v2_interest.sh
+1
-1
AdnOrgLogEtlHours.scala
...scala/mobvista/dmp/datasource/adn/AdnOrgLogEtlHours.scala
+1
-1
No files found.
azkaban/adn/package/adn_install_total_v1
.job
→
azkaban/adn/package/adn_install_total_v1
View file @
78ae5643
File moved
azkaban/adn/package/adn_interest_install.job
View file @
78ae5643
type=command
dependencies=adn_install_total
_v1
dependencies=adn_install_total
command=sh -x adn_interest_install.sh
\ No newline at end of file
azkaban/adn/package/adn_interest_install.sh
View file @
78ae5643
...
...
@@ -14,7 +14,7 @@ month=${LOG_TIME:4:2}
day
=
${
LOG_TIME
:6:2
}
INPUT_INSTALL_PATH
=
"
${
DM_INSTALL_LIST
}
_v1
/
$year
/
$month
/
$day
/adn_install"
INPUT_INSTALL_PATH
=
"
${
DM_INSTALL_LIST
}
/
$year
/
$month
/
$day
/adn_install"
INPUT_APP_TAG_PATH
=
"
$APP_TAG_PATH
/
$year
/
$month
/
$day
"
OUTPUT_INTEREST_TAG
=
"
$DM_INTEREST_PATH
/
$year
/
$month
/
$day
/adn_install"
...
...
azkaban/adn/package/adn_interest_request.job
View file @
78ae5643
type=command
dependencies=adn_request_pkg_total
_v1
dependencies=adn_request_pkg_total
command=sh -x adn_interest_request.sh
\ No newline at end of file
azkaban/adn/package/adn_interest_request.sh
View file @
78ae5643
...
...
@@ -16,7 +16,7 @@ day=${LOG_TIME:6:2}
check_await
"
$APP_TAG_PATH
/
$year
/
$month
/
$day
/_SUCCESS"
INPUT_INSTALL_PATH
=
"
${
DM_INSTALL_LIST
}
_v1
/
$year
/
$month
/
$day
/adn_request_sdk"
INPUT_INSTALL_PATH
=
"
${
DM_INSTALL_LIST
}
/
$year
/
$month
/
$day
/adn_request_sdk"
INPUT_APP_TAG_PATH
=
"
$APP_TAG_PATH
/
${
year
}
/
${
month
}
/
${
day
}
/"
OUTPUT
=
"
$DM_INTEREST_PATH
/
$year
/
$month
/
$day
/adn_request_sdk"
...
...
azkaban/adn/package/adn_request_other_install_v1
.job
→
azkaban/adn/package/adn_request_other_install_v1
View file @
78ae5643
File moved
azkaban/adn/package/adn_request_other_interest.job
View file @
78ae5643
type=command
dependencies=adn_request_other_install
_v1
dependencies=adn_request_other_install
command=sh -x adn_request_other_interest.sh
\ No newline at end of file
azkaban/adn/package/adn_request_other_interest.sh
View file @
78ae5643
...
...
@@ -12,7 +12,7 @@ year=${LOG_TIME:0:4}
month
=
${
LOG_TIME
:4:2
}
day
=
${
LOG_TIME
:6:2
}
INPUT_INSTALL_PATH
=
"
${
DM_INSTALL_LIST
}
_v1
/
$year
/
$month
/
$day
/adn_request_other"
INPUT_INSTALL_PATH
=
"
${
DM_INSTALL_LIST
}
/
$year
/
$month
/
$day
/adn_request_other"
INPUT_APP_TAG_PATH
=
"
$APP_TAG_PATH
/
$year
/
$month
/
$day
"
OUTPUT_PATH
=
"
$DM_INTEREST_PATH
/
${
year
}
/
${
month
}
/
${
day
}
/adn_request_other"
...
...
azkaban/adn/package/adn_request_pkg_total_v1
.job
→
azkaban/adn/package/adn_request_pkg_total_v1
View file @
78ae5643
File moved
azkaban/adn_sdk/adn_sdk_install_v1
.job
→
azkaban/adn_sdk/adn_sdk_install_v1
View file @
78ae5643
File moved
azkaban/adn_sdk/adn_sdk_interest.job
View file @
78ae5643
type=command
dependencies=adn_sdk_install
_v1
dependencies=adn_sdk_install
command=sh -x adn_sdk_interest.sh
\ No newline at end of file
azkaban/adn_sdk/adn_sdk_interest.sh
View file @
78ae5643
...
...
@@ -13,7 +13,7 @@ year=${LOG_TIME:0:4}
month
=
${
LOG_TIME
:4:2
}
day
=
${
LOG_TIME
:6:2
}
INPUT_INSTALL_PATH
=
"
${
DM_INSTALL_LIST
}
_v1
/
$year
/
$month
/
$day
/adn_sdk"
INPUT_INSTALL_PATH
=
"
${
DM_INSTALL_LIST
}
/
$year
/
$month
/
$day
/adn_sdk"
INPUT_APP_TAG_PATH
=
"
${
APP_TAG_PATH
}
/
$year
/
$month
/
$day
"
OUTPUT_PATH
=
"
${
DM_INTEREST_PATH
}
/
${
year
}
/
${
month
}
/
${
day
}
/adn_sdk"
...
...
azkaban/adn_sdk/adn_sdk_v2_interest.sh
View file @
78ae5643
...
...
@@ -13,7 +13,7 @@ year=${LOG_TIME:0:4}
month
=
${
LOG_TIME
:4:2
}
day
=
${
LOG_TIME
:6:2
}
INPUT_INSTALL_PATH
=
"
${
DM_INSTALL_LIST
}
_v1
/
$year
/
$month
/
$day
/adn_sdk_v2"
INPUT_INSTALL_PATH
=
"
${
DM_INSTALL_LIST
}
/
$year
/
$month
/
$day
/adn_sdk_v2"
INPUT_APP_TAG_PATH
=
"
${
APP_TAG_PATH
}
/
$year
/
$month
/
$day
"
OUTPUT_PATH
=
"
${
DM_INTEREST_PATH
}
/
${
year
}
/
${
month
}
/
${
day
}
/adn_sdk_v2"
...
...
src/main/scala/mobvista/dmp/datasource/adn/AdnOrgLogEtlHours.scala
View file @
78ae5643
...
...
@@ -120,7 +120,7 @@ class AdnOrgLogEtlHours extends CommonSparkJob with Serializable {
}
else
{
""
}
val
f_ruid
=
if
(
StringUtils
.
isNotBlank
(
ruid
)
&&
ruid
.
length
>
16
)
{
val
f_ruid
=
if
(
StringUtils
.
isNotBlank
(
ruid
)
&&
ruid
.
length
>
=
16
)
{
ruid
}
else
{
""
...
...
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