You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Akhil S Naik (JIRA)" <ji...@apache.org> on 2017/10/25 06:18:00 UTC

[jira] [Comment Edited] (AMBARI-22302) TEZ UI Tab in Hive View 2.0 is showing 'TEZ UI not available' after executing Query

    [ https://issues.apache.org/jira/browse/AMBARI-22302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16218159#comment-16218159 ] 

Akhil S Naik edited comment on AMBARI-22302 at 10/25/17 6:17 AM:
-----------------------------------------------------------------

The Reason for the Error is currently When job is succedded . Hive View 2.0 is having a timer of 2 seconds to query the JOB details and after job is succedded the dagId recieved is empty 
!https://issues.apache.org/jira/secure/attachment/12893887/empty_dagId.png!

so one solution is to increase the timeout so that Hive View 2.0 queries the job details in 5 seconds instead of 2 seconds.
Attached the patch file with the increased timeout solution.

Increasing timeout will help to
* reduce the network load as query is send only in 5 seconds instead of 2 seconds
* dagId if available will be obtained along with the succeeded job






was (Author: akhilsnaik):
The Reason for the Error is currently When job is succedded . Hive View 2.0 is having a timer of 2 seconds to query the JOB details and after job is succedded the dagId recieved is empty 
.!empty_dagId.png|thumbnail!

so one solution is to increase the timeout so that Hive View 2.0 queries the job details in 5 seconds instead of 2 seconds.
Attached the patch file with the increased timeout solution.

Increasing timeout will help to
* reduce the network load as query is send only in 5 seconds instead of 2 seconds
* dagId if available will be obtained along with the succeeded job





> TEZ UI Tab in Hive View 2.0 is showing 'TEZ UI not available'  after executing Query
> ------------------------------------------------------------------------------------
>
>                 Key: AMBARI-22302
>                 URL: https://issues.apache.org/jira/browse/AMBARI-22302
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-views
>    Affects Versions: 2.5.2
>            Reporter: Akhil S Naik
>            Priority: Minor
>         Attachments: empty_dagId.png, screenshot HiveView.png, screenshot tez_view.png, screenshot tezui_on_hive.png
>
>
> When I launch a job on Hive View 2.0 (via the Ambari Views) including a Tez operation, I do have my results without any problem (screenshot HiveView.png). 
> But when I click on the Tez UI tab on Hive View, I've got the "Tez UI not available" (screenshot tezui_on_hive.png). 
> As you can see on Tez View (screenshot tez_view.png), the Hive query is present. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)