Forráskód Böngészése

推荐模型-并行

Joe 9 hónapja
szülő
commit
510a141960
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      qiaojialiang/handle_rov.sh

+ 2 - 2
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}09 \
+beginStr:${begin_early_2_Str}00 endStr:${end_early_2_Str}11 \
 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}10 endStr:${end_early_2_Str}17 \
+beginStr:${begin_early_2_Str}12 endStr:${end_early_2_Str}17 \
 savePath:${originDataPath} \
 table:${table} &