|
@@ -14,7 +14,6 @@ max_minute=00
|
|
|
|
|
|
|
|
|
|
source /root/anaconda3/bin/activate py37
|
|
source /root/anaconda3/bin/activate py37
|
|
-source ~/.bash_profile
|
|
|
|
while true; do
|
|
while true; do
|
|
python_return_code=$(python utils.py --excute_program check_item_hive --partition ${today_early_1})
|
|
python_return_code=$(python utils.py --excute_program check_item_hive --partition ${today_early_1})
|
|
if [ $python_return_code -eq 0 ]; then
|
|
if [ $python_return_code -eq 0 ]; then
|