forked from apache/hbase
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HBASE-23312 HBase Thrift SPNEGO configs (HBASE-19852) should be backw… #15
Merged
Conversation
This file contains 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
…ards compatible HBase Thrift SPNEGO configs should not be required. The `hbase.thrift.spnego.keytab.file` and `hbase.thrift.spnego.principal` configs should fall back to the `hbase.thrift.keytab.file` and `hbase.thrift.kerberos.principal` configs. This will avoid any issues during upgrades. Signed-off-by: Josh Elser <elserj@apache.org> Amending-author: Josh Elser <elserj@apache.org> Closes #850
Signed-off-by: Guangxu Cheng <gxcheng@apache.org> Signed-off-by: Wellington Chevreuil <wchevreuil@apache.org>
Signed-off-by: Guangxu Cheng <gxcheng@apache.org> Signed-off-by: Lijin Bin <binlijin@apache.org>
Signed-off-by: Lijin Bin <binlijin@apache.org> Signed-off-by: Bharath Vissapragada <bharathv@apache.org>
…ta and stop startup (#867) * Handling the BAD value in info:state columns in hbase:meta * Adding a unit test and region encoded name in the LOG * Adding a null check for region state to complete the test scenario and fixing the nit Signed-off-by: Wellington Chevreuil <wchevreuil@apache.org> Signed-off-by: GuangxuCheng <guangxucheng@gmail.com> Signed-off-by: stack <stack@apache.org>
#864) Signed-off-by: Mingliang Liu <liuml07@apache.org> Signed-off-by: stack <stack@apache.org>
Signed-off-by: stack <stack@apache.org>
…ve FillDiskCommandAction (#885) Instead of using the default properties when checking for monkey properties, now we use the ones already extended with command line params. Change FillDiskCommandAction to try to stop the remote process if the command failed with an exception. Signed-off-by: stack <stack@apache.org>
Signed-off-by Anoop Sam John <anoopsamjohn@apache.org>
…CreationOutputSink (#832) Signed-off-by: Duo Zhang <zhangduo@apache.org>
- switch to nexus-staging-maven-plugin for asf-release - refactor release-build to use mvn deploy and its output. - cleaned up some tabs in the root pom Signed-off-by: stack <stack@apache.org>
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.
…ards compatible
HBase Thrift SPNEGO configs should not be required.
The
hbase.thrift.spnego.keytab.file
andhbase.thrift.spnego.principal
configs should fallback to the
hbase.thrift.keytab.file
andhbase.thrift.kerberos.principal
configs. This willavoid any issues during upgrades.
Signed-off-by: Josh Elser elserj@apache.org
Amending-author: Josh Elser elserj@apache.org
Closes apache#850