impala time in Hue UI

丶灬走出姿态 提交于 2019-12-11 14:27:52

问题


I am trying to Estimate the time required by queries from simple to complex in Impala and using the Hue UI. Will it be possible to know the time needed to complete the query through the UI.


回答1:


Impala or Hive only provides a general estimate of progress.

Hue could try to display an end time by extrapolating the start time by the current progress. Feel free to follow https://issues.cloudera.org/browse/HUE-1219.




回答2:


Although it seems to be not possible with Hue UI but in Command Shell its the last result line whenever query is completed.




回答3:


HUE has no such feature in its present version.

You can design a script like:

echo Current time $(date '+%T')

impala-shell -f <> OR impala-shell -q <>

echo Current time $(date '+%T')

and execute the script




回答4:


If you have access to deamon Web UI (default port 25000) you can navigate to /queries and choose profile for the query you are interested in. Then look for the query time line.



来源:https://stackoverflow.com/questions/18408064/impala-time-in-hue-ui

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!