[
https://issues.apache.org/jira/browse/HAMA-901?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13997419#comment-13997419
]
Edward J. Yoon commented on HAMA-901:
-------------------------------------
This is just a interface design for configure multi-bsp jobs, like below:
{code}
MultiBSPJob multiJob = ...
BSPJob myJob = ..
GraphJob myAnotherJob = ..
multiJob.setJobs(myJob, myAnotherJob);
...
{code}
And, I won't change the bps infrastructure. The challenging is only a message
type between multiple jobs.
> Multi-job configuration interface for communicate among jobs.
> -------------------------------------------------------------
>
> Key: HAMA-901
> URL: https://issues.apache.org/jira/browse/HAMA-901
> Project: Hama
> Issue Type: New Feature
> Components: bsp core
> Reporter: Edward J. Yoon
> Assignee: Edward J. Yoon
>
> I'm thinking about adding multi-job configuration interface for communicate
> among multiple jobs. My main purpose is for launching two infinite real-time
> data processing BSP job and incremental learning BSP job.
> I guess it's not difficult since we don't have message security yet.
--
This message was sent by Atlassian JIRA
(v6.2#6252)