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
4013a54e
Commit
4013a54e
authored
Dec 16, 2021
by
WangJinfeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update nginx_setting.sh
parent
ec66e7f9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
adn_request_install_total_orc.sh
azkaban/adn/package/adn_request_install_total_orc.sh
+4
-4
No files found.
azkaban/adn/package/adn_request_install_total_orc.sh
View file @
4013a54e
...
...
@@ -31,11 +31,11 @@ EXPIRE_OUTPUT_PATH="${DMP_INSTALL_LIST}/${expire_date_path}/${business}"
spark-submit
--class
mobvista.dmp.common.InstallListLogic
\
--name
"DmpInstallList.
${
business
}
.
${
LOG_TIME
}
"
\
--conf
spark.sql.shuffle.partitions
=
2
000
\
--conf
spark.default.parallelism
=
2
000
\
--conf
spark.sql.shuffle.partitions
=
4
000
\
--conf
spark.default.parallelism
=
4
000
\
--conf
spark.kryoserializer.buffer.max
=
256m
\
--master
yarn
--deploy-mode
cluster
--executor-memory
1
8g
--driver-memory
4g
--executor-cores
5
--num-executors
6
0
\
../../
${
JAR
}
-date
${
LOG_TIME
}
-business
${
business
}
-output
${
OUTPUT
}
-coalesce
1
000
--master
yarn
--deploy-mode
cluster
--executor-memory
1
2g
--driver-memory
6g
--executor-cores
5
--num-executors
10
0
\
../../
${
JAR
}
-date
${
LOG_TIME
}
-business
${
business
}
-output
${
OUTPUT
}
-coalesce
2
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