source: proiecte/HadoopJUnit/hadoop-0.20.1/src/contrib/fairscheduler/README @ 176

Last change on this file since 176 was 120, checked in by (none), 14 years ago

Added the mail files for the Hadoop JUNit Project

  • Property svn:executable set to *
File size: 1.1 KB
Line 
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
11This package implements a fair scheduler for MapReduce jobs with additional
12support for guaranteed shares and job limits.
13
14The functionality of this scheduler is described in the Forrest
15documentation at http://hadoop.apache.org/core/ or alternatively, in the
16hadoop release it can be found at $HADOOP_HOME/docs. In order to build the
17documentation on your own from source please use the following command in
18the downloaded source folder:
19
20ant docs -Dforrest.home=path to forrest -Djava5.home= path to jdk5.
21
22The documentation so built would be under $HADOOP_HOME/build/docs
Note: See TracBrowser for help on using the repository browser.