dropbox / PyHive

Python interface to Hive and Presto. 🐝
Other
1.67k stars 550 forks source link

Allow inputting passwords to hive connection #75

Closed dighjd12 closed 8 years ago

dighjd12 commented 8 years ago

Hello all!

I was wondering why there is no fields or parameters to put in the passwords when we are connecting to hive server? I think it's something that pyhive could easily support.. Maybe I missed it but I could not figure out :p

If there is a workaround, please tell me how. Otherwise, I can work on adding that feature.

jingw commented 8 years ago

I don't have my HiveServer2 set up with a password, so it was never useful to me (and I don't have an easy means of testing such features). You might be interested in PR #70.

dighjd12 commented 8 years ago

@jingw ahh okay. I guess someone's already on it! I'll close this issue then.