Error: Must specify a primary resource (JAR or Python or R file) - IPython notebook
问题 I try to run Apache Spark in IPython Notebook, follow this insruction (and all advice in comments) - link But when I run IPython Notebook by this command: ipython notebook --profile=pyspark I get this error: Error: Must specify a primary resource (JAR or Python or R file) If i run pyspark in shell, everything OK. That means what I have some trouble with connection Spark and IPython. By the way, this my bash_profile: export SPARK_HOME="$HOME/spark-1.4.0" export PYSPARK_SUBMIT_ARGS='--conf