GitHub user bouk opened a pull request: https://github.com/apache/spark/pull/651
Include the sbin/spark-config.sh in spark-executor This is needed because broadcast values are broken on pyspark on Mesos, it tries to import pyspark but can't, as the PYTHONPATH is not set due to changes in ff5be9a4 https://issues.apache.org/jira/browse/SPARK-1725 You can merge this pull request into a Git repository by running: $ git pull https://github.com/Shopify/spark include-spark-config-in-mesos-executor Alternatively you can review and apply these changes as the patch at: https://github.com/apache/spark/pull/651.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #651 ---- commit eedbbcc3d24a7ab94e5ae2fc89d9f08f8b69459c Author: Bouke van der Bijl <boukevanderb...@gmail.com> Date: 2014-05-05T19:08:25Z Include the sbin/spark-config.sh in spark-executor This is needed because broadcast values are broken on pyspark on Mesos, it tries to import pyspark but can't. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---