Re: problem with spark-ec2 launch script Re: spark-ec2 ERROR: Line magic function `%matplotlib` not found

2014-09-26 Thread Andy Davidson
Many many thanks Andy From: Nicholas Chammas Date: Friday, September 26, 2014 at 11:24 AM To: Andrew Davidson Cc: Davies Liu , "user@spark.apache.org" Subject: Re: problem with spark-ec2 launch script Re: spark-ec2 ERROR: Line magic function `%matplotlib` not found > Are yo

Re: problem with spark-ec2 launch script Re: spark-ec2 ERROR: Line magic function `%matplotlib` not found

2014-09-26 Thread Nicholas Chammas
es in my cluster > > Thanks > > Andy > > From: Davies Liu > Date: Thursday, September 25, 2014 at 9:58 PM > To: Andrew Davidson > Cc: "user@spark.apache.org" > Subject: Re: spark-ec2 ERROR: Line magic function `%matplotlib` not found > > Maybe you have

problem with spark-ec2 launch script Re: spark-ec2 ERROR: Line magic function `%matplotlib` not found

2014-09-26 Thread Andy Davidson
correct version on all the machines in my cluster Thanks Andy From: Davies Liu Date: Thursday, September 25, 2014 at 9:58 PM To: Andrew Davidson Cc: "user@spark.apache.org" Subject: Re: spark-ec2 ERROR: Line magic function `%matplotlib` not found > Maybe you have Python 2.7

Re: spark-ec2 ERROR: Line magic function `%matplotlib` not found

2014-09-25 Thread Davies Liu
Maybe you have Python 2.7 on master but Python 2.6 in cluster, you should upgrade python to 2.7 in cluster, or use python 2.6 in master by set PYSPARK_PYTHON=python2.6 On Thu, Sep 25, 2014 at 5:11 PM, Andy Davidson wrote: > Hi > > I am running into trouble using iPython notebook on my cluster. Us