@@ -335,6 +335,9 @@ Release 2.7.0 - UNRELEASED
MAPREDUCE-6243. Fix findbugs warnings in hadoop-rumen. (Masatake Iwasaki
via aajisaka)
+ MAPREDUCE-5988. Fix dead links to the javadocs in mapreduce project.
+ (aajisaka)
+
Release 2.6.0 - 2014-11-18
INCOMPATIBLE CHANGES
@@ -15,6 +15,4 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-@InterfaceAudience.Private
package org.apache.hadoop.mapreduce.v2.api.protocolrecords;
-import org.apache.hadoop.classification.InterfaceAudience;
@@ -22,9 +22,7 @@
*
* cf. MAPREDUCE-901 for rationales.
@InterfaceStability.Evolving
package org.apache.hadoop.mapreduce.counters;
import org.apache.hadoop.classification.InterfaceStability;
package org.apache.hadoop.mapreduce.v2.hs;