|
@@ -119,7 +119,7 @@ check_run_status() {
|
|
check_ad_hive() {
|
|
check_ad_hive() {
|
|
local step_start_time=$(date "+%Y-%m-%d %H:%M:%S")
|
|
local step_start_time=$(date "+%Y-%m-%d %H:%M:%S")
|
|
while true; do
|
|
while true; do
|
|
- local python_return_code=$(python ad/ad_utils.py --excute_program check_ad_origin_hive --partition ${predict_end_str:0:8} --hh ${predict_end_str:9:10})
|
|
|
|
|
|
+ local python_return_code=$(python ad/ad_utils.py --excute_program check_ad_origin_hive --partition ${predict_end_str:0:8} --hh ${predict_end_str:8:10})
|
|
|
|
|
|
local step_end_time=$(date "+%Y-%m-%d %H:%M:%S")
|
|
local step_end_time=$(date "+%Y-%m-%d %H:%M:%S")
|
|
local elapsed=$(($(date +%s -d "$step_end_time") - $(date +%s -d "$step_start_time")))
|
|
local elapsed=$(($(date +%s -d "$step_end_time") - $(date +%s -d "$step_start_time")))
|