ソースを参照

推荐模型-并行

Joe 9 ヶ月 前
コミット
21c4ec0c3a
1 ファイル変更3 行追加3 行削除
  1. 3 3
      qiaojialiang/handle_rov.sh

+ 3 - 3
qiaojialiang/handle_rov.sh

@@ -88,7 +88,7 @@ echo "$(date +%Y-%m-%d_%H-%M-%S)----------step1------------开始根据${table}
 --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:${begin_early_2_Str}00 endStr:${end_early_2_Str}08 \
+beginStr:${begin_early_2_Str}00 endStr:${end_early_2_Str}09 \
 savePath:${originDataPath} \
 table:${table} &
 
@@ -97,7 +97,7 @@ table:${table} &
 --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:${begin_early_2_Str}09 endStr:${end_early_2_Str}18 \
+beginStr:${begin_early_2_Str}10 endStr:${end_early_2_Str}17 \
 savePath:${originDataPath} \
 table:${table} &
 
@@ -106,7 +106,7 @@ table:${table} &
 --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:${begin_early_2_Str}19 endStr:${end_early_2_Str}23 \
+beginStr:${begin_early_2_Str}18 endStr:${end_early_2_Str}23 \
 savePath:${originDataPath} \
 table:${table} &