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 "Ashish Thusoo (JIRA)" <ji...@apache.org> on 2008/10/21 20:47:44 UTC

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

     [ 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.