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
f2a6ea79
Commit
f2a6ea79
authored
Aug 18, 2021
by
WangJinfeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update mapping
parent
85aa3370
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
mapping.sh
azkaban/backflow/mapping/mapping.sh
+1
-1
mapping_filter.sh
azkaban/backflow/mapping/mapping_filter.sh
+1
-1
No files found.
azkaban/backflow/mapping/mapping.sh
View file @
f2a6ea79
...
...
@@ -64,7 +64,7 @@ spark-submit --class mobvista.dmp.datasource.backflow.BackFlow \
--conf
spark.kryoserializer.buffer.max
=
512m
\
--conf
spark.kryoserializer.buffer
=
64m
\
--master
yarn
--deploy-mode
cluster
\
--executor-memory
4g
--driver-memory
4g
--executor-cores
3
--num-executors
4
\
--executor-memory
4g
--driver-memory
4g
--executor-cores
4
--num-executors
6
\
../.././DMP.jar
\
-keyspace
${
keyspace
}
-table
${
table
}
-region
${
region
}
-output
${
output
}
-system
${
system
}
\
-writetime_start
${
writetime_start
}
-writetime_end
${
writetime_end
}
-value_column
${
value_column
}
...
...
azkaban/backflow/mapping/mapping_filter.sh
View file @
f2a6ea79
...
...
@@ -21,7 +21,7 @@ spark-submit --class mobvista.dmp.datasource.backflow.BackFlowFilter \
--conf
spark.kryoserializer.buffer.max
=
512m
\
--conf
spark.kryoserializer.buffer
=
64m
\
--master
yarn
--deploy-mode
cluster
\
--executor-memory
4g
--driver-memory
4g
--executor-cores
2
--num-executors
2
0
\
--executor-memory
4g
--driver-memory
4g
--executor-cores
3
--num-executors
6
0
\
../.././DMP.jar
\
-output
${
output
}
-date
${
date
}
...
...
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