|
@@ -31,7 +31,7 @@ fi
|
|
|
--class com.aliyun.odps.spark.examples.makedata.makedata_07_strData \
|
|
|
--name every_day_strdata_${model_name}_${today} \
|
|
|
--master yarn --driver-memory 1G --executor-memory 1G --executor-cores 1 --num-executors 16 \
|
|
|
-./target/spark-examples-1.0.0-SNAPSHOT-shaded.jar \
|
|
|
+/root/zhangbo/recommend-emr-dataprocess/target/spark-examples-1.0.0-SNAPSHOT-shaded.jar \
|
|
|
readPath:${samplePath} savePath:${savePath} beginStr:${today_early_1} endStr:${today_early_1} featureVersion:v4 ifRepart:100
|
|
|
if [ $? -eq 1 ]; then
|
|
|
echo "Spark训练样本生产任务执行失败"
|