[
https://issues.apache.org/jira/browse/HADOOP-11615?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14342207#comment-14342207
]
Hadoop QA commented on HADOOP-11615:
------------------------------------
{color:green}+1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12701694/HADOOP-11615-002.patch
against trunk revision aa55fd3.
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:green}+0 tests included{color}. The patch appears to be a
documentation patch that doesn't require tests.
{color:green}+1 javac{color}. The applied patch does not increase the
total number of javac compiler warnings.
{color:green}+1 javadoc{color}. There were no new javadoc warning messages.
{color:green}+1 eclipse:eclipse{color}. The patch built with
eclipse:eclipse.
{color:green}+1 findbugs{color}. The patch does not introduce any new
Findbugs (version 2.0.3) warnings.
{color:green}+1 release audit{color}. The applied patch does not increase
the total number of release audit warnings.
{color:green}+1 core tests{color}. The patch passed unit tests in
hadoop-common-project/hadoop-common.
Test results:
https://builds.apache.org/job/PreCommit-HADOOP-Build/5801//testReport/
Console output:
https://builds.apache.org/job/PreCommit-HADOOP-Build/5801//console
This message is automatically generated.
> Remove MRv1-specific terms from ServiceLevelAuth.md
> ---------------------------------------------------
>
> Key: HADOOP-11615
> URL: https://issues.apache.org/jira/browse/HADOOP-11615
> Project: Hadoop Common
> Issue Type: Bug
> Components: documentation
> Affects Versions: 3.0.0
> Reporter: Akira AJISAKA
> Assignee: Brahma Reddy Battula
> Priority: Minor
> Attachments: HADOOP-11615-001.patch, HADOOP-11615-002.patch,
> HADOOP-11615.patch, ServiceLevelAuth.md
>
>
> JobTracker should be ResourceManager, and {{hadoop mradmin}} should be {{yarn
> rmadmin}} in ServiceLevelAuth.md.
> {code}
> The service-level authorization configuration for the NameNode and JobTracker
> can be changed without restarting either of the Hadoop master daemons. The
> cluster administrator can change `$HADOOP_CONF_DIR/hadoop-policy.xml` on the
> master nodes and instruct the NameNode and JobTracker to reload their
> respective configurations via the `-refreshServiceAcl` switch to `dfsadmin`
> and `mradmin` commands respectively.
> Refresh the service-level authorization configuration for the NameNode:
> $ bin/hadoop dfsadmin -refreshServiceAcl
> Refresh the service-level authorization configuration for the JobTracker:
> $ bin/hadoop mradmin -refreshServiceAcl
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)