Skip to content

Commit 9da0e26

Browse files
authored
docs: fix links (#444)
1 parent 4ef31d0 commit 9da0e26

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/modules/hive/pages/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ xref:trino:index.adoc[Trino] or xref:spark-k8s:index.adoc[Spark].
2121
== Operator model
2222

2323
The Operator manages the _HiveCluster_ custom resource. The cluster implements a single `metastore`
24-
xref:home:concepts:roles-and-role-groups.adoc[role].
24+
xref:concepts:roles-and-role-groups.adoc[role].
2525

2626
image::hive_overview.drawio.svg[A diagram depicting the Kubernetes resources created by the Stackable Operator for Apache Hive]
2727

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
== Authentication
44
Currently, the only supported authentication mechanism is Kerberos, which is disabled by default.
55
For Kerberos to work a Kerberos KDC is needed, which the users need to provide.
6-
The xref:home:secret-operator:secretclass.adoc#backend-kerberoskeytab[secret-operator documentation] states which kind of Kerberos servers are supported and how they can be configured.
6+
The xref:secret-operator:secretclass.adoc#backend-kerberoskeytab[secret-operator documentation] states which kind of Kerberos servers are supported and how they can be configured.
77

88
=== 1. Prepare Kerberos server
99
To configure HDFS to use Kerberos you first need to collect information about your Kerberos server, e.g. hostname and port.
1010
Additionally, you need a service-user which the secret-operator uses to create principals for the HDFS services.
1111

1212
=== 2. Create Kerberos SecretClass
13-
The next step is to enter all the necessary information into a SecretClass, as described in xref:home:secret-operator:secretclass.adoc#backend-kerberoskeytab[secret-operator documentation]. The following guide assumes you have named your SecretClass `kerberos`.
13+
The next step is to enter all the necessary information into a SecretClass, as described in xref:secret-operator:secretclass.adoc#backend-kerberoskeytab[secret-operator documentation]. The following guide assumes you have named your SecretClass `kerberos`.
1414

1515
=== 3. Configure HDFS to use SecretClass
1616
The next step is to configure your HdfsCluster to use the newly created SecretClass. Please follow the xref:hdfs:usage-guide/security.adoc[HDFS security guide] to set up and test this.

0 commit comments

Comments
 (0)