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 "Sriram Rao (JIRA)" <ji...@apache.org> on 2008/07/08 23:17:31 UTC

[jira] Updated: (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:all-tabpanel ]

Sriram Rao updated HADOOP-3718:
-------------------------------

    Attachment: patch.3718

A patch that fixes the issue is attached.

No new test is included: This code is exercised only with a KFS deployment and that is tested elsewhere

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