You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-issues@hadoop.apache.org by "Cyrus Katrak (JIRA)" <ji...@apache.org> on 2009/09/28 03:58:15 UTC

[jira] Created: (MAPREDUCE-1045) Changes to deprecated interfaces break Hive

Changes to deprecated interfaces break Hive
-------------------------------------------

                 Key: MAPREDUCE-1045
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1045
             Project: Hadoop Map/Reduce
          Issue Type: Improvement
    Affects Versions: 0.20.2
            Reporter: Cyrus Katrak


I can haz compatibility?
The following things have broken the Hive Shims:
-The removal of a copy constructor in org/apache/hadoop/mapred/lib/CombineFileSplit.java
-The removal of methods involving JobConf in org/apache/hadoop/mapred/lib/CombineFileInputFormat.java

These look like relatively minor fixes to me, and although they are adding to deprecated interfaces, it would be wonderful to get Hive running against trunk Hadoop again.

See HIVE-845 for more details
http://issues.apache.org/jira/browse/HIVE-845

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


[jira] Updated: (MAPREDUCE-1045) Changes to deprecated interfaces break Hive

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

Amareshwari Sriramadasu updated MAPREDUCE-1045:
-----------------------------------------------

        Status: Resolved  (was: Patch Available)
    Resolution: Duplicate

The issue has been fixed by MAPREDUCE-1725.
Please reopen if you don't agree.


> Changes to deprecated interfaces break Hive
> -------------------------------------------
>
>                 Key: MAPREDUCE-1045
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1045
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>    Affects Versions: 0.20.2
>            Reporter: Cyrus Katrak
>         Attachments: MAPREDUCE-1045.diff
>
>
> I can haz compatibility?
> The following things have broken the Hive Shims:
> -The removal of a copy constructor in org/apache/hadoop/mapred/lib/CombineFileSplit.java
> -The removal of methods involving JobConf in org/apache/hadoop/mapred/lib/CombineFileInputFormat.java
> These look like relatively minor fixes to me, and although they are adding to deprecated interfaces, it would be wonderful to get Hive running against trunk Hadoop again.
> See HIVE-845 for more details
> http://issues.apache.org/jira/browse/HIVE-845

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


[jira] Commented: (MAPREDUCE-1045) Changes to deprecated interfaces break Hive

Posted by "Cyrus Katrak (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-1045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12760644#action_12760644 ] 

Cyrus Katrak commented on MAPREDUCE-1045:
-----------------------------------------

I have not included any new tests, as this is a very minor change, and only modifies deprecated methods for which no tests currently exist.
The core-test that is failing on Hudson was failing on my box before the patch is applied.

> Changes to deprecated interfaces break Hive
> -------------------------------------------
>
>                 Key: MAPREDUCE-1045
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1045
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>    Affects Versions: 0.20.2
>            Reporter: Cyrus Katrak
>         Attachments: MAPREDUCE-1045.diff
>
>
> I can haz compatibility?
> The following things have broken the Hive Shims:
> -The removal of a copy constructor in org/apache/hadoop/mapred/lib/CombineFileSplit.java
> -The removal of methods involving JobConf in org/apache/hadoop/mapred/lib/CombineFileInputFormat.java
> These look like relatively minor fixes to me, and although they are adding to deprecated interfaces, it would be wonderful to get Hive running against trunk Hadoop again.
> See HIVE-845 for more details
> http://issues.apache.org/jira/browse/HIVE-845

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


[jira] Commented: (MAPREDUCE-1045) Changes to deprecated interfaces break Hive

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-1045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12760150#action_12760150 ] 

Hadoop QA commented on MAPREDUCE-1045:
--------------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12420670/MAPREDUCE-1045.diff
  against trunk revision 818946.

    +1 @author.  The patch does not contain any @author tags.

    -1 tests included.  The patch doesn't appear to include any new or modified tests.
                        Please justify why no new tests are needed for this patch.
                        Also please list what manual steps were performed to verify this patch.

    +1 javadoc.  The javadoc tool did not generate any warning messages.

    +1 javac.  The applied patch does not increase the total number of javac compiler warnings.

    +1 findbugs.  The patch does not introduce any new Findbugs warnings.

    +1 release audit.  The applied patch does not increase the total number of release audit warnings.

    -1 core tests.  The patch failed core unit tests.

    +1 contrib tests.  The patch passed contrib unit tests.

