|
@@ -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
|