|
@@ -2,13 +2,14 @@
|
|
|
|
|
|
// 模型特征生产
|
|
|
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_ad.makedata_ad_31_originData_20240718 \
|
|
|
+--class com.aliyun.odps.spark.zhp.makedata_ad.makedata_ad_31_originData_20240620 \
|
|
|
--master yarn --driver-memory 1G --executor-memory 2G --executor-cores 1 --num-executors 16 \
|
|
|
./target/spark-examples-1.0.0-SNAPSHOT-shaded.jar \
|
|
|
-tablePart:64 repartition:32 \
|
|
|
-beginStr:2024071409 endStr:2024071723 \
|
|
|
+tablePart:64 repartition:16 \
|
|
|
+beginStr:2024071200 endStr:2024071223 \
|
|
|
savePath:/dw/recommend/model/31_ad_sample_data_v4 \
|
|
|
-table:alg_recsys_ad_sample_all \
|
|
|
+table:alg_recsys_ad_sample_all filterHours:00,01,02,03,04,05,06,07 \
|
|
|
+idDefaultValue:0.01
|
|
|
> logs/p31_2024062008.log 2>&1 &
|
|
|
|
|
|
|