@@ -23,7 +23,6 @@ today="$(date +%Y%m%d)"
today_early_1="$(date -d '1 days ago' +%Y%m%d)"
-
/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_ad.v20240718.makedata_ad_31_originData_20240718 \
--master yarn --driver-memory 1G --executor-memory 2G --executor-cores 1 --num-executors 16 \
@@ -44,6 +43,3 @@ filterNames:_4h_,_5h_,_ecpm,ecpm_,adid_,targeting_conversion_ \
readPath:${TRAIN_PATH} \
savePath:${BUCKET_FEATURE_PATH}
-main