~asanjar/charms/trusty/hdp-hadoop/test

« back to all changes in this revision

Viewing changes to hooks/test/hdp_scripts/hdp_manual_install_rpm_helper_files-2.1.1.385/configuration_files/core_hadoop/hadoop-policy.xml

  • Committer: amir sanjar
  • Date: 2014-07-21 19:53:44 UTC
  • Revision ID: amir.sanjar@canonical.com-20140721195344-a23z0lrebqzhl167
namenode & data node initialization

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0"?>
2
 
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
3
 
 
4
 
<!-- Put site-specific property overrides in this file. -->
5
 
 
6
 
<configuration>
7
 
  <property>
8
 
    <name>security.client.protocol.acl</name>
9
 
    <value>*</value>
10
 
    <description>ACL for ClientProtocol, which is used by user code
11
 
    via the DistributedFileSystem.
12
 
    The ACL is a comma-separated list of user and group names. The user and
13
 
    group list is separated by a blank. For e.g. "alice,bob users,wheel".
14
 
    A special value of "*" means all users are allowed.</description>
15
 
  </property>
16
 
 
17
 
  <property>
18
 
    <name>security.client.datanode.protocol.acl</name>
19
 
    <value>*</value>
20
 
    <description>ACL for ClientDatanodeProtocol, the client-to-datanode protocol
21
 
    for block recovery.
22
 
    The ACL is a comma-separated list of user and group names. The user and
23
 
    group list is separated by a blank. For e.g. "alice,bob users,wheel".
24
 
    A special value of "*" means all users are allowed.</description>
25
 
  </property>
26
 
 
27
 
  <property>
28
 
    <name>security.datanode.protocol.acl</name>
29
 
    <value>*</value>
30
 
    <description>ACL for DatanodeProtocol, which is used by datanodes to
31
 
    communicate with the namenode.
32
 
    The ACL is a comma-separated list of user and group names. The user and
33
 
    group list is separated by a blank. For e.g. "alice,bob users,wheel".
34
 
    A special value of "*" means all users are allowed.</description>
35
 
  </property>
36
 
 
37
 
  <property>
38
 
    <name>security.inter.datanode.protocol.acl</name>
39
 
    <value>*</value>
40
 
    <description>ACL for InterDatanodeProtocol, the inter-datanode protocol
41
 
    for updating generation timestamp.
42
 
    The ACL is a comma-separated list of user and group names. The user and
43
 
    group list is separated by a blank. For e.g. "alice,bob users,wheel".
44
 
    A special value of "*" means all users are allowed.</description>
45
 
  </property>
46
 
 
47
 
  <property>
48
 
    <name>security.namenode.protocol.acl</name>
49
 
    <value>*</value>
50
 
    <description>ACL for NamenodeProtocol, the protocol used by the secondary
51
 
    namenode to communicate with the namenode.
52
 
    The ACL is a comma-separated list of user and group names. The user and
53
 
    group list is separated by a blank. For e.g. "alice,bob users,wheel".
54
 
    A special value of "*" means all users are allowed.</description>
55
 
  </property>
56
 
 
57
 
  <property>
58
 
    <name>security.inter.tracker.protocol.acl</name>
59
 
    <value>*</value>
60
 
    <description>ACL for InterTrackerProtocol, used by the tasktrackers to
61
 
    communicate with the jobtracker.
62
 
    The ACL is a comma-separated list of user and group names. The user and
63
 
    group list is separated by a blank. For e.g. "alice,bob users,wheel".
64
 
    A special value of "*" means all users are allowed.</description>
65
 
  </property>
66
 
 
67
 
  <property>
68
 
    <name>security.job.submission.protocol.acl</name>
69
 
    <value>*</value>
70
 
    <description>ACL for JobSubmissionProtocol, used by job clients to
71
 
    communciate with the jobtracker for job submission, querying job status etc.
72
 
    The ACL is a comma-separated list of user and group names. The user and
73
 
    group list is separated by a blank. For e.g. "alice,bob users,wheel".
74
 
    A special value of "*" means all users are allowed.</description>
75
 
  </property>
76
 
 
77
 
  <property>
78
 
    <name>security.task.umbilical.protocol.acl</name>
79
 
    <value>*</value>
80
 
    <description>ACL for TaskUmbilicalProtocol, used by the map and reduce
81
 
    tasks to communicate with the parent tasktracker.
82
 
    The ACL is a comma-separated list of user and group names. The user and
83
 
    group list is separated by a blank. For e.g. "alice,bob users,wheel".
84
 
    A special value of "*" means all users are allowed.</description>
85
 
  </property>
86
 
 
87
 
 <property>
88
 
    <name>security.admin.operations.protocol.acl</name>
89
 
    <value> hadoop</value>
90
 
    <description>ACL for AdminOperationsProtocol. Used for admin commands.
91
 
    The ACL is a comma-separated list of user and group names. The user and
92
 
    group list is separated by a blank. For e.g. "alice,bob users,wheel".
93
 
    A special value of "*" means all users are allowed.</description>
94
 
  </property>
95
 
 
96
 
  <property>
97
 
    <name>security.refresh.usertogroups.mappings.protocol.acl</name>
98
 
    <value> hadoop</value>
99
 
    <description>ACL for RefreshUserMappingsProtocol. Used to refresh
100
 
    users mappings. The ACL is a comma-separated list of user and
101
 
    group names. The user and group list is separated by a blank. For
102
 
    e.g. "alice,bob users,wheel".  A special value of "*" means all
103
 
    users are allowed.</description>
104
 
  </property>
105
 
 
106
 
<property>
107
 
    <name>security.refresh.policy.protocol.acl</name>
108
 
    <value> hadoop</value>
109
 
    <description>ACL for RefreshAuthorizationPolicyProtocol, used by the
110
 
    dfsadmin and mradmin commands to refresh the security policy in-effect.
111
 
    The ACL is a comma-separated list of user and group names. The user and
112
 
    group list is separated by a blank. For e.g. "alice,bob users,wheel".
113
 
    A special value of "*" means all users are allowed.</description>
114
 
  </property>
115
 
 
116
 
 
117
 
</configuration>