For an undisclosed reason, my Impala does not have a JDBC driver installed. This is making the connection from R to Impala challenging.
I am able to connect (and query) to Impala shell via Putty. E.g.,
impala-shell --ssl -i some_name
Using the Putty connection mechanism/credentials, can this be performed from RStudio and bring in the SELECT
results into a dataframe?