Kaynağa Gözat

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

Varun Saxena 8 yıl önce
ebeveyn
işleme
a8cfa5054c

+ 1 - 1
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api/src/main/java/org/apache/hadoop/yarn/api/records/ResourceRequest.java

@@ -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>