aboutsummaryrefslogtreecommitdiff
path: root/sbin/spark-executor
Commit message (Collapse)AuthorAgeFilesLines
* Include the sbin/spark-config.sh in spark-executorBouke van der Bijl2014-05-081-0/+3
| | | | | | | | | | | | | | | | 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 Author: Bouke van der Bijl <boukevanderbijl@gmail.com> Closes #651 from bouk/include-spark-config-in-mesos-executor and squashes the following commits: b2f1295 [Bouke van der Bijl] Inline PYTHONPATH in spark-executor eedbbcc [Bouke van der Bijl] Include the sbin/spark-config.sh in spark-executor (cherry picked from commit 2fd2752e572921a9010614eb1c1238c493d34a7c) Signed-off-by: Patrick Wendell <pwendell@gmail.com>
* sbin/spark-class* -> bin/spark-class*Prashant Sharma2014-01-031-1/+1
|
* add scripts in binshane-huang2013-09-231-2/+3
| | | | Signed-off-by: shane-huang <shengsheng.huang@intel.com>
* added spark-class and spark-executor to sbinshane-huang2013-09-231-0/+22
Signed-off-by: shane-huang <shengsheng.huang@intel.com>