commit
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -14,7 +14,7 @@ sleep 3 | ... | @@ -14,7 +14,7 @@ sleep 3 |
| 14 | hive -f ./shell/load_data.hql | 14 | hive -f ./shell/load_data.hql |
| 15 | 15 | ||
| 16 | total=$(hive -f ./shell/select.hql) | 16 | total=$(hive -f ./shell/select.hql) |
| 17 | result=$(echo $total | tr " " ",") | 17 | result=$(echo $total | tr " " ","),$time |
| 18 | curl http://192.168.8.113:9090/tool/hadoopTotal?total=${result} | 18 | curl http://192.168.8.113:9090/tool/hadoopTotal?total=${result} |
| 19 | 19 | ||
| 20 | $(hive -hivevar name=$backupname -f ./shell/back_up.hql) | 20 | $(hive -hivevar name=$backupname -f ./shell/back_up.hql) | ... | ... |
-
Please register or sign in to post a comment