2021-03-02
#!/bin/bash
spark-submit --class com.YYY.rdvs.Sign_and_Pai_Chu.Out_Current_Day \
--master yarn \
--deploy-mode cluster \
--driver-memory 5g \
--num-executors 10 \
--executor-memory 10g \
--executor-cores 2 \
--conf spark.default.parallelism=200 \
--conf spark.storage.memoryFraction=0.4 \
--conf spark.shuffle.memoryFraction=0.5 \
--conf spark.executor.memoryOverhead=2048 \
--driver-java-options -XX:MaxPermSize=2048M \
--queue root.rdvs \
--files hdfs://cluster001/user/rdvs/conf/dbconfig.properties \
--jars hdfs://cluster001/user/rdvs/jars/common/ojdbc6.jar hdfs://cluster1/user/rdvs/jars/Sign_and_Pai_Chu/Sign_and_Pai_Chu.jar $1 $2 $3 $4
本文标题:2021-03-02
本文链接:https://www.haomeiwen.com/subject/mftxqltx.html
网友评论