Re: sparkR 3rd library

2017-09-05 Thread Yanbo Liang
rk.lapply? > > > -- > *From:* patcharee <patcharee.thong...@uni.no> > *Sent:* Sunday, September 3, 2017 11:46:40 PM > *To:* spar >> user@spark.apache.org > *Subject:* sparkR 3rd library > > Hi, > > I am using spark.lapply to execute an existing R script in

Re: sparkR 3rd library

2017-09-04 Thread Felix Cheung
Can you include the code you call spark.lapply? From: patcharee <patcharee.thong...@uni.no> Sent: Sunday, September 3, 2017 11:46:40 PM To: spar >> user@spark.apache.org Subject: sparkR 3rd library Hi, I am using spark.lapply to execute an exist

sparkR 3rd library

2017-09-04 Thread patcharee
Hi, I am using spark.lapply to execute an existing R script in standalone mode. This script calls a function 'rbga' from a 3rd library 'genalg'. This rbga function works fine in sparkR env when I call it directly, but when I apply this to spark.lapply I get the error could not find function