RE: How to set memory for SparkR with master="local[*]"

2015-11-01 Thread Sun, Rui
, October 26, 2015 10:24 AM To: Dirceu Semighini Filho Cc: user Subject: RE: How to set memory for SparkR with master="local[*]" As documented in http://spark.apache.org/docs/latest/configuration.html#available-properties, Note for “spark.driver.memory”: Note: In client mode, this config m

RE: How to set memory for SparkR with master="local[*]"

2015-10-25 Thread Sun, Rui
migh...@gmail.com] Sent: Friday, October 23, 2015 7:53 PM Cc: user Subject: Re: How to set memory for SparkR with master="local[*]" Hi Matej, I'm also using this and I'm having the same behavior here, my driver has only 530mb which is the default value. Maybe this is a

Re: How to set memory for SparkR with master="local[*]"

2015-10-23 Thread Dirceu Semighini Filho
Hi Matej, I'm also using this and I'm having the same behavior here, my driver has only 530mb which is the default value. Maybe this is a bug. 2015-10-23 9:43 GMT-02:00 Matej Holec : > Hello! > > How to adjust the memory settings properly for SparkR with > master="local[*]" > in R? > > > *When r