spark-instrumented-optimizer/bin
Patrick Wendell 949e393101 SPARK-1654 and SPARK-1653: Fixes in spark-submit.
Deals with two issues:
1. Spark shell didn't correctly pass quoted arguments to spark-submit.
```./bin/spark-shell --driver-java-options "-Dfoo=f -Dbar=b"```
2. Spark submit used deprecated environment variables (SPARK_CLASSPATH)
   which triggered warnings. Now we use new, more narrowly scoped,
   variables.

Author: Patrick Wendell <pwendell@gmail.com>

Closes #576 from pwendell/spark-submit and squashes the following commits:

67004c9 [Patrick Wendell] SPARK-1654 and SPARK-1653: Fixes in spark-submit.
2014-04-28 17:29:22 -07:00
..
compute-classpath.cmd SPARK-1586 Windows build fixes 2014-04-24 20:48:33 -07:00
compute-classpath.sh SPARK-1654 and SPARK-1653: Fixes in spark-submit. 2014-04-28 17:29:22 -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 [SPARK-1134] Fix and document passing of arguments to IPython 2014-04-03 15:48:42 -07:00
pyspark.cmd moved user scripts to bin folder 2013-09-23 12:46:48 +08:00
pyspark2.cmd Merge branch 'scripts-reorg' of github.com:shane-huang/incubator-spark into spark-915-segregate-scripts 2014-01-02 17:55:21 +05:30
run-example SPARK-1119 and other build improvements 2014-04-23 10:19:32 -07:00
run-example.cmd moved user scripts to bin folder 2013-09-23 12:46:48 +08:00
run-example2.cmd Merge pull request #534 from sslavic/patch-1. Closes #534. 2014-02-04 09:47:11 -08:00
spark-class SPARK-1654 and SPARK-1653: Fixes in spark-submit. 2014-04-28 17:29:22 -07:00
spark-class.cmd sbin/spark-class* -> bin/spark-class* 2014-01-03 15:08:01 +05:30
spark-class2.cmd [SPARK-1276] Add a HistoryServer to render persisted UI 2014-04-10 10:39:34 -07:00
spark-shell SPARK-1654 and SPARK-1653: Fixes in spark-submit. 2014-04-28 17:29:22 -07:00
spark-shell.cmd Fixed Window spark shell launch script error. 2014-01-16 16:09:10 +08:00
spark-submit SPARK-1654 and SPARK-1653: Fixes in spark-submit. 2014-04-28 17:29:22 -07:00