back_up.hql 93 Bytes Raw Blame History Permalink 1 2 3 use testdb; drop table ${hivevar:name}; create table ${hivevar:name} as select * from qa_log;