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
49d86c92
Commit
49d86c92
authored
Feb 28, 2022
by
WangJinfeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix dsp_req_install_total_orc
parent
1d221fa6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
dsp_req_install_total_orc.sh
azkaban/dsp/dsp_req_install_total_orc.sh
+2
-2
No files found.
azkaban/dsp/dsp_req_install_total_orc.sh
View file @
49d86c92
...
...
@@ -38,8 +38,8 @@ spark-submit --class mobvista.dmp.common.InstallListLogic \
--conf
spark.sql.files.maxPartitionBytes
=
536870912
\
--conf
spark.sql.adaptive.enabled
=
true
\
--conf
spark.sql.adaptive.advisoryPartitionSizeInBytes
=
536870912
\
--deploy-mode
cluster
--executor-memory
10g
--driver-memory
6g
--executor-cores
3
--num-executors
300
\
../
${
JAR
}
-date
${
LOG_TIME
}
-business
${
business
}
-output
${
OUTPUT
}
-coalesce
4
000
--deploy-mode
cluster
--executor-memory
6g
--driver-memory
6g
--executor-cores
2
--num-executors
300
\
../
${
JAR
}
-date
${
LOG_TIME
}
-business
${
business
}
-output
${
OUTPUT
}
-coalesce
5
000
if
[[
$?
-ne
0
]]
;
then
exit
255
...
...
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