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

Ning Zhang updated HIVE-1969:
-----------------------------

    Attachment: HIVE-1969.patch

There are 2 things that make these tests failed: 
1) the recent change of default file format from HiveInputFormat to 
CombineHiveInputFormat makes the merge job submission fail. The current mini 
HDFS implementation used in minimr doesn't support CombineFileInputFormat. 

2) even though I changed to input format to HiveInputFormat and make the merge 
using a mapreduce job rather than map-only job, it still failed because of a 
bug that exist in that code path. HIVE-1980 was filed for that.

For now we should remove merge_dynamic_partition[23].q from minimr.query.files 
since otherwise they won't be tested in regular TestCliDriver. I will add the 
equivalent test cases to minimr test in HIVE-1980.

> TestMinimrCliDriver merge_dynamic_partition2 and 3 are failing on trunk
> -----------------------------------------------------------------------
>
>                 Key: HIVE-1969
>                 URL: https://issues.apache.org/jira/browse/HIVE-1969
>             Project: Hive
>          Issue Type: Bug
>    Affects Versions: 0.7.0
>            Reporter: John Sichi
>            Assignee: Ning Zhang
>            Priority: Blocker
>             Fix For: 0.7.0
>
>         Attachments: HIVE-1969.patch
>
>
> I haven't looked into it yet but saw this at the end of the .q.out:
> +Ended Job = job_201102071402_0020 with errors
> +FAILED: Execution Error, return code 2 from 
> org.apache.hadoop.hive.ql.exec.MapRedTask

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to