You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Srimanth Gunturi (JIRA)" <ji...@apache.org> on 2014/03/10 18:06:43 UTC

[jira] [Resolved] (AMBARI-5003) Jobs page w/o DAG loop in UI

     [ https://issues.apache.org/jira/browse/AMBARI-5003?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Srimanth Gunturi resolved AMBARI-5003.
--------------------------------------

    Resolution: Fixed

+1 received. Committed to trunk.

> Jobs page w/o DAG loop in UI
> ----------------------------
>
>                 Key: AMBARI-5003
>                 URL: https://issues.apache.org/jira/browse/AMBARI-5003
>             Project: Ambari
>          Issue Type: Task
>          Components: client
>    Affects Versions: 1.5.1
>            Reporter: Srimanth Gunturi
>            Assignee: Srimanth Gunturi
>             Fix For: 1.5.1
>
>         Attachments: AMBARI-5003.patch
>
>
> 1) switch engine to tez
> 2) launch hive shell
> 3) use default; 
> 4) create table stuff (id int);
> 5) select * from stuff where id = 0;
> From hive shell, this was the output.
> hive> select * from stuff where id = 0;
> Total jobs = 1
> Launching Job 1 out of 1
> FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.tez.TezTask
> hive> quit;                                              



--
This message was sent by Atlassian JIRA
(v6.2#6252)