소스 검색

推荐模型-并行

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} &