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 "Nigel Daley (JIRA)" <ji...@apache.org> on 2007/05/15 00:20:16 UTC

[jira] Created: (HADOOP-1362) slurpHadoop(Path, FileSystem) ignores result of java.io.InputStream.read(byte[], int, int)

slurpHadoop(Path, FileSystem) ignores result of java.io.InputStream.read(byte[], int, int)
------------------------------------------------------------------------------------------

                 Key: HADOOP-1362
                 URL: https://issues.apache.org/jira/browse/HADOOP-1362
             Project: Hadoop
          Issue Type: Bug
          Components: contrib/streaming
    Affects Versions: 0.12.3
            Reporter: Nigel Daley
             Fix For: 0.14.0


org.apache.hadoop.streaming.StreamUtil.java line 326

This method call ignores the return value of java.io.InputStream.read() which may read fewer bytes than requested.


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