Re: bin/pyspark SparkContext is missing?

2015-11-16 Thread Andy Davidson
Thanks andy From: Davies Liu Date: Friday, November 13, 2015 at 3:42 PM To: Andrew Davidson Cc: "user @spark" Subject: Re: bin/pyspark SparkContext is missing? > You forgot to create a SparkContext instance: > > sc = SparkContext() > > On Tue, Nov 3, 2015

Re: bin/pyspark SparkContext is missing?

2015-11-13 Thread Davies Liu
You forgot to create a SparkContext instance: sc = SparkContext() On Tue, Nov 3, 2015 at 9:59 AM, Andy Davidson wrote: > I am having a heck of a time getting Ipython notebooks to work on my 1.5.1 > AWS cluster I created using spark-1.5.1-bin-hadoop2.6/ec2/spark-ec2 > > I have read the instructio

bin/pyspark SparkContext is missing?

2015-11-03 Thread Andy Davidson
I am having a heck of a time getting Ipython notebooks to work on my 1.5.1 AWS cluster I created using spark-1.5.1-bin-hadoop2.6/ec2/spark-ec2 I have read the instructions for using iPython notebook on http://spark.apache.org/docs/latest/programming-guide.html#using-the-shell I want to run the no