I am using spark 1.3.0.
I have a problem running the python program in spark python shell.
This is how I submit the job :
/bin/spark-submit progname.py
the error I found is,
NameError: name 'sc' is not defined
on that line.
Any idea? Thanks in advance