-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cloudera Impala JDBC support? #179
Comments
actually, i found the
|
my updated connection config: :classpath "<path to jar>/cloudera-jdbc-drivers/lib/2.6.30.1036/ImpalaJDBC42-2.6.30.1036.jar"
:classname "com.cloudera.impala.jdbc.Driver"
:connection-uri "jdbc:impala://my.impala.server:21050;AuthMech=3;SSL=1;UseNativeQuery=1;" i also added config for |
the issue with the split string is because i didn't put the jdbc jar under
but i see the class if i unzip the jar, at: |
@jqtruong unfortunately, I don't have Cloudera Impala database installed. Could you please try to use :dependencies [[Impala/ImpalaJDBC42 "2.6.26.1031"]] |
hello, i'm not sure what i'm doing wrong but upon
ejc-connect
, i get:and my connection is:
it says i'm connected at the end but there is no buffer for me to run queries. Might y'all know what i'm doing wrong?
The text was updated successfully, but these errors were encountered: