[
https://issues.apache.org/jira/browse/HAMA-258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Edward J. Yoon updated HAMA-258:
--------------------------------
Attachment: io_v01.patch
This patch adds basic TextInputFormatter. RecordReader should be added.
{code}
BSPJob bsp = new BSPJob(conf, TestBSP.class);
// Set the job name
bsp.setJobName("Read/Write Test");
bsp.setBspClass(TestBSP.class);
bsp.setInputFormat(TextInputFormat.class);
FileInputFormat.setInputPaths(bsp,
new Path("/user/edward/text/CHANGES.txt"));
{code}
Before this week, this task will be finished.
> Design a input and output system
> --------------------------------
>
> Key: HAMA-258
> URL: https://issues.apache.org/jira/browse/HAMA-258
> Project: Hama
> Issue Type: New Feature
> Components: bsp
> Affects Versions: 0.3.0
> Reporter: Edward J. Yoon
> Assignee: ChiaHung Lin
> Fix For: 0.4.0
>
> Attachments: io_v01.patch
>
>
> This issue will handle the input and output system with data splitter.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira