README
上传用户:quxuerui
上传日期:2018-01-08
资源大小:41811k
文件大小:1k
源码类别:

网格计算

开发平台:

Java

  1. # Copyright 2008 The Apache Software Foundation Licensed under the
  2. # Apache License, Version 2.0 (the "License"); you may not use this
  3. # file except in compliance with the License.  You may obtain a copy
  4. # of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless
  5. # required by applicable law or agreed to in writing, software
  6. # distributed under the License is distributed on an "AS IS" BASIS,
  7. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
  8. # implied.  See the License for the specific language governing
  9. # permissions and limitations under the License.
  10. This package implements a scheduler for Map-Reduce jobs, called Capacity
  11. Task Scheduler (or just Capacity Scheduler), which provides a way to share 
  12. large clusters. 
  13. The functionality of this scheduler is described in the Forrest documentation
  14. under srcdocssrcdocumentationcontentxdocscapacity_scheduler.xml.