spark-instrumented-optimizer/bin
Marcelo Vanzin 9717389365 [SPARK-6890] [core] Fix launcher lib work with SPARK_PREPEND_CLASSES.
The fix for SPARK-6406 broke the case where sub-processes are launched
when SPARK_PREPEND_CLASSES is set, because the code now would only add
the launcher's build directory to the sub-process's classpath instead
of the complete assembly.

This patch fixes the problem by having the launch scripts stash the
assembly's location in an environment variable. This is not the prettiest
solution, but it avoids having to plumb that location all the way through
the Worker code that launches executors. The env variable is always
set by the launch scripts, so users cannot override it.

Author: Marcelo Vanzin <vanzin@cloudera.com>

Closes #5504 from vanzin/SPARK-6890 and squashes the following commits:

7aec921 [Marcelo Vanzin] Fix tests.
ff87a60 [Marcelo Vanzin] Merge branch 'master' into SPARK-6890
31d3ce8 [Marcelo Vanzin] [SPARK-6890] [core] Fix launcher lib work with SPARK_PREPEND_CLASSES.
2015-04-14 18:51:39 -07:00
..
beeline SPARK-3337 Paranoid quoting in shell to allow install dirs with spaces within. 2014-09-08 10:24:15 -07:00
beeline.cmd [SPARK-4683][SQL] Add a beeline.cmd to run on Windows 2014-12-04 10:21:03 -08:00
load-spark-env.cmd [SPARK-6673] spark-shell.cmd can't start in Windows even when spark was built 2015-04-06 10:11:20 +01:00
load-spark-env.sh SPARK-4924 addendum. Minor assembly directory fix in load-spark-env-sh 2015-04-09 07:04:45 -04:00
pyspark [SPARK-6327] [PySpark] fix launch spark-submit from python 2015-03-16 16:26:55 -07:00
pyspark.cmd moved user scripts to bin folder 2013-09-23 12:46:48 +08:00
pyspark2.cmd [SPARK-6673] spark-shell.cmd can't start in Windows even when spark was built 2015-04-06 10:11:20 +01:00
run-example [SPARK-4924] Add a library for launching Spark jobs programmatically. 2015-03-11 01:03:01 -07:00
run-example.cmd moved user scripts to bin folder 2013-09-23 12:46:48 +08:00
run-example2.cmd [SPARK-6673] spark-shell.cmd can't start in Windows even when spark was built 2015-04-06 10:11:20 +01:00
spark-class [SPARK-6890] [core] Fix launcher lib work with SPARK_PREPEND_CLASSES. 2015-04-14 18:51:39 -07:00
spark-class.cmd sbin/spark-class* -> bin/spark-class* 2014-01-03 15:08:01 +05:30
spark-class2.cmd [SPARK-6890] [core] Fix launcher lib work with SPARK_PREPEND_CLASSES. 2015-04-14 18:51:39 -07:00
spark-shell [SPARK-4924] Add a library for launching Spark jobs programmatically. 2015-03-11 01:03:01 -07:00
spark-shell.cmd [Minor] Remove permission for execution from spark-shell.cmd 2015-02-06 09:33:36 +00:00
spark-shell2.cmd [SPARK-4924] Add a library for launching Spark jobs programmatically. 2015-03-11 01:03:01 -07:00
spark-sql [SPARK-4924] Add a library for launching Spark jobs programmatically. 2015-03-11 01:03:01 -07:00
spark-submit [SPARK-4924] Add a library for launching Spark jobs programmatically. 2015-03-11 01:03:01 -07:00
spark-submit.cmd [SPARK-3943] Some scripts bin\*.cmd pollutes environment variables in Windows 2014-10-14 18:50:14 -07:00
spark-submit2.cmd [SPARK-4924] Add a library for launching Spark jobs programmatically. 2015-03-11 01:03:01 -07:00
sparkR [SPARK-5654] Integrate SparkR 2015-04-08 22:45:40 -07:00
sparkR.cmd [SPARK-5654] Integrate SparkR 2015-04-08 22:45:40 -07:00
sparkR2.cmd [SPARK-5654] Integrate SparkR 2015-04-08 22:45:40 -07:00