You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-dev@hadoop.apache.org by "Zhijie Shen (JIRA)" <ji...@apache.org> on 2013/05/09 22:43:16 UTC

[jira] [Created] (MAPREDUCE-5230) createFileSplit is removed from NLineInputFormat of mapred

Zhijie Shen created MAPREDUCE-5230:
--------------------------------------

             Summary: 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: Zhijie Shen


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