spark-instrumented-optimizer/bin
Patrick Wendell 300eaa994c Merge pull request #353 from pwendell/ipython-simplify
Simplify and fix pyspark script.

This patch removes compatibility for IPython < 1.0 but fixes the launch
script and makes it much simpler.

I tested this using the three commands in the PySpark documentation page:

1. IPYTHON=1 ./pyspark
2. IPYTHON_OPTS="notebook" ./pyspark
3. IPYTHON_OPTS="notebook --pylab inline" ./pyspark

There are two changes:
- We rely on PYTHONSTARTUP env var to start PySpark
- Removed the quotes around $IPYTHON_OPTS... having quotes
  gloms them together as a single argument passed to `exec` which
  seemed to cause ipython to fail (it instead expects them as
  multiple arguments).
2014-01-09 20:29:51 -08:00
..
compute-classpath.cmd sbin/compute-classpath* bin/compute-classpath* 2014-01-03 15:12:29 +05:30
compute-classpath.sh sbin/compute-classpath* bin/compute-classpath* 2014-01-03 15:12:29 +05:30
pyspark Small fix suggested by josh 2014-01-09 18:41:00 -08: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 Merge pull request #313 from tdas/project-refactor 2014-01-07 22:21:52 -08:00
run-example.cmd moved user scripts to bin folder 2013-09-23 12:46:48 +08:00
run-example2.cmd sbin/spark-class* -> bin/spark-class* 2014-01-03 15:08:01 +05:30
spark-class Finish documentation changes 2014-01-05 22:12:47 -08:00
spark-class.cmd sbin/spark-class* -> bin/spark-class* 2014-01-03 15:08:01 +05:30
spark-class2.cmd sbin/spark-class* -> bin/spark-class* 2014-01-03 15:08:01 +05:30
spark-shell sbin/spark-class* -> bin/spark-class* 2014-01-03 15:08:01 +05:30
spark-shell.cmd add scripts in bin 2013-09-23 16:13:46 +08:00