MAPREDUCE-6421. Fix findbugs warning in RMContainerAllocator.reduceNodeLabelExpression. Contributed by Brahma Reddy Battula.

This commit is contained in:
Akira Ajisaka 2015-07-13 14:28:14 +09:00
parent 5ed1fead6b
commit e04faf8e46
2 changed files with 5 additions and 0 deletions

View File

@ -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 Tutorial. (Tsuyoshi Ozawa via cdouglas)
MAPREDUCE-6421. Fix findbugs warning in
RMContainerAllocator.reduceNodeLabelExpression.
(Brahma Reddy Battula via aajisaka)
Release 2.7.2 - UNRELEASED
INCOMPATIBLE CHANGES

View File

@ -479,6 +479,7 @@
<Field name="reduceResourceRequest" />
<Field name="maxReduceRampupLimit" />
<Field name="reduceSlowStart" />
<Field name="reduceNodeLabelExpression" />
</Or>
<Bug pattern="IS2_INCONSISTENT_SYNC" />
</Match>