浏览代码

推荐模型自动化更新-脚本

Joe 11 月之前
父节点
当前提交
a2ba03ca20
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      qiaojialiang/handle_rov.sh

+ 2 - 2
qiaojialiang/handle_rov.sh

@@ -71,7 +71,7 @@ echo "$(date +%Y-%m-%d_%H-%M-%S)----------step1------------开始根据${table}
 /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.makedata_recsys_41_originData_20240709 \
 --master yarn --driver-memory 1G --executor-memory 2G --executor-cores 1 --num-executors 16 \
-./target/spark-examples-1.0.0-SNAPSHOT-shaded.jar \
+../target/spark-examples-1.0.0-SNAPSHOT-shaded.jar \
 tablePart:64 repartition:32 \
 beginStr:${begin_early_2_Str}${beginHhStr} endStr:${end_early_2_Str}${endHhStr} \
 savePath:${originDataPath} \
@@ -89,7 +89,7 @@ echo "$(date +%Y-%m-%d_%H-%M-%S)----------step2------------根据特征分桶生
 /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.makedata_recsys_43_bucketData_20240709 \
 --master yarn --driver-memory 2G --executor-memory 4G --executor-cores 1 --num-executors 16 \
-./target/spark-examples-1.0.0-SNAPSHOT-shaded.jar \
+../target/spark-examples-1.0.0-SNAPSHOT-shaded.jar \
 readPath:${originDataPath} \
 savePath:${bucketDataPath} \
 beginStr:${begin_early_2_Str} endStr:${end_early_2_Str} repartition:500 \