Jerome Truong
Jerome Truong
i'm having the issue with fontify as well. i don't have a video to show, but put simply, when i move my cursor and nearing a lot of jsx code...
actually, i found the `result-file` and saw another error: ``` Error: No suitable driver found for jdbc:impala://my.impala.server:21050;AuthMech=3;SSL=1;UseNativeQuery=1; ```
my updated connection config: ```emacs :classpath "/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 `:dbname`, `:user`, and `:password` but not necessary to show y'all that. FYI, the...
the issue with the split string is because i didn't put the jdbc jar under `~/.m2/repository/` so that's fixed, and the error in the backtrace now is: ``` error in...