Skip to content

Commit f58f37c

Browse files
committed
Updating xref references
1 parent bc9d27d commit f58f37c

File tree

1 file changed

+2
-2
lines changed
  • docs/modules/hbase/pages/troubleshooting

1 file changed

+2
-2
lines changed

docs/modules/hbase/pages/troubleshooting/index.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
== Hbase access with kerberos authentication
44

5-
Currently, xref:zookeeper-operator:index.adoc[Zookeeper] is not secured with authentication. This means, if an application tries to connect to Hbase, it would ask the zookeeper quorum to figure the correct nodes to talk to. In a Java world, you would define a `Client` which would carry the kerberos requirements.
5+
Currently, xref:zookeeper:index.adoc[Zookeeper] is not secured with authentication. This means, if an application tries to connect to Hbase, it would ask the zookeeper quorum to figure the correct nodes to talk to. In a Java world, you would define a `Client` which would carry the kerberos requirements.
66

7-
However, those requirements might be passed through and thus your client ( e.g. xref:spark-k8s-operator:usage-guide:operations:applications.adoc[SparkApplications] ) would try to authenticate with kerberos at the corresponding Zookeeper endpoint. This will result in a kerberos ( authentication ) error.
7+
However, those requirements might be passed through and thus your client ( e.g. xref:spark-k8s:usage-guide:operations:applications.adoc[SparkApplications] ) would try to authenticate with kerberos at the corresponding Zookeeper endpoint. This will result in a kerberos ( authentication ) error.
88

99
To prevent this, you can set a jvm argument like ( again e.g. SparkApplications )
1010

0 commit comments

Comments
 (0)