09-25-2018 12:29 PM
Interestingly, though many people in this thread are complaining of the same issue, no one has posted an error message that shows the correct syntax as outlined by the manual in the link from @Lars Volker.
Specifically, the manual shows the syntax for the connection string with a username (and no password) should be using AuthMech=2:
jdbc:impala://node1.example.com:21050;AuthMech=2;UID=impala
At least for me, this "resolved" the issue because now I am trying to debug a connection timeout. So I guess that is progress :/
09-25-2018 12:38 PM
@epowell Apologize me, it's my fault since i solved it using auth mechanism 6 and didn't update the thread.
09-25-2018 12:40 PM
AuthMech=6? I don't see that in the manual as an option. Can you please post your full connection string? Thanks
10-21-2018 07:28 AM
@epowell My bad, i mixed this with my issue with the impala ODBC.
In this issue i still unable to get it works.
Yes i'm passing the conf than Lars share but my issue with i change the AuthMech to 2, my queries stuck.
10-22-2018 10:11 AM
I cannot get it to work either. I am trying to use the connection string within the DBbeaver database client and it just hangs forever.
01-10-2019 05:28 AM
I am also trying DBbeaver
01-10-2019 11:04 AM
It seems like this thread still has no resolution. I was inclined to give the benefit of the doubt to Cloudera and assume this was a DBeaver issue but it seems other people using straight Java cannot get a working connection string either.
It would be great if we could get a cloudera employee to have another look at this thread. In particular, Dbeaver is an outstanding DB client and I was using it with great success before I started using authentication. It is a real shame to have lost it.
Can anyone successfully use the connection string from the manual (username, no password)?
01-10-2019 02:00 PM
Alright!
I can do Impala jdbc connect with passing username. When I connect with out user name, user name is shown as blank.
01-10-2019 02:02 PM
01-10-2019 02:24 PM - edited 01-10-2019 02:25 PM
HOST=<<host>>; PORT=21050