Re: Jupyter configuration

2015-12-02 Thread Don Drake
Then just run pyspark: pyspark --master yarn-client --driver-memory 4G --executor-memory 2G --num-executors 10 -Don On Wed, Dec 2, 2015 at 6:11 AM, Roberto Pagliari wrote: > Does anyone have a pointer to Jupyter configuration with pyspark? The > current material on python inotebook is out

Jupyter configuration

2015-12-02 Thread Roberto Pagliari
Does anyone have a pointer to Jupyter configuration with pyspark? The current material on python inotebook is out of date, and jupyter ignores ipython profiles. Thank you,