Browse Source

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

zhaohaipeng 6 months ago
parent
commit
411814a16d
1 changed files with 1 additions and 1 deletions
  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 max_minute=30
     local elapsed=0
     local elapsed=0
     while true; do
     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))
         elapsed=$(($(date +%s) - $step_start_time))
         if [ "$python_return_code" -eq 0 ]; then
         if [ "$python_return_code" -eq 0 ]; then