yes, thats right. +1. I must have scanned the patch too fast.
Raghu.
Enis Soztutar (JIRA) wrote:
[ https://issues.apache.org/jira/browse/HADOOP-1654?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12515970 ]
Enis Soztutar commented on HADOOP-1654:
---------------------------------------
There is already an overloaded version which does not take conf, but buffSize.
{code}
public static void copyBytes(InputStream in, OutputStream out, int buffSize,
boolean close)
{code}