blob: b2c3735e285df1954dc871622b49186d3f4fb580 [file] [log] [blame]
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<configuration>
<!--
This is Herriot specific protocols. This section shouldn't be present in
a production cluster configuration. This file needs to be linked up to the
main conf/hadoop-policy.xml in the deployment process
-->
<property>
<name>security.daemon.protocol.acl</name>
<value>*</value>
<description>ACL for DaemonProtocol, extended by all other
Herriot RPC protocols.
The ACL is a comma-separated list of user and group names. The user and
group list is separated by a blank. For e.g. "alice,bob users,wheel".
A special value of "*" means all users are allowed.</description>
</property>
<property>
<name>security.nn.protocol.acl</name>
<value>*</value>
<description>ACL for NNProtocol, used by the
Herriot AbstractDaemonCluster's implementations to connect to a remote
NameNode.
The ACL is a comma-separated list of user and group names. The user and
group list is separated by a blank. For e.g. "alice,bob users,wheel".
A special value of "*" means all users are allowed.</description>
</property>
<property>
<name>security.dn.protocol.acl</name>
<value>*</value>
<description>ACL for DNProtocol, used by the
Herriot AbstractDaemonCluster's implementations to connect to a remote
DataNode.
The ACL is a comma-separated list of user and group names. The user and
group list is separated by a blank. For e.g. "alice,bob users,wheel".
A special value of "*" means all users are allowed.</description>
</property>
<property>
<name>security.tt.protocol.acl</name>
<value>*</value>
<description>ACL for TTProtocol, used by the
Herriot AbstractDaemonCluster's implementations to connect to a remote
TaskTracker.
The ACL is a comma-separated list of user and group names. The user and
group list is separated by a blank. For e.g. "alice,bob users,wheel".
A special value of "*" means all users are allowed.</description>
</property>
</configuration>