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 "Hudson (JIRA)" <ji...@apache.org> on 2008/08/22 14:34:52 UTC

[jira] Commented: (HADOOP-3718) KFS: write(int v) API writes out an integer rather than a byte

    [ https://issues.apache.org/jira/browse/HADOOP-3718?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12624782#action_12624782 ] 

Hudson commented on HADOOP-3718:
--------------------------------

Integrated in Hadoop-trunk #581 (See [http://hudson.zones.apache.org/hudson/job/Hadoop-trunk/581/])

> KFS: write(int v) API writes out an integer rather than a byte 
> ---------------------------------------------------------------
>
>                 Key: HADOOP-3718
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3718
>             Project: Hadoop Core
>          Issue Type: Bug
>    Affects Versions: 0.15.3, 0.16.0, 0.16.1, 0.16.2, 0.16.3, 0.16.4, 0.17.0
>            Reporter: Sriram Rao
>            Assignee: Sriram Rao
>            Priority: Minor
>             Fix For: 0.18.0
>
>         Attachments: patch.3718
>
>
> The KFS Outputstream code has an incorrect implementation for write(int) interface; it should write out a byte, but the code writes out an integer. 

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