12345678 |
- 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.ana.ana_01_cidvidpk \
- --master yarn --driver-memory 1G --executor-memory 1G --executor-cores 1 --num-executors 32 \
- ./target/spark-examples-1.0.0-SNAPSHOT-shaded.jar \
- tablePart:5 \
- beginStr:2024060211 endStr:2024060211 \
- vidSelect:21006075 cidsSelect:1155,1902 apptype:0 \
- > p01_ana.log 2>&1 &
|