In v8, I’m facing a strange issue! When I’m using the form to create a new Presto Data source, It’s showing: init () got an unexpected keyword argument ‘password’!
Any idea regarding this error?
This site is in read only mode. Please continue to browse, but replying, likes,
and other actions are disabled for now.
It’s probably because you have an incorrect (old) version of the pyhive
library.
1 Like
Yes, something along the lines of pip install pyhive==0.5.1
.
1 Like
It worked like a charm! Thanks man!
1 Like