awslabs / aws-athena-query-federation

The Amazon Athena Query Federation SDK allows you to customize Amazon Athena with your own data sources and code.
Apache License 2.0
551 stars 283 forks source link

Added changes to support without kerberos authentication #2023

Closed VenkatasivareddyTR closed 2 weeks ago

VenkatasivareddyTR commented 2 weeks ago

Description of changes: Currently the default authentication is Kerberos for HBase. We made changes to allow both authentications (with or without Kerberos). We have tested HBase with both kerberos setup and without kerberos setup, it's working fine.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.