MAPREDUCE-6421. Fix findbugs warning in RMContainerAllocator.reduceNodeLabelExpression. Contributed by Brahma Reddy Battula.
This commit is contained in:
parent
5ed1fead6b
commit
e04faf8e46
|
@ -533,6 +533,10 @@ Release 2.8.0 - UNRELEASED
|
||||||
MAPREDUCE-6038. A boolean may be set error in the Word Count v2.0 in
|
MAPREDUCE-6038. A boolean may be set error in the Word Count v2.0 in
|
||||||
MapReduce Tutorial. (Tsuyoshi Ozawa via cdouglas)
|
MapReduce Tutorial. (Tsuyoshi Ozawa via cdouglas)
|
||||||
|
|
||||||
|
MAPREDUCE-6421. Fix findbugs warning in
|
||||||
|
RMContainerAllocator.reduceNodeLabelExpression.
|
||||||
|
(Brahma Reddy Battula via aajisaka)
|
||||||
|
|
||||||
Release 2.7.2 - UNRELEASED
|
Release 2.7.2 - UNRELEASED
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
|
@ -479,6 +479,7 @@
|
||||||
<Field name="reduceResourceRequest" />
|
<Field name="reduceResourceRequest" />
|
||||||
<Field name="maxReduceRampupLimit" />
|
<Field name="maxReduceRampupLimit" />
|
||||||
<Field name="reduceSlowStart" />
|
<Field name="reduceSlowStart" />
|
||||||
|
<Field name="reduceNodeLabelExpression" />
|
||||||
</Or>
|
</Or>
|
||||||
<Bug pattern="IS2_INCONSISTENT_SYNC" />
|
<Bug pattern="IS2_INCONSISTENT_SYNC" />
|
||||||
</Match>
|
</Match>
|
||||||
|
|
Loading…
Reference in New Issue