Test results: http://hudson.zones.apache.org/hudson/job/Mapreduce-Patch-h6.grid.sp2.yahoo.net/135/testReport/
Findbugs warnings: http://hudson.zones.apache.org/hudson/job/Mapreduce-Patch-h6.grid.sp2.yahoo.net/135/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results: http://hudson.zones.apache.org/hudson/job/Mapreduce-Patch-h6.grid.sp2.yahoo.net/135/artifact/trunk/build/test/checkstyle-errors.html
Console output: http://hudson.zones.apache.org/hudson/job/Mapreduce-Patch-h6.grid.sp2.yahoo.net/135/console

This message is automatically generated.

> Changes to deprecated interfaces break Hive
> -------------------------------------------
>
>                 Key: MAPREDUCE-1045
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1045
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>    Affects Versions: 0.20.2
>            Reporter: Cyrus Katrak
>         Attachments: MAPREDUCE-1045.diff
>
>
> I can haz compatibility?
> The following things have broken the Hive Shims:
> -The removal of a copy constructor in org/apache/hadoop/mapred/lib/CombineFileSplit.java
> -The removal of methods involving JobConf in org/apache/hadoop/mapred/lib/CombineFileInputFormat.java
> These look like relatively minor fixes to me, and although they are adding to deprecated interfaces, it would be wonderful to get Hive running against trunk Hadoop again.
> See HIVE-845 for more details
> http://issues.apache.org/jira/browse/HIVE-845

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


[jira] Updated: (MAPREDUCE-1045) Changes to deprecated interfaces break Hive

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

Cyrus Katrak updated MAPREDUCE-1045:
------------------------------------

    Attachment: MAPREDUCE-1045.diff

> Changes to deprecated interfaces break Hive
> -------------------------------------------
>
>                 Key: MAPREDUCE-1045
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1045
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>    Affects Versions: 0.20.2
>            Reporter: Cyrus Katrak
>         Attachments: MAPREDUCE-1045.diff
>
>
> I can haz compatibility?
> The following things have broken the Hive Shims:
> -The removal of a copy constructor in org/apache/hadoop/mapred/lib/CombineFileSplit.java
> -The removal of methods involving JobConf in org/apache/hadoop/mapred/lib/CombineFileInputFormat.java
> These look like relatively minor fixes to me, and although they are adding to deprecated interfaces, it would be wonderful to get Hive running against trunk Hadoop again.
> See HIVE-845 for more details
> http://issues.apache.org/jira/browse/HIVE-845

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


[jira] Updated: (MAPREDUCE-1045) Changes to deprecated interfaces break Hive

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

Cyrus Katrak updated MAPREDUCE-1045:
------------------------------------

    Status: Patch Available  (was: Open)

> Changes to deprecated interfaces break Hive
> -------------------------------------------
>
>                 Key: MAPREDUCE-1045
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1045
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>    Affects Versions: 0.20.2
>            Reporter: Cyrus Katrak
>         Attachments: MAPREDUCE-1045.diff
>
>
> I can haz compatibility?
> The following things have broken the Hive Shims:
> -The removal of a copy constructor in org/apache/hadoop/mapred/lib/CombineFileSplit.java
> -The removal of methods involving JobConf in org/apache/hadoop/mapred/lib/CombineFileInputFormat.java
> These look like relatively minor fixes to me, and although they are adding to deprecated interfaces, it would be wonderful to get Hive running against trunk Hadoop again.
> See HIVE-845 for more details
> http://issues.apache.org/jira/browse/HIVE-845

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


[jira] Commented: (MAPREDUCE-1045) Changes to deprecated interfaces break Hive

Posted by "Tom White (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-1045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12876457#action_12876457 ] 

Tom White commented on MAPREDUCE-1045:
--------------------------------------

Can this be closed now MAPREDUCE-1725 is resolved?

> Changes to deprecated interfaces break Hive
> -------------------------------------------
>
>                 Key: MAPREDUCE-1045
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1045
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>    Affects Versions: 0.20.2
>            Reporter: Cyrus Katrak
>         Attachments: MAPREDUCE-1045.diff
>
>
> I can haz compatibility?
> The following things have broken the Hive Shims:
> -The removal of a copy constructor in org/apache/hadoop/mapred/lib/CombineFileSplit.java
> -The removal of methods involving JobConf in org/apache/hadoop/mapred/lib/CombineFileInputFormat.java
> These look like relatively minor fixes to me, and although they are adding to deprecated interfaces, it would be wonderful to get Hive running against trunk Hadoop again.
> See HIVE-845 for more details
> http://issues.apache.org/jira/browse/HIVE-845

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