Skip to content

Commit 62da960

Browse files
committed
Adding jvm-argument-overrides link
1 parent 97ea405 commit 62da960

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • docs/modules/hbase/pages/troubleshooting

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ In a Java world, you would define a `Client` which would carry the Kerberos requ
99
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.
1010
This will result in a Kerberos ( authentication ) error.
1111

12-
To prevent this, you can set a JVM argument like this (again e.g. SparkApplications) in all Pods which would like to talk to HBase:
12+
To prevent this, you can set a xref:concepts:overrides.adoc#jvm-argument-overrides[JVM argument] like this (again e.g. SparkApplications) in all Pods which would like to talk to HBase:
1313

1414
[source,yaml]
1515
----

0 commit comments

Comments
 (0)