Re: Override Spark configs in notebook

2019-01-04 Thread Jongyoul Lee
AFAIK, `%conf` might work for it. On Thu, Jan 3, 2019 at 6:02 AM Kashif Khan wrote: > Hi, > > I am using Zeppelin 0.7.3 and want to know if there is a way to set number > of executors and executor memory in notebook. Per my understanding, these > properties are set up at interpreter level and w

Override Spark configs in notebook

2019-01-02 Thread Kashif Khan
Hi, I am using Zeppelin 0.7.3 and want to know if there is a way to set number of executors and executor memory in notebook. Per my understanding, these properties are set up at interpreter level and will be same for all users and notebooks. Would appreciate your help here. -- Thanks, Kashif