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

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

    Release Note: 
The deprecated methods, public File 
org.apache.hadoop.mapred.FileSplit.getFile() and 
  public static  long 
org.apache.hadoop.mapred.LineRecordReader.readLine(InputStream in,  
OutputStream out)
are removed.
The constructor 
org.apache.hadoop.mapred.LineRecordReader.LineReader(InputStream in, 
Configuration conf) 's visibility is made public.
The signature of the public 
org.apache.hadoop.streaming.UTF8ByteArrayUtils.readLIne(InputStream) method is 
changed to UTF8ByteArrayUtils.readLIne(LineReader, Text).  Since the old 
signature is not deprecated, any code using the old method must be changed to 
use the new method.

  was:
Changes the signature of UTF8ByteArrayUtils.readLIne(InputStream) to 
UTF8ByteArrayUtils.readLIne(LineReader, Text)


    Hadoop Flags: [Incompatible change, Reviewed]  (was: [Reviewed, 
Incompatible change])

> 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, 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