You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note the line _HiveDialect.create_connect_args = _HiveFixedDialect.create_connect_args. This line effectively replaces create_connect_args() function that inserts default 10000 port to our version that didn't.
Note: you can use also 'hive://' as connection string, if you want to connect to default database.
The text was updated successfully, but these errors were encountered:
First, thank you very much for you effort.
I've found it here dropbox/PyHive#32
I'm proposing changing documentation for caveat, beside editing
hive.py
the user can write the following:Note the line
_HiveDialect.create_connect_args = _HiveFixedDialect.create_connect_args
. This line effectively replacescreate_connect_args()
function that inserts default 10000 port to our version that didn't.Note: you can use also
'hive://'
as connection string, if you want to connect todefault
database.The text was updated successfully, but these errors were encountered: