|
@@ -17,4 +17,13 @@ for dt in "${dts[@]}"; do
|
|
|
|
|
|
echo "${dt} 负样本采样完成"
|
|
echo "${dt} 负样本采样完成"
|
|
|
|
|
|
-done
|
|
|
|
|
|
+done
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+/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_recsys.v20250218.makedata_recsys_43_str_data_bucket_20250218 \
|
|
|
|
+--master yarn --driver-memory 4G --executor-memory 8G --executor-cores 1 --num-executors 16 \
|
|
|
|
+./target/spark-examples-1.0.0-SNAPSHOT-shaded.jar \
|
|
|
|
+readPath:/dw/recommend/model/41_recsys_sample_data/ \
|
|
|
|
+savePath:/dw/recommend/model/43_recsys_str_data_bucket/ \
|
|
|
|
+beginStr:20250224 endStr:20250302 whatLabel:is_share fileName:20250218_bucket_322.txt
|