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.17.0, 0.16.4, 0.16.3, 0.16.2, 0.16.1, 0.16.0, 0.15.3
Reporter: Sriram Rao
Priority: Minor
Fix For: 0.18.0
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.