HADOOP-12195. Add annotation to package-info.java file to workaround MCOMPILER-205.
This commit is contained in:
parent
aa96a8c0c5
commit
3dc92e84c2
|
@ -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
|
||||
|
|
|
@ -19,4 +19,7 @@
|
|||
* This package provides access to JMX primarily through the
|
||||
* {@link org.apache.hadoop.jmx.JMXJsonServlet} class.
|
||||
*/
|
||||
@InterfaceAudience.Private
|
||||
package org.apache.hadoop.jmx;
|
||||
|
||||
import org.apache.hadoop.classification.InterfaceAudience;
|
Loading…
Reference in New Issue