You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Namit Jain (JIRA)" <ji...@apache.org> on 2008/09/25 07:51:44 UTC

[jira] Created: (HADOOP-4273) [Hive] job submission exception if input is null

[Hive] job submission exception if input is null
------------------------------------------------

                 Key: HADOOP-4273
                 URL: https://issues.apache.org/jira/browse/HADOOP-4273
             Project: Hadoop Core
          Issue Type: Bug
          Components: contrib/hive
            Reporter: Namit Jain
            Assignee: Namit Jain


If a table is empty, and the following query is issued:

select a, count(1) from x group by a;

the second map-reduce job dies (job submission fails since the input is empty)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (HADOOP-4273) [Hive] job submission exception if input is null

Posted by "Ashish Thusoo (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-4273?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ashish Thusoo resolved HADOOP-4273.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 0.19.1

Fixed in JIRA-4230

> [Hive] job submission exception if input is null
> ------------------------------------------------
>
>                 Key: HADOOP-4273
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4273
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: contrib/hive
>            Reporter: Namit Jain
>            Assignee: Namit Jain
>             Fix For: 0.19.1
>
>
> If a table is empty, and the following query is issued:
> select a, count(1) from x group by a;
> the second map-reduce job dies (job submission fails since the input is empty)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-4273) [Hive] job submission exception if input is null

Posted by "Namit Jain (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-4273?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Namit Jain updated HADOOP-4273:
-------------------------------

    Fix Version/s:     (was: 0.19.1)
                   0.19.0

> [Hive] job submission exception if input is null
> ------------------------------------------------
>
>                 Key: HADOOP-4273
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4273
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: contrib/hive
>            Reporter: Namit Jain
>            Assignee: Namit Jain
>             Fix For: 0.19.0
>
>
> If a table is empty, and the following query is issued:
> select a, count(1) from x group by a;
> the second map-reduce job dies (job submission fails since the input is empty)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.