[ 
https://issues.apache.org/jira/browse/MAPREDUCE-5230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13666196#comment-13666196
 ] 

Hudson commented on MAPREDUCE-5230:
-----------------------------------

Integrated in Hadoop-Yarn-trunk #219 (See 
[https://builds.apache.org/job/Hadoop-Yarn-trunk/219/])
    MAPREDUCE-5230. Bring back NLineInputFormat.createFileSplit for binary 
compatibility with mapred in 1.x Contributed by Mayank Bansal. (Revision 
1485906)

     Result = SUCCESS
vinodkv : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1485906
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapred/lib/NLineInputFormat.java

                
> createFileSplit is removed from NLineInputFormat of mapred
> ----------------------------------------------------------
>
>                 Key: MAPREDUCE-5230
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5230
>             Project: Hadoop Map/Reduce
>          Issue Type: Sub-task
>            Reporter: Zhijie Shen
>            Assignee: Mayank Bansal
>             Fix For: 2.0.5-beta
>
>         Attachments: MAPREDUCE-5230-trunk-1.patch
>
>
> createFileSplit is removed from NLineInputFormat of mapred, because it's no 
> longer used in the new getSplit implementation. However, since function is 
> protected before, there is still the potential risk that the user defined 
> format class which extends old NLineInputFormat uses the protected function.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to