Commit 18e0a635 18e0a6358b9937c3650c60d58928a62a63d0bffe by zhanghao

commit

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