You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/local/spark/python/pyspark/__init__.py", line 41, in <module>
from pyspark.context import SparkContext
File "/usr/local/spark/python/pyspark/context.py", line 31, in <module>
from pyspark.java_gateway import launch_gateway
File "/usr/local/spark/python/pyspark/java_gateway.py", line 31, in <module>
from py4j.java_gateway import java_import, JavaGateway, GatewayClient
ImportError: No module named py4j.java_gateway
And indeed py4j seems to only exist as a zip file in $SPARK_HOME it is not "installed".
The text was updated successfully, but these errors were encountered:
How can I
import pyspark
to create aSparkContext
in a standalone script?Running
fails:
And indeed py4j seems to only exist as a zip file in
$SPARK_HOME
it is not "installed".The text was updated successfully, but these errors were encountered: