简体   繁体   English

通过Oozie运行配置单元查询的CPU时间

[英]CPU time for hive query run through oozie

I am running an oozie workflow in which I have hive action. 我正在运行一个oozie工作流程,在该工作流程中我需要执行蜂巢操作。 How can I get the CPU time taken by the query. 如何获取查询占用的CPU时间。 If a hive query is submitted through Hive CLI then it shows cumulative CPU time but that can not be seen in logs for Map Reduce or oozie for Hive action. 如果通过Hive CLI提交了配置单元查询,则它会显示累积的CPU时间,但是对于Map Reduce或oozie的配置单元操作日志无法看到。

Check for the corresponding MR job that got submitted in Resource Manager. 检查在资源管理器中已提交的相应MR作业。 Open the syslogs of parent job. 打开父作业的系统日志。 You can find all console information there. 您可以在此处找到所有控制台信息。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM