HADOOP-12195. Add annotation to package-info.java file to workaround MCOMPILER-205.

This commit is contained in:
Andrew Wang 2015-07-07 11:14:12 -07:00
parent aa96a8c0c5
commit 3dc92e84c2
2 changed files with 7 additions and 1 deletions

View File

@ -686,6 +686,9 @@ Release 2.8.0 - UNRELEASED
HADOOP-12193. Rename Touchz.java to Touch.java. (wang)
HADOOP-12195. Add annotation to package-info.java file to workaround
MCOMPILER-205. (wang)
OPTIMIZATIONS
HADOOP-11785. Reduce the number of listStatus operation in distcp

View File

@ -19,4 +19,7 @@
* This package provides access to JMX primarily through the
* {@link org.apache.hadoop.jmx.JMXJsonServlet} class.
*/
package org.apache.hadoop.jmx;
@InterfaceAudience.Private
package org.apache.hadoop.jmx;
import org.apache.hadoop.classification.InterfaceAudience;