YARN-5710. Fix inconsistent naming in class ResourceRequest (Yufei Gu via Varun Saxena)

This commit is contained in:
Varun Saxena 2016-10-27 13:55:17 +05:30
parent 5c39a419a6
commit 6cc7c43866
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ import org.apache.hadoop.yarn.util.Records;
* <ul>
* <li>{@link Priority} of the request.</li>
* <li>
* The <em>name</em> of the machine or rack on which the allocation is
* The <em>name</em> of the host or rack on which the allocation is
* desired. A special value of <em>*</em> signifies that
* <em>any</em> host/rack is acceptable to the application.
* </li>