FileSplit's default constructor should be made "public"
-------------------------------------------------------
Key: HADOOP-3761
URL: https://issues.apache.org/jira/browse/HADOOP-3761
Project: Hadoop Core
Issue Type: Improvement
Components: mapred
Reporter: Zheng Shao
Assignee: Zheng Shao
Priority: Trivial
mapred.FileSplit's default constructor is currently "package" visible. We
should make it "public" so we can support a GenericSplit class outside mapred
package, which could create FileSplit instances using reflection and
serialize/deserialize FileSplit through Writable interface.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.