#54

values of 'None' are not encoded correctly

    • Created on: Tue, Jul 14 2009 (almost 3 years ago)
    • Reported by: zstone
    • Assigned to: Klaas Bosteels
    • Milestone: -
    • Type: defect
    • Status: Fixed
    • Priority: Normal (3)
    • Component: -
    • Estimate: None/Small/Medium/Large None
    As Chris Smoak pointed out on the mailing list, values of 'None' become '\x80\x02N' when Dumbo retrieves them:

    http://groups.google.com/group/dumbo-user/browse_thread/thread/535e87a015a3ff44

    Though it is possible to work around this by using the empty string instead of 'None', it would be very useful to be able to emit 'None' directly in key-value pairs.

    Zak
  • Followers
     
    Ico-users Klaas Bosteels (Assigned To) , zstone 
     
    Attachments
    No attachments
    Associations
     
    No associations
    Activity
     
    User picture

          on Jul 15, 2009 @ 03:33am UTC * By Klaas Bosteels

    Assigned to set to klbostee
    Status changed from New to Accepted
    This bug is caused by a bug in the typed bytes Java code:

    https://issues.apache.org/jira/browse/MAPREDUCE-764

    Will close this ticket when MAPREDUCE-764.patch gets accepted.
    User picture

          on Sep 07, 2009 @ 10:26am UTC * By Klaas Bosteels

    Status changed from Accepted to Fixed
    The Hadoop patch got committed today.
    Time Expenditure
    Loading