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
hive -f ./shell/load_data.hql
total=$(hive -f ./shell/select.hql)
result=$(echo $total | tr " " ",")
result=$(echo $total | tr " " ","),$time
curl http://192.168.8.113:9090/tool/hadoopTotal?total=${result}
$(hive -hivevar name=$backupname -f ./shell/back_up.hql)
......