Thomas Jungblut created HAMA-672:
------------------------------------

             Summary: Overload Jobsubmission in core module
                 Key: HAMA-672
                 URL: https://issues.apache.org/jira/browse/HAMA-672
             Project: Hama
          Issue Type: Sub-task
            Reporter: Thomas Jungblut


introduce new configuration key "bsp.framework.name" which maps to the values: 
"local,classic,yarn"

It will change core's BSPJob, so the client can be overloaded via a static 
mapping of value->classname. (e.G. local->LocalBSPRunner, classic->BSPMaster 
and a new implementation of the JobSubmissionProtocol for YARN).

So we don't have to introduce a cyclic dependency from core->yarn and 
yarn->core, because core->yarn is then decoupled by a jobmission classname 
mapping.


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