You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "John Sichi (JIRA)" <ji...@apache.org> on 2011/02/08 01:34:57 UTC

[jira] Created: (HIVE-1969) TestMinimrCliDriver merge_dynamic_partition2 and 3 are failing on trunk

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
            Reporter: John Sichi
            Priority: Blocker
             Fix For: 0.7.0


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

        

[jira] Commented: (HIVE-1969) TestMinimrCliDriver merge_dynamic_partition2 and 3 are failing on trunk

Posted by "Ning Zhang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-1969?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12992024#comment-12992024 ] 

Ning Zhang commented on HIVE-1969:
----------------------------------

I will take a look.

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

        

[jira] Commented: (HIVE-1969) TestMinimrCliDriver merge_dynamic_partition2 and 3 are failing on trunk

Posted by "John Sichi (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-1969?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12992682#comment-12992682 ] 

John Sichi commented on HIVE-1969:
----------------------------------

+1.  Will commit.


> 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

        

[jira] Updated: (HIVE-1969) TestMinimrCliDriver merge_dynamic_partition2 and 3 are failing on trunk

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

John Sichi updated HIVE-1969:
-----------------------------

      Resolution: Fixed
    Hadoop Flags: [Reviewed]
          Status: Resolved  (was: Patch Available)

Committed.  Thanks Ning!


> 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

        

[jira] Updated: (HIVE-1969) TestMinimrCliDriver merge_dynamic_partition2 and 3 are failing on trunk

Posted by "Ning Zhang (JIRA)" <ji...@apache.org>.
     [ 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

        

[jira] Updated: (HIVE-1969) TestMinimrCliDriver merge_dynamic_partition2 and 3 are failing on trunk

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

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

    Status: Patch Available  (was: Open)

> 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

        

[jira] Assigned: (HIVE-1969) TestMinimrCliDriver merge_dynamic_partition2 and 3 are failing on trunk

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

Ning Zhang reassigned HIVE-1969:
--------------------------------

    Assignee: Ning Zhang

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