Skip to content

Commit a2d7a31

Browse files
Malewaresbernauer
andauthored
docs: Add troubleshooting guide on hive probe errors with kerberos auth (#642)
* Adding troubleshooting guide on hive probe errors with kerberos auth * Adding newline EOF * Update docs/modules/hive/pages/troubleshooting/index.adoc Co-authored-by: Sebastian Bernauer <[email protected]> * Adding to nav.adoc --------- Co-authored-by: Sebastian Bernauer <[email protected]>
1 parent 32c83a9 commit a2d7a31

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
= Troubleshooting
2+
3+
== Probe error 'Thrift Error' while using Kerberos authentication
4+
5+
In Hive 4.0.1 with Kerberos enabled, health checks cause excessive error logs:
6+
7+
[source]
8+
----
9+
ERROR [Metastore-Handler-Pool: Thread-65] server.TThreadPoolServer: Thrift Error occurred during processing of message.
10+
----
11+
12+
This is because the health check doesn’t complete SASL authentication. The error is ignorable, though it can be hidden with the following configuration:
13+
14+
[source,yaml]
15+
----
16+
spec:
17+
metastore:
18+
config:
19+
logging:
20+
containers:
21+
hive:
22+
loggers:
23+
org.apache.thrift.server.TThreadPoolServer:
24+
level: NONE
25+
----
26+
27+
NOTE: This will suppress all logging from TThreadPoolServer, including log events that might be useful for diagnosing issues.

docs/modules/hive/partials/nav.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@
2323
** xref:hive:reference/discovery.adoc[]
2424
** xref:hive:reference/commandline-parameters.adoc[]
2525
** xref:hive:reference/environment-variables.adoc[]
26+
* xref:hive:troubleshooting/index.adoc[]

0 commit comments

Comments
 (0)