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:
parent
0f5aae5fd8
commit
c5c663c05d
|
@ -818,6 +818,10 @@ Release 2.7.3 - UNRELEASED
|
|||
HADOOP-12296. when setnetgrent returns 0 in linux, exception should be
|
||||
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
|
||||
|
||||
INCOMPATIBLE CHANGES
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
@InterfaceAudience.LimitedPrivate({"HBase", "HDFS", "MapReduce"})
|
||||
@InterfaceAudience.Public
|
||||
@InterfaceStability.Evolving
|
||||
package org.apache.hadoop.security.authorize;
|
||||
import org.apache.hadoop.classification.InterfaceAudience;
|
||||
|
|
|
@ -15,7 +15,4 @@
|
|||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
@InterfaceAudience.Private
|
||||
package org.apache.hadoop.tools;
|
||||
import org.apache.hadoop.classification.InterfaceAudience;
|
||||
|
||||
|
|
|
@ -23,4 +23,6 @@
|
|||
*
|
||||
* @version 2
|
||||
*/
|
||||
package org.apache.hadoop.tools;
|
||||
@InterfaceAudience.Public
|
||||
package org.apache.hadoop.tools;
|
||||
import org.apache.hadoop.classification.InterfaceAudience;
|
||||
|
|
Loading…
Reference in New Issue