Changes between Version 21 and Version 22 of ComputeStartDefault
- Timestamp:
- 2010-11-11T09:10:25+01:00 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ComputeStartDefault
v21 v22 6 6 7 7 MCF Compute Manager consists of two modules: 8 * Job Manager, which distributes jobs across cloud Worker nodes and monitors their executions, and9 * Resource Manager, which starts and stops Worker nodes on the cluster.8 * [http://www.molgenis.org/wiki/ComputeStartExample1 Job Manager], which distributes jobs across cloud Worker nodes and monitors their executions, and 9 * [http://www.molgenis.org/wiki/ComputeStartExample4 Resource Manager], which starts and stops Worker nodes on the cluster. 10 10 11 11 The Job Manager logic is rather straightforward and can be easily adjusted for use on a specific cluster or server. After a job is received by Job Manager, it is registered in the database and passed to the Worker nodes for execution. There are two different kinds of Worker nodes in the system. These are Resident Workers and Extra Workers. Basically, these nodes are the same standard gridgain nodes and differ only by name or a cloud segment.