spark-instrumented-optimizer/python
Josh Rosen b95732632b Do not inherit master's PYTHONPATH on workers.
This fixes SPARK-832, an issue where PySpark
would not work when the master and workers used
different SPARK_HOME paths.

This change may potentially break code that relied
on the master's PYTHONPATH being used on workers.
To have custom PYTHONPATH additions used on the
workers, users should set a custom PYTHONPATH in
spark-env.sh rather than setting it in the shell.
2013-07-29 22:08:57 -07:00
..
examples Some fixes to Python examples (style and package name for LR) 2013-07-27 21:12:22 -04:00
lib Rename top-level 'pyspark' directory to 'python' 2013-01-01 15:05:00 -08:00
pyspark Do not inherit master's PYTHONPATH on workers. 2013-07-29 22:08:57 -07:00
test_support Allow PySpark's SparkFiles to be used from driver 2013-01-23 10:58:50 -08:00
.gitignore Rename top-level 'pyspark' directory to 'python' 2013-01-01 15:05:00 -08:00
epydoc.conf Add Apache license headers and LICENSE and NOTICE files 2013-07-16 17:21:33 -07:00
run-tests Allow python/run-tests to run from any directory 2013-07-29 02:51:43 -04:00