소스 검색

feat:添加评估结果分析脚本

zhaohaipeng 6 달 전
부모
커밋
411814a16d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ad/01_ad_model_update.sh

+ 1 - 1
ad/01_ad_model_update.sh

@@ -118,7 +118,7 @@ check_ad_hive() {
     local max_minute=30
     local elapsed=0
     while true; do
-        local python_return_code=$(python ${sh_path}/ad_utils.py --excute_program check_ad_origin_hive --partition ${today_early_1} --hh 23)
+        local python_return_code=$(/root/anaconda3/bin/python ${sh_path}/ad_utils.py --excute_program check_ad_origin_hive --partition ${today_early_1} --hh 23)
 
         elapsed=$(($(date +%s) - $step_start_time))
         if [ "$python_return_code" -eq 0 ]; then