number of executors in sparkR.init()

2015-12-25 Thread Franc Carter
Hi, I'm having trouble working out how to get the number of executors set when using sparkR.init(). If I start sparkR with sparkR --master yarn --num-executors 6 then I get 6 executors However, if start sparkR with sparkR followed by sc <- sparkR.init(master="yarn-client",

Re: number of executors in sparkR.init()

2015-12-25 Thread Felix Cheung
; Sent: Friday, December 25, 2015 9:23 PM Subject: number of executors in sparkR.init() To: <user@spark.apache.org> Hi, I'm having trouble working out how to get the number of executors set when using sparkR.init(). If I

Re: number of executors in sparkR.init()

2015-12-25 Thread Franc Carter
> > Could you try setting that with sparkR.init()? > > > _ > From: Franc Carter <franc.car...@gmail.com> > Sent: Friday, December 25, 2015 9:23 PM > Subject: number of executors in sparkR.init() > To: <user@spark.apache.org>