Re: [Rd] ClassNotFoundException when running distributed job using rJava package

2013-02-07 Thread Prof Brian Ripley
This is not the rJava support list: that is at http://www.rosuda.org/lists.shtml. On 08/02/2013 06:57, Gaurav Dasgupta wrote: Hi, I have a MapReduce Java code, which I am calling from R using rJava. I have prepared the R package and tested that successfully. But when I deployed the package in

[Rd] ClassNotFoundException when running distributed job using rJava package

2013-02-07 Thread Gaurav Dasgupta
Hi, I have a MapReduce Java code, which I am calling from R using rJava. I have prepared the R package and tested that successfully. But when I deployed the package in a cluster and executed it, I am getting ClassNotFoundException. If I run the same job directly without integrating with R, it runs