Skip to content

Commit

Permalink
format config file
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinw66 committed Aug 9, 2024
1 parent 34f1d72 commit 1724af3
Show file tree
Hide file tree
Showing 4 changed files with 81 additions and 82 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,7 @@
<name>fs.defaultFS</name>
<!-- cluster variant -->
<value>hdfs://localhost:8020</value>
<description>The name of the default file system. Either the
literal string "local" or a host:port for HDFS.
</description>
<description>The name of the default file system. Either the literal string "local" or a host:port for HDFS.</description>
<final>true</final>
</property>
<property>
Expand All @@ -73,16 +71,14 @@
<property>
<name>ipc.client.idlethreshold</name>
<value>8000</value>
<description>Defines the threshold number of connections after which
connections will be inspected for idleness.
<description>
Defines the threshold number of connections after which connections will be inspected for idleness.
</description>
</property>
<property>
<name>ipc.client.connection.maxidletime</name>
<value>30000</value>
<description>The maximum time after which a client will bring down the
connection to the server.
</description>
<description>The maximum time after which a client will bring down the connection to the server.</description>
</property>
<property>
<name>ipc.client.connect.max.retries</name>
Expand All @@ -93,18 +89,16 @@
<name>ipc.server.tcpnodelay</name>
<value>true</value>
<description>Turn on/off Nagle's algorithm for the TCP socket
connection on
the server. Setting to true disables the algorithm and may
decrease latency
with a cost of more/smaller packets.
connection on the server. Setting to true disables the algorithm and may
decrease latency with a cost of more/smaller packets.
</description>
</property>
<property>
<name>hadoop.http.authentication.type</name>
<value>simple</value>
<description>
Defines authentication used for Oozie HTTP endpoint. Supported values are: simple | kerberos |
#AUTHENTICATION_HANDLER_CLASSNAME#
Defines authentication used for Oozie HTTP endpoint.
Supported values are: simple | kerberos | #AUTHENTICATION_HANDLER_CLASSNAME#
</description>
</property>
<property>
Expand All @@ -118,9 +112,7 @@
<property>
<name>hadoop.security.authorization</name>
<value>false</value>
<description>
Enable authorization for different protocols.
</description>
<description>Enable authorization for different protocols.</description>
</property>
<property>
<name>hadoop.security.auth_to_local</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
for block recovery.
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>
A special value of "*" means all users are allowed.
</description>
</property>
<property>
<name>security.datanode.protocol.acl</name>
Expand All @@ -44,7 +45,8 @@
communicate with the 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>
A special value of "*" means all users are allowed.
</description>
</property>
<property>
<name>security.inter.datanode.protocol.acl</name>
Expand All @@ -53,7 +55,8 @@
for updating generation timestamp.
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>
A special value of "*" means all users are allowed.
</description>
</property>
<property>
<name>security.namenode.protocol.acl</name>
Expand All @@ -62,15 +65,17 @@
namenode to communicate with the 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>
A special value of "*" means all users are allowed.
</description>
</property>
<property>
<name>security.admin.operations.protocol.acl</name>
<value>*</value>
<description>ACL for AdminOperationsProtocol. Used for admin commands.
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>
A special value of "*" means all users are allowed.
</description>
</property>
<property>
<name>security.refresh.user.mappings.protocol.acl</name>
Expand All @@ -79,7 +84,8 @@
users mappings. 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>
users are allowed.
</description>
</property>
<property>
<name>security.refresh.policy.protocol.acl</name>
Expand All @@ -88,13 +94,15 @@
dfsadmin and mradmin commands to refresh the security policy in-effect.
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>
A special value of "*" means all users are allowed.
</description>
</property>
<property>
<name>security.ha.service.protocol.acl</name>
<value>*</value>
<description>ACL for HAService protocol used by HAAdmin to manage the
active and stand-by states of namenode.</description>
active and stand-by states of namenode.
</description>
</property>
<property>
<name>security.router.admin.protocol.acl</name>
Expand All @@ -108,8 +116,7 @@
<property>
<name>security.zkfc.protocol.acl</name>
<value>*</value>
<description>ACL for access to the ZK Failover Controller
</description>
<description>ACL for access to the ZK Failover Controller</description>
</property>
<property>
<name>security.qjournal.service.protocol.acl</name>
Expand All @@ -120,9 +127,7 @@
<property>
<name>security.interqjournal.service.protocol.acl</name>
<value>*</value>
<description>ACL for InterQJournalProtocol, used by the JN to
communicate with other JN
</description>
<description>ACL for InterQJournalProtocol, used by the JN to communicate with other JN</description>
</property>
<property>
<name>security.mrhs.client.protocol.acl</name>
Expand All @@ -131,7 +136,8 @@
communciate with the MR History Server job status etc.
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>
A special value of "*" means all users are allowed.
</description>
</property>
<!-- YARN Protocols -->
<property>
Expand All @@ -141,15 +147,17 @@
ResourceManager and NodeManager to communicate with each other.
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>
A special value of "*" means all users are allowed.
</description>
</property>
<property>
<name>security.resourcemanager-administration.protocol.acl</name>
<value>*</value>
<description>ACL for ResourceManagerAdministrationProtocol, for admin commands.
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>
A special value of "*" means all users are allowed.
</description>
</property>
<property>
<name>security.applicationclient.protocol.acl</name>
Expand All @@ -158,7 +166,8 @@
and applications submission clients to communicate with each other.
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>
A special value of "*" means all users are allowed.
</description>
</property>
<property>
<name>security.applicationmaster.protocol.acl</name>
Expand All @@ -167,7 +176,8 @@
and ApplicationMasters to communicate with each other.
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>
A special value of "*" means all users are allowed.
</description>
</property>
<property>
<name>security.containermanagement.protocol.acl</name>
Expand All @@ -176,7 +186,8 @@
and ApplicationMasters to communicate with each other.
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>
A special value of "*" means all users are allowed.
</description>
</property>
<property>
<name>security.resourcelocalizer.protocol.acl</name>
Expand All @@ -185,7 +196,8 @@
and ResourceLocalizer to communicate with each other.
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>
A special value of "*" means all users are allowed.
</description>
</property>
<property>
<name>security.job.task.protocol.acl</name>
Expand All @@ -194,7 +206,8 @@
tasks to communicate with the parent 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>
A special value of "*" means all users are allowed.
</description>
</property>
<property>
<name>security.job.client.protocol.acl</name>
Expand All @@ -203,7 +216,8 @@
communciate with the MR ApplicationMaster to query job status etc.
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>
A special value of "*" means all users are allowed.
</description>
</property>
<property>
<name>security.applicationhistory.protocol.acl</name>
Expand All @@ -212,7 +226,8 @@
server and the generic history service client to communicate with each other.
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>
A special value of "*" means all users are allowed.
</description>
</property>
<property>
<name>security.collector-nodemanager.protocol.acl</name>
Expand All @@ -222,7 +237,8 @@
to communicate with each other.
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>
A special value of "*" means all users are allowed.
</description>
</property>
<property>
<name>security.applicationmaster-nodemanager.applicationmaster.protocol.acl</name>
Expand All @@ -231,7 +247,8 @@
and ApplicationMasters to communicate.
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>
A special value of "*" means all users are allowed.
</description>
</property>
<property>
<name>security.distributedscheduling.protocol.acl</name>
Expand All @@ -240,6 +257,7 @@
and Resourcemanager to communicate.
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>
A special value of "*" means all users are allowed.
</description>
</property>
</configuration>
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,7 @@
<name>dfs.replication</name>
<value>3</value>
<display-name>Block replication</display-name>
<description>Default block replication.
</description>
<description>Default block replication.</description>
</property>
<property>
<name>dfs.heartbeat.interval</name>
Expand Down
Loading

0 comments on commit 1724af3

Please sign in to comment.