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 "David Bowen (JIRA)" <ji...@apache.org> on 2006/05/03 19:24:47 UTC

[jira] Created: (HADOOP-192) Trivial JRE 1.5 versus 1.4 bug

Trivial JRE 1.5 versus 1.4 bug
------------------------------

         Key: HADOOP-192
         URL: http://issues.apache.org/jira/browse/HADOOP-192
     Project: Hadoop
        Type: Bug

  Components: mapred  
    Versions: 0.2    
    Reporter: David Bowen
    Priority: Blocker


Long.valueOf(long) is in 1.5 but not in 1.4.x.  Use new Long(long) instead.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (HADOOP-192) Trivial JRE 1.5 versus 1.4 bug

Posted by "David Bowen (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HADOOP-192?page=all ]

David Bowen updated HADOOP-192:
-------------------------------

    Attachment: valueOfBug.patch

Here's the fix.

> Trivial JRE 1.5 versus 1.4 bug
> ------------------------------
>
>          Key: HADOOP-192
>          URL: http://issues.apache.org/jira/browse/HADOOP-192
>      Project: Hadoop
>         Type: Bug

>   Components: mapred
>     Versions: 0.2
>     Reporter: David Bowen
>     Priority: Blocker
>  Attachments: valueOfBug.patch
>
> Long.valueOf(long) is in 1.5 but not in 1.4.x.  Use new Long(long) instead.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Resolved: (HADOOP-192) Trivial JRE 1.5 versus 1.4 bug

Posted by "Doug Cutting (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HADOOP-192?page=all ]
     
Doug Cutting resolved HADOOP-192:
---------------------------------

    Fix Version: 0.2
     Resolution: Fixed

I just committed this.  Thanks, David!

> Trivial JRE 1.5 versus 1.4 bug
> ------------------------------
>
>          Key: HADOOP-192
>          URL: http://issues.apache.org/jira/browse/HADOOP-192
>      Project: Hadoop
>         Type: Bug

>   Components: mapred
>     Versions: 0.2
>     Reporter: David Bowen
>     Priority: Blocker
>      Fix For: 0.2
>  Attachments: valueOfBug.patch
>
> Long.valueOf(long) is in 1.5 but not in 1.4.x.  Use new Long(long) instead.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira