Skip to content

Commit ba8f0d0

Browse files
author
Felix Hennig
committed
some more wording and formatting
1 parent 0399fad commit ba8f0d0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/modules/hdfs/pages/usage-guide/configuration-environment-overrides.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ nameNodes:
5353
All override property values must be strings.
5454
The properties are formatted and escaped correctly into the XML file.
5555

56-
For a full list of configuration options we refer to the Apache Hdfs documentation for https://hadoop.apache.org/docs/stable/hadoop-project-dist/hadoop-hdfs/hdfs-default.xml[hdfs-site.xml] and https://hadoop.apache.org/docs/stable/hadoop-project-dist/hadoop-common/core-default.xml[core-site.xml].
56+
For a full list of configuration options refer to the Apache Hdfs documentation for https://hadoop.apache.org/docs/stable/hadoop-project-dist/hadoop-hdfs/hdfs-default.xml[hdfs-site.xml] and https://hadoop.apache.org/docs/stable/hadoop-project-dist/hadoop-common/core-default.xml[core-site.xml].
5757

5858
=== The security.properties file
5959

docs/modules/hdfs/pages/usage-guide/operations/pod-disruptions.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
You can configure the permitted Pod disruptions for HDFS nodes as described in xref:concepts:operations/pod_disruptions.adoc[].
55

6-
Unless you configure something else or disable our PodDisruptionBudgets (PDBs), the operator write the following PDBs:
6+
Unless you configure something else or disable the default PodDisruptionBudgets (PDBs), the operator writes the following PDBs:
77

88
== JournalNodes
99
Only a single JournalNode is allowed to be offline at any given time, regardless of the number of replicas or `roleGroups`.
@@ -20,7 +20,7 @@ The default replication factor is `3` - which can be configured using `spec.clus
2020
When you have a replication of `3`, you can safely take down 2 DataNodes, as there is always a third DataNode holding a copy of each block currently assigned to one of the unavailable DataNodes.
2121
However, you need to be aware that you are now down to a single point of failure -- the last of three replicas!
2222

23-
Taking this into consideration, our operator uses the following algorithm to determine the maximum number of DataNodes allowed to be unavailable at the same time:
23+
Taking this into consideration, the operator uses the following algorithm to determine the maximum number of DataNodes allowed to be unavailable at the same time:
2424

2525
`num_datanodes` is the number of DataNodes in the HDFS cluster, summed over all `roleGroups`.
2626

docs/modules/hdfs/pages/usage-guide/security.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ There is an https://github.com/stackabletech/hdfs-operator/blob/main/tests/templ
5656

5757
== Authorization
5858
For authorization we developed https://github.com/stackabletech/hdfs-utils[hdfs-utils], which contains an OPA authorizer and group mapper.
59-
This matches our general xref:concepts:opa.adoc[] mechanisms.
59+
This matches the general xref:concepts:opa.adoc[] mechanisms.
6060

6161
IMPORTANT: It is recommended to enable Kerberos when doing Authorization, as otherwise you don't have any security measures at all.
6262
There still might be cases where you want authorization on top of a cluster without authentication, as you don't want to accidentally drop files and therefore use different users for different use-cases.

0 commit comments

Comments
 (0)