Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我从 Oozie 工作流运行查询:
select * from hivetable limit=5;
查询成功执行,但在日志中我看不到选择查询的输出。
我知道为什么没有显示 SQL 查询的输出。在您的 .sql 文件中的最后一个命令之后添加一个新行,并删除查询中的所有新行。意味着您的查询不应包含任何新行,当查询完成时添加新行并根据需要添加另一个查询。