Commit c345b707 c345b707736d2e75043758eeb7128c7405146de5 by zhanghao

commit

1 parent 1f2e4db3
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)
......