- Jan 12, 2014
-
-
Matei Zaharia authored
-
- Jan 07, 2014
-
-
Patrick Wendell authored
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).
-
- Jan 06, 2014
-
-
Holden Karau authored
-
- Jan 02, 2014
-
-
Prashant Sharma authored
-
Prashant Sharma authored
-
- Dec 30, 2013
-
-
Matei Zaharia authored
-
- Oct 22, 2013
-
-
Ewen Cheslack-Postava authored
-
- Oct 09, 2013
-
-
Matei Zaharia authored
-
- Sep 10, 2013
-
-
Matei Zaharia authored
-
- Sep 08, 2013
-
-
Matei Zaharia authored
Also changed uses of "job" terminology to "application" when they referred to an entire Spark program, to avoid confusion.
-
- Sep 02, 2013
-
-
Matei Zaharia authored
-
- Sep 01, 2013
-
-
Matei Zaharia authored
-
- Aug 31, 2013
-
-
Matei Zaharia authored
and new Python stuff
-
- Aug 29, 2013
-
-
Matei Zaharia authored
are now needed
-
- Jul 29, 2013
-
-
Matei Zaharia authored
-
- Jul 01, 2013
-
-
root authored
-
- Jun 26, 2013
-
-
Matei Zaharia authored
-
- Feb 25, 2013
-
-
Matei Zaharia authored
-
- Feb 18, 2013
-
-
Tathagata Das authored
Added checkpointing and fault-tolerance semantics to the programming guide. Fixed default checkpoint interval to being a multiple of slide duration. Fixed visibility of some classes and objects to clean up docs.
-
- Jan 30, 2013
-
-
Patrick Wendell authored
Also, adds a line in doc explaining how to use.
-
Patrick Wendell authored
It's nicer if all the commands you need are made explicit.
-
- Jan 20, 2013
-
-
Matei Zaharia authored
-
- Jan 08, 2013
-
-
Josh Rosen authored
-
- Jan 01, 2013
-
-
Josh Rosen authored
Expand the PySpark programming guide.
-
Josh Rosen authored
-
- Dec 29, 2012
-
-
Josh Rosen authored
-