From 9e6f3bdcda1ab48159afa4f54b64d05e42a8688e Mon Sep 17 00:00:00 2001 From: Patrick Wendell Date: Fri, 3 Jan 2014 17:32:25 -0800 Subject: Changes on top of Prashant's patch. Closes #316 --- python/pyspark/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/pyspark/__init__.py') diff --git a/python/pyspark/__init__.py b/python/pyspark/__init__.py index 2b2c3a061a..a51d5af79b 100644 --- a/python/pyspark/__init__.py +++ b/python/pyspark/__init__.py @@ -40,7 +40,7 @@ Public classes: import sys import os -sys.path.insert(0, os.path.join(os.environ["SPARK_HOME"], "python/lib/py4j0.7.egg")) +sys.path.insert(0, os.path.join(os.environ["SPARK_HOME"], "python/lib/py4j-0.8.1-src.zip")) from pyspark.conf import SparkConf -- cgit v1.2.3