Skip to content

[WIP]HIVE-29615: Fix Hive Metastore and NameNode connection failure due to SASL no common protection layer between client and server#6492

Open
VenuReddy2103 wants to merge 1 commit into
apache:masterfrom
VenuReddy2103:HIVE-29615
Open

Conversation

@VenuReddy2103
Copy link
Copy Markdown
Contributor

@VenuReddy2103 VenuReddy2103 commented May 15, 2026

What changes were proposed in this pull request?

Accept the user defined configuration for hadoop.rpc.protection

Why are the changes needed?

On a SSL + KERBEROS authentication enabled cluster, if hadoop.rpc.protection property on server side do not contain authentication, Hive Metastore and NameNode connection fails with javax.security.sasl.SaslException: No common protection layer between client and server.
Currently, HMS overrides the hadoop.rpc.protection value to authentication if SSL is enabled. Thus, failing to establish connection.

Does this PR introduce any user-facing change?

No

How was this patch tested?

Manual Testing

… SASL no common protection layer between client and server
@sonarqubecloud
Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants