Skip to content

Support unix domain sockets#54

Open
RasterBurn wants to merge 1 commit intoBradRuderman:masterfrom
RasterBurn:master
Open

Support unix domain sockets#54
RasterBurn wants to merge 1 commit intoBradRuderman:masterfrom
RasterBurn:master

Conversation

@RasterBurn
Copy link
Copy Markdown

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