[ 
https://issues.apache.org/jira/browse/HADOOP-2826?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Amareshwari Sriramadasu updated HADOOP-2826:
--------------------------------------------

    Status: Open  (was: Patch Available)

Cancelling the patch, because In the patch pipemapred does a arrayCopy to get 
byteArray of the Text's length. But Text is doing a arrayCopy for readLine. 
This involves two array copies for each readline call of streaming.

> FileSplit.getFile(), LineRecordReader. readLine() need to be removed
> --------------------------------------------------------------------
>
>                 Key: HADOOP-2826
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2826
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: mapred
>            Reporter: Amareshwari Sriramadasu
>            Assignee: Amareshwari Sriramadasu
>             Fix For: 0.17.0
>
>         Attachments: patch-2826.txt, patch-2826.txt
>
>
> The methods FileSplit.getFile(), LineRecordReader. readLine() need to be 
> removed as they are deprecated.

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

Reply via email to