Re: Error when running example (pi.py)

2015-02-09 Thread Akhil Das
It says permission denied, just make sure the user ashish has permission over the directory /home/ashish/Downloads/spark-1.1.0-bin-hadoop2.4. chown -R ashish:ashish /home/ashish/Downloads/spark-1.1.* would do. Thanks Best Regards On Mon, Feb 9, 2015 at 12:47 PM, Ashish Kumar wrote: > > Trace

Error when running example (pi.py)

2015-02-08 Thread Ashish Kumar
Traceback (most recent call last): File "pi.py", line 29, in sc = SparkContext(appName="PythonPi") File "/home/ashish/Downloads/spark-1.1.0-bin-hadoop2.4/python/pyspark/context.py", line 104, in __init__ SparkContext._ensure_initialized(self, gateway=gateway) File "/home/ashish/Downl