spark-instrumented-optimizer/bin
Patrick Wendell 1c04652c8f SPARK-1843: Replace assemble-deps with env variable.
(This change is actually small, I moved some logic into
compute-classpath that was previously in spark-class).

Assemble deps has existed for a while to allow developers to
run local code with new changes quickly. When I'm developing I
typically use a simpler approach which just prepends the Spark
classes to the classpath before the assembly jar. This is well
defined in the JVM and the Spark classes take precedence over those
in the assembly.

This approach is portable across both builds which is the main reason I'd
like to switch to it. It's also a bit easier to toggle on and off quickly.

The way you use this is the following:
```
$ ./bin/spark-shell # Use spark with the normal assembly
$ export SPARK_PREPEND_CLASSES=true
$ ./bin/spark-shell # Now it's using compiled classes
$ unset SPARK_PREPEND_CLASSES
$ ./bin/spark-shell # Back to normal
```

Author: Patrick Wendell <pwendell@gmail.com>

Closes #877 from pwendell/assemble-deps and squashes the following commits:

8a11345 [Patrick Wendell] Merge remote-tracking branch 'apache/master' into assemble-deps
faa3168 [Patrick Wendell] Adding a warning for compatibility
3f151a7 [Patrick Wendell] Small fix
bbfb73c [Patrick Wendell] Review feedback
328e9f8 [Patrick Wendell] SPARK-1843: Replace assemble-deps with env variable.
2014-06-12 15:43:32 -07:00
..
compute-classpath.cmd [SPARK-1876] Windows fixes to deal with latest distribution layout changes 2014-05-19 15:02:35 -07:00
compute-classpath.sh SPARK-1843: Replace assemble-deps with env variable. 2014-06-12 15:43:32 -07:00
load-spark-env.sh SPARK-1404: Always upgrade spark-env.sh vars to environment vars 2014-04-04 09:50:24 -07:00
pyspark HOTFIX: A few PySpark tests were not actually run 2014-06-11 12:11:46 -07:00
pyspark.cmd moved user scripts to bin folder 2013-09-23 12:46:48 +08:00
pyspark2.cmd [SPARK-1808] Route bin/pyspark through Spark submit 2014-05-16 22:34:38 -07:00
run-example Update run-example 2014-06-08 15:14:29 -07:00
run-example.cmd moved user scripts to bin folder 2013-09-23 12:46:48 +08:00
run-example2.cmd [SPARK-1876] Windows fixes to deal with latest distribution layout changes 2014-05-19 15:02:35 -07:00
spark-class SPARK-1843: Replace assemble-deps with env variable. 2014-06-12 15:43:32 -07:00
spark-class.cmd sbin/spark-class* -> bin/spark-class* 2014-01-03 15:08:01 +05:30
spark-class2.cmd SPARK-1879. Increase MaxPermSize since some of our builds have many classes 2014-05-19 18:42:28 -07:00
spark-shell Fix spark-submit path in spark-shell & pyspark 2014-05-18 13:37:46 -07:00
spark-shell.cmd [SPARK-1808] Route bin/pyspark through Spark submit 2014-05-16 22:34:38 -07:00
spark-submit spark-submit: add exec at the end of the script 2014-05-24 22:39:27 -07:00
spark-submit.cmd [SPARK-1736] Spark submit for Windows 2014-05-12 17:39:40 -07:00