|
171 | 171 | <name>hdds.datanode.dir</name>
|
172 | 172 | <value/>
|
173 | 173 | <tag>OZONE, CONTAINER, STORAGE, MANAGEMENT</tag>
|
174 |
| - <description>Determines where on the local filesystem HDDS data will be |
175 |
| - stored. Defaults to hdds.datanode.data.dir if not specified. |
| 174 | + <description>Determines where on the local filesystem HDDS data will be stored. |
176 | 175 | The directories should be tagged with corresponding storage types
|
177 | 176 | ([SSD]/[DISK]/[ARCHIVE]/[RAM_DISK]) for storage policies. The default
|
178 | 177 | storage type will be DISK if the directory does not have a storage type
|
|
4553 | 4552 | allowing for better identification and analysis of performance issues.
|
4554 | 4553 | </description>
|
4555 | 4554 | </property>
|
| 4555 | + |
| 4556 | + <property> |
| 4557 | + <name>hdds.datanode.dns.interface</name> |
| 4558 | + <value>default</value> |
| 4559 | + <tag>OZONE, DATANODE</tag> |
| 4560 | + <description> |
| 4561 | + The name of the Network Interface from which a Datanode should |
| 4562 | + report its IP address. e.g. eth2. This setting may be required for some |
| 4563 | + multi-homed nodes where the Datanodes are assigned multiple hostnames |
| 4564 | + and it is desirable for the Datanodes to use a non-default hostname. |
| 4565 | + </description> |
| 4566 | + </property> |
| 4567 | + <property> |
| 4568 | + <name>hdds.datanode.dns.nameserver</name> |
| 4569 | + <value>default</value> |
| 4570 | + <tag>OZONE, DATANODE</tag> |
| 4571 | + <description> |
| 4572 | + The host name or IP address of the name server (DNS) which a Datanode |
| 4573 | + should use to determine its own host name. |
| 4574 | + </description> |
| 4575 | + </property> |
| 4576 | + <property> |
| 4577 | + <name>hdds.datanode.hostname</name> |
| 4578 | + <value/> |
| 4579 | + <tag>OZONE, DATANODE</tag> |
| 4580 | + <description> |
| 4581 | + Optional. The hostname for the Datanode containing this |
| 4582 | + configuration file. Will be different for each machine. |
| 4583 | + Defaults to current hostname. |
| 4584 | + </description> |
| 4585 | + </property> |
| 4586 | + <property> |
| 4587 | + <name>hdds.datanode.use.datanode.hostname</name> |
| 4588 | + <value>false</value> |
| 4589 | + <tag>OZONE, DATANODE</tag> |
| 4590 | + <description> |
| 4591 | + Whether Datanodes should use Datanode hostnames when |
| 4592 | + connecting to other Datanodes for data transfer. |
| 4593 | + </description> |
| 4594 | + </property> |
| 4595 | + <property> |
| 4596 | + <name>hdds.xframe.enabled</name> |
| 4597 | + <value>true</value> |
| 4598 | + <tag>OZONE, HDDS</tag> |
| 4599 | + <description> |
| 4600 | + If true, then enables protection against clickjacking by returning |
| 4601 | + X_FRAME_OPTIONS header value set to SAMEORIGIN. |
| 4602 | + Clickjacking protection prevents an attacker from using transparent or |
| 4603 | + opaque layers to trick a user into clicking on a button |
| 4604 | + or link on another page. |
| 4605 | + </description> |
| 4606 | + </property> |
| 4607 | + <property> |
| 4608 | + <name>hdds.xframe.value</name> |
| 4609 | + <value>SAMEORIGIN</value> |
| 4610 | + <tag>OZONE, HDDS</tag> |
| 4611 | + <description> |
| 4612 | + This configration value allows user to specify the value for the |
| 4613 | + X-FRAME-OPTIONS. The possible values for this field are |
| 4614 | + DENY, SAMEORIGIN and ALLOW-FROM. Any other value will throw an |
| 4615 | + exception when Datanodes are starting up. |
| 4616 | + </description> |
| 4617 | + </property> |
| 4618 | + <property> |
| 4619 | + <name>hdds.metrics.session-id</name> |
| 4620 | + <value/> |
| 4621 | + <tag>OZONE, HDDS</tag> |
| 4622 | + <description> |
| 4623 | + Get the user-specified session identifier. The default is the empty string. |
| 4624 | + The session identifier is used to tag metric data that is reported to some |
| 4625 | + performance metrics system via the org.apache.hadoop.metrics API. The |
| 4626 | + session identifier is intended, in particular, for use by Hadoop-On-Demand |
| 4627 | + (HOD) which allocates a virtual Hadoop cluster dynamically and transiently. |
| 4628 | + HOD will set the session identifier by modifying the mapred-site.xml file |
| 4629 | + before starting the cluster. |
| 4630 | + When not running under HOD, this identifer is expected to remain set to |
| 4631 | + the empty string. |
| 4632 | + </description> |
| 4633 | + </property> |
| 4634 | + <property> |
| 4635 | + <name>hdds.datanode.kerberos.principal</name> |
| 4636 | + <value/> |
| 4637 | + <tag>OZONE, DATANODE</tag> |
| 4638 | + <description> |
| 4639 | + The Datanode service principal. This is typically set to |
| 4640 | + dn/ [email protected]. Each Datanode will substitute _HOST with its |
| 4641 | + own fully qualified hostname at startup. The _HOST placeholder |
| 4642 | + allows using the same configuration setting on all Datanodes. |
| 4643 | + </description> |
| 4644 | + </property> |
| 4645 | + <property> |
| 4646 | + <name>hdds.datanode.kerberos.keytab.file</name> |
| 4647 | + <value/> |
| 4648 | + <tag>OZONE, DATANODE</tag> |
| 4649 | + <description> |
| 4650 | + The keytab file used by each Datanode daemon to login as its |
| 4651 | + service principal. The principal name is configured with |
| 4652 | + hdds.datanode.kerberos.principal. |
| 4653 | + </description> |
| 4654 | + </property> |
| 4655 | + <property> |
| 4656 | + <name>hdds.metrics.percentiles.intervals</name> |
| 4657 | + <value></value> |
| 4658 | + <tag>OZONE, DATANODE</tag> |
| 4659 | + <description> |
| 4660 | + Comma-delimited set of integers denoting the desired rollover intervals |
| 4661 | + (in seconds) for percentile latency metrics on the Datanode. |
| 4662 | + By default, percentile latency metrics are disabled. |
| 4663 | + </description> |
| 4664 | + </property> |
| 4665 | + |
| 4666 | + <property> |
| 4667 | + <name>net.topology.node.switch.mapping.impl</name> |
| 4668 | + <value>org.apache.hadoop.net.ScriptBasedMapping</value> |
| 4669 | + <tag>OZONE, SCM</tag> |
| 4670 | + <description> |
| 4671 | + The default implementation of the DNSToSwitchMapping. It |
| 4672 | + invokes a script specified in net.topology.script.file.name to resolve |
| 4673 | + node names. If the value for net.topology.script.file.name is not set, the |
| 4674 | + default value of DEFAULT_RACK is returned for all node names. |
| 4675 | + </description> |
| 4676 | + </property> |
4556 | 4677 | </configuration>
|
0 commit comments