|
@@ -1,8 +1,8 @@
|
|
|
nohup /opt/apps/SPARK2/spark-2.4.8-hadoop3.2-1.0.8/bin/spark-class2 org.apache.spark.deploy.SparkSubmit \
|
|
|
--class com.aliyun.odps.spark.examples.makedata.makedata_10_originData_v3 \
|
|
|
---master yarn --driver-memory 1G --executor-memory 2G --executor-cores 1 --num-executors 32 \
|
|
|
+--master yarn --driver-memory 1G --executor-memory 1G --executor-cores 1 --num-executors 64 \
|
|
|
./target/spark-examples-1.0.0-SNAPSHOT-shaded.jar \
|
|
|
-tablePart:32 savePath:/dw/recommend/model/10_sample_data_v3/ beginStr:20240226 endStr:20240226 > p10.log 2>&1 &
|
|
|
+tablePart:64 savePath:/dw/recommend/model/10_sample_data_v3/ beginStr:20240226 endStr:20240226 > p10.log 2>&1 &
|
|
|
|
|
|
|
|
|
|