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.