HBASE-23343 Thrift Resolve FQDN from SPNEGO principal#879
Closed
karthikhw wants to merge 1 commit intoapache:masterfrom
Closed
HBASE-23343 Thrift Resolve FQDN from SPNEGO principal#879karthikhw wants to merge 1 commit intoapache:masterfrom
karthikhw wants to merge 1 commit intoapache:masterfrom
Conversation
saintstack
reviewed
Dec 2, 2019
Contributor
Author
|
Thank you very much, @saintstack sir. I think we can close this pull request @saintstack. The same issue addressed via HBASE-23312 which is pushed on the same day. |
Contributor
|
Fixed by HBASE-23312 . Closing. Thanks @karthikhw |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
We need to manage different config groups in Ambari to run multiple thrift servers. This is because hbase thrift server will not able to resolve _HOST pattern from hbase.thrift.spnego.principal. so we explicitly specify the hostname for each group now.