|
@@ -6,8 +6,8 @@ nohup /opt/apps/SPARK2/spark-2.4.8-hadoop3.2-1.0.8/bin/spark-class2 org.apache.s
|
|
|
--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:2024062009 endStr:2024062023 \
|
|
|
-savePath:/dw/recommend/model/31_ad_sample_data/ \
|
|
|
+beginStr:2024062008 endStr:2024062223 \
|
|
|
+savePath:/dw/recommend/model/31_ad_sample_data_fix/ \
|
|
|
table:alg_recsys_ad_sample_all \
|
|
|
> p31_2024062008.log 2>&1 &
|
|
|
|
|
@@ -19,6 +19,8 @@ nohup /opt/apps/SPARK2/spark-2.4.8-hadoop3.2-1.0.8/bin/spark-class2 org.apache.s
|
|
|
--master yarn --driver-memory 16G --executor-memory 1G --executor-cores 1 --num-executors 16 \
|
|
|
--conf spark.driver.maxResultSize=16G \
|
|
|
./target/spark-examples-1.0.0-SNAPSHOT-shaded.jar \
|
|
|
+fileName:20240620_100_fix \
|
|
|
+savePath:/dw/recommend/model/32_bucket_data/ \
|
|
|
> p32_data.log 2>&1 &
|
|
|
|
|
|
|
|
@@ -26,9 +28,32 @@ nohup /opt/apps/SPARK2/spark-2.4.8-hadoop3.2-1.0.8/bin/spark-class2 org.apache.s
|
|
|
--class com.aliyun.odps.spark.examples.makedata_ad.makedata_ad_33_bucketData_20240622 \
|
|
|
--master yarn --driver-memory 2G --executor-memory 4G --executor-cores 1 --num-executors 16 \
|
|
|
./target/spark-examples-1.0.0-SNAPSHOT-shaded.jar \
|
|
|
-beginStr:20240620 endStr:20240620 repartition:400 \
|
|
|
+beginStr:20240623 endStr:20240623 repartition:400 \
|
|
|
+filterNames:XXXXXXX \
|
|
|
> p33_data.log 2>&1 &
|
|
|
|
|
|
+filterNames:cid_,adid_,adverid_,targeting_conversion_ \
|
|
|
+savePath:/dw/recommend/model/33_ad_train_data_nosparse/ \
|
|
|
+
|
|
|
|
|
|
/dw/recommend/model/31_ad_sample_data/
|
|
|
/dw/recommend/model/33_ad_train_data/
|
|
|
+
|
|
|
+/dw/recommend/model/31_ad_sample_data_fix/
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+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_33_bucketDataPrint_20240628 \
|
|
|
+--master yarn --driver-memory 2G --executor-memory 4G --executor-cores 1 --num-executors 16 \
|
|
|
+./target/spark-examples-1.0.0-SNAPSHOT-shaded.jar \
|
|
|
+beginStr:2024062717 endStr:2024062723 \
|
|
|
+readDate:20240627 \
|
|
|
+table:alg_recsys_ad_sample_all_new \
|
|
|
+savePath:/dw/recommend/model/33_for_check/ \
|
|
|
+> p33_data_check.log 2>&1 &
|
|
|
+
|
|
|
+
|
|
|
+/dw/recommend/model/33_for_check_v1/
|