Running into a issue where I am able to connect to IMPALA from Rstudio but the dbname in the connection pane is showing just the first character of DBNAME.
Attaching image
This is a utf mismatch issue. Add "DriverManagerEncoding=UTF-16" line to/opt/cloudera/impalaodbc/lib/universal/cloudera.impalaodbc.ini
The file should look similar to this:
universal ❯ more cloudera.impalaodbc.ini
[Driver]
DriverManagerEncoding=UTF-16
ErrorMessagesPath=/opt/cloudera/impalaodbc/ErrorMessages/
LogLevel=0
LogPath=
Using Rstudio Version 1.1.463 – © 2009-2018 RStudio, Inc. on mac 10.13.6
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.
If you have a query related to it or one of the replies, start a new topic and refer back with a link.