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 08:48:43 UTC

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

Srimanth Gunturi created AMBARI-5003:
----------------------------------------

             Summary: 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


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)