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

Suraj Menon updated HAMA-700:
-----------------------------

    Status: Patch Available  (was: Open)

The patch contains the following changes:
- User's can now convert their existing input to the sequential file format if 
needed.
- RecordConverter interface that could be used for conversion as well as to 
define partitioning. Could be used for HAMA-561
- Graph Runtime partitioning could be done in RuntimePartitioner
- Vertex was made Writable and also given the responsibility to create the V, E 
and M objects that the framework could use.
- Fixed all the broken unit tests except for BipartiteMatching.
- Added VerticesInfo to encapsulate the vertice storage and maybe even graph 
state changes in the future.
- Added VertexInputGen for generating Vertex Input for unit tests.

I am committing the patch to bring back the build to normal.
                
> BSPPartitioner should be configurable to be optional and allow input format 
> conversion
> --------------------------------------------------------------------------------------
>
>                 Key: HAMA-700
>                 URL: https://issues.apache.org/jira/browse/HAMA-700
>             Project: Hama
>          Issue Type: Improvement
>          Components: bsp core
>            Reporter: Suraj Menon
>            Assignee: Suraj Menon
>             Fix For: 0.6.1
>
>         Attachments: HAMA-700.patch_Jan7, HAMA-700-v1.patch
>
>
> There should be a provisioning for skipping the PartitionRunner if needed. 
> Also we can have a RecordConverter interface so that the PartitionRunner can 
> read the input in any format and create new splits. 

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