Trying to connect R with Impala through Rimpala package, not sure what am I doing wrong here.
In short, got installed:
JDK of compatible version,
native JBDC .jar files placed to java's CLASSPATH
Impala is up and running,
First command went well:
rimpala.init(impala_home=NULL,libs="/path/...") - "Classpath added succesfully"
however connection fails at the second step:
rimpala.connect(IP="localhost",port="21050")
[1] FALSE
Error: null
Many thanks