Skip to content

Conversation

@RasterBurn
Copy link

Allow connections over unix domain sockets. If the unix_socket argument is provided to connect(), prefer using the unix domain socket.

Example

with pyhs2.connect(unix_socket='/tmp/foo.sock',
                   authMechanism='PLAIN',
                   user='hive') as conn:

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant