zhangbo 1 year ago
parent
commit
40d30544bf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      zhangbo/05_update_everyday_str.sh

+ 1 - 1
zhangbo/05_update_everyday_str.sh

@@ -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训练样本生产任务执行失败"