YARN-8369. Javadoc build failed due to 'bad use of >'. (Takanobu Asanuma via wangda)

Change-Id: I79a42154e8f86ab1c3cc939b3745024b8eebe5f4
This commit is contained in:
Wangda Tan 2018-05-29 09:27:36 -07:00
parent 3061bfcde5
commit 17aa40f669
2 changed files with 6 additions and 6 deletions

View File

@ -260,10 +260,10 @@ public abstract float divide(
/**
* Check if resource has any major resource types (which are all NodeManagers
* included) has a >0 value.
* included) has a {@literal >} 0 value.
*
* @param resource resource
* @return returns true if any resource is >0
* @return returns true if any resource is {@literal >} 0
*/
public abstract boolean isAnyMajorResourceAboveZero(Resource resource);
}

View File

@ -136,12 +136,12 @@ private static void deductPreemptableResourcePerApp(
* @param conservativeDRF
* should we do conservativeDRF preemption or not.
* When true:
* stop preempt container when any major resource type <= 0 for to-
* preempt.
* stop preempt container when any major resource type
* {@literal <=} 0 for to-preempt.
* This is default preemption behavior of intra-queue preemption
* When false:
* stop preempt container when: all major resource type <= 0 for
* to-preempt.
* stop preempt container when: all major resource type
* {@literal <=} 0 for to-preempt.
* This is default preemption behavior of inter-queue preemption
* @return should we preempt rmContainer. If we should, deduct from
* <code>resourceToObtainByPartition</code>