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
91ddafec
Commit
91ddafec
authored
Sep 15, 2021
by
WangJinfeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix spark 3.1
parent
cf53806e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
joypac_result_etl.sh
azkaban/joypac/joypac_result_etl.sh
+0
-1
joypc_sdk_daily.sh
azkaban/joypac/joypc_sdk_daily.sh
+2
-1
No files found.
azkaban/joypac/joypac_result_etl.sh
View file @
91ddafec
...
...
@@ -31,7 +31,6 @@ spark-submit --class mobvista.dmp.datasource.joypac.JoypacResultEtl \
--conf
spark.hadoop.fs.s3a.impl
=
org.apache.hadoop.fs.s3a.S3AFileSystem
\
--master
yarn
--deploy-mode
cluster
--name
JoypacResutlEtl
\
--executor-memory
4g
--driver-memory
4g
--executor-cores
2
--num-executors
5
\
--files
${
HIVE_SITE_PATH
}
\
--jars
${
JARS
}
\
../
${
JAR
}
-input
${
INPUT_PATH
}
-output
${
OUTPUT_PATH
}
-coalesce
10
-date
${
LOG_TIME
}
-host
${
host
}
-cluster
${
cluster
}
-database
${
database
}
-table
${
table
}
...
...
azkaban/joypac/joypc_sdk_daily.sh
View file @
91ddafec
...
...
@@ -29,7 +29,8 @@ spark-submit --class mobvista.dmp.datasource.joypac.JoypcSdkDaily \
--conf
spark.kubernetes.container.image
=
818539432014.dkr.ecr.us-east-1.amazonaws.com/engineplus/spark:engineplus-2.0.3-free
\
--conf
spark.hadoop.fs.s3.impl
=
org.apache.hadoop.fs.s3a.S3AFileSystem
\
--conf
spark.hadoop.fs.s3a.impl
=
org.apache.hadoop.fs.s3a.S3AFileSystem
\
--master
yarn
--deploy-mode
cluster
--name
joypc_sdk_daily
--files
/data/azkaban-hadoop/command-home/spark-offline/conf/hive-site.xml
--conf
spark.app.loadTime
=
${
LOG_TIME
}
--conf
spark.app.input_path
=
${
INPUT_PATH
}
--conf
spark.app.output_path
=
${
OUTPUT_PATH
}
--executor-memory
6g
--driver-memory
4g
--executor-cores
2
--num-executors
30
\
--master
yarn
--deploy-mode
cluster
--name
joypc_sdk_daily
\
--conf
spark.app.loadTime
=
${
LOG_TIME
}
--conf
spark.app.input_path
=
${
INPUT_PATH
}
--conf
spark.app.output_path
=
${
OUTPUT_PATH
}
--executor-memory
6g
--driver-memory
4g
--executor-cores
2
--num-executors
30
\
../
${
JAR
}
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