我试过下面的方法,但不起作用。
目录nds.ksh
var=$(hive -e "datediff(CONCAT(y, '-', (m + 1), '-', '01'), CONCAT(y, '-', m, '-', '01')) FROM (SELECT month(current_date) as m, year(current_date) as y, day(current_date)) tabl1;")
tt.hql公司
select
sum(price)/ ${hiveconf:ndays}
from sales_aly
GROUP BY sales_month;
hive -hiveconf ndays=$var -f tt.hql
请帮帮我。
谢谢。
暂无答案!
目前还没有任何答案,快来回答吧!