We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
How do we set authentication params like user and password, while using tcli_connect or connect methods?
The text was updated successfully, but these errors were encountered:
There is a PR #23 that offers Kerberos connectivity, but this is yet to be merged into master.
Sorry, something went wrong.
@Selenium-hari here is an example:
RBHive.tcli_connect('address', 10_000, { transport: :sasl,:sasl_params => {:username => "username",:password => "password"},logger: Logger.new(STDOUT), hive_version: 10 }) do |connection| connection.fetch 'SELECT * FROM users LIMIT 5' end
No branches or pull requests
Hi,
How do we set authentication params like user and password, while using tcli_connect or connect methods?
The text was updated successfully, but these errors were encountered: