【发布时间】:2015-02-24 18:25:08
【问题描述】:
我需要如下创建一个hive.hql。
HIVE.hql:
select * from tabel1;
select * from table2;
我的问题是:我可以在创建表一之后在 hql 代码中将任何消息回显到我的控制台,例如“从 table1 获得结果”
select * from tabel1;
echo/print/output ("table 1 results obtained");
select * from table2;
【问题讨论】: