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

This commit is contained in:
Varun Saxena 2016-10-27 13:56:59 +05:30
parent daf9a656b9
commit a8cfa5054c
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
* <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>