nexr / RHive

RHive is an R extension facilitating distributed computing via Apache Hive.
http://nexr.github.io/RHive
122 stars 63 forks source link

Rserve listening on non-default port is not supported #63

Open alexvorobiev opened 9 years ago

alexvorobiev commented 9 years ago

RUDF.getConnection() opens connection to RServe like this

rconnection = new RConnection("127.0.0.1");

so it can only connect to Rserve if it is listening on default port 6311.