HADOOP-12545. Hadoop javadoc has broken links for AccessControlList, ImpersonationProvider, DefaultImpersonationProvider, and DistCp. Contributed by Arshad Mohammad.

(cherry picked from commit f94d892704)
This commit is contained in:
Akira Ajisaka 2015-11-13 21:51:37 +09:00
parent 0f5aae5fd8
commit c5c663c05d
4 changed files with 8 additions and 5 deletions

View File

@ -818,6 +818,10 @@ Release 2.7.3 - UNRELEASED
HADOOP-12296. when setnetgrent returns 0 in linux, exception should be HADOOP-12296. when setnetgrent returns 0 in linux, exception should be
thrown (Chang Li via jlowe) thrown (Chang Li via jlowe)
HADOOP-12545. Hadoop javadoc has broken links for AccessControlList,
ImpersonationProvider, DefaultImpersonationProvider, and DistCp.
(Arshad Mohammad via aajisaka)
Release 2.7.2 - UNRELEASED Release 2.7.2 - UNRELEASED
INCOMPATIBLE CHANGES INCOMPATIBLE CHANGES

View File

@ -15,7 +15,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
@InterfaceAudience.LimitedPrivate({"HBase", "HDFS", "MapReduce"}) @InterfaceAudience.Public
@InterfaceStability.Evolving @InterfaceStability.Evolving
package org.apache.hadoop.security.authorize; package org.apache.hadoop.security.authorize;
import org.apache.hadoop.classification.InterfaceAudience; import org.apache.hadoop.classification.InterfaceAudience;

View File

@ -15,7 +15,4 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
@InterfaceAudience.Private
package org.apache.hadoop.tools; package org.apache.hadoop.tools;
import org.apache.hadoop.classification.InterfaceAudience;

View File

@ -23,4 +23,6 @@
* *
* @version 2 * @version 2
*/ */
@InterfaceAudience.Public
package org.apache.hadoop.tools; package org.apache.hadoop.tools;
import org.apache.hadoop.classification.InterfaceAudience;