Re: bug: can not run Ipython notebook on cluster

2015-11-07 Thread Andy Davidson
VER_PYTHON=python3.4 export IPYTHON_OPTS="notebook --no-browser --port=7000" $SPARK_ROOT/bin/pyspark --master local[2] ``` 3. On your local machine open http://localhost: From: Andrew Davidson <a...@santacruzintegration.com> Date: Friday, November 6, 2015 at 2:18 PM To: "u

bug: can not run Ipython notebook on cluster

2015-11-06 Thread Andy Davidson
Does anyone use iPython notebooks? I am able to use it on my local machine with spark how ever I can not get it work on my cluster. For unknown reason on my cluster I have to manually create the spark context. My test code generated this exception Exception: Python in worker has different