Commit 76312901 76312901880e59e4ef0c2ae5d636e61ead3c1f7e by zhanghao

commit

1 parent 80db534d
Showing 1 changed file with 1 additions and 1 deletions
...@@ -8,4 +8,4 @@ ...@@ -8,4 +8,4 @@
8 #total=$(hive -f ./shell/select.hql) 8 #total=$(hive -f ./shell/select.hql)
9 #result=$(echo $total | tr " " ",") 9 #result=$(echo $total | tr " " ",")
10 #curl http://192.168.8.113:9090/tool/hadoopTotal?total=${result} 10 #curl http://192.168.8.113:9090/tool/hadoopTotal?total=${result}
11 $(hive -e create table qa_log_$1 as select * from qa_log;)
...\ No newline at end of file ...\ No newline at end of file
11 $(hive -e create testdb.table qa_log_$1 as select * from testdb.qa_log;)
...\ No newline at end of file ...\ No newline at end of file
......