Skip to content
Snippets Groups Projects
  1. Feb 26, 2014
    • Jyotiska NK's avatar
      Updated link for pyspark examples in docs · 26450351
      Jyotiska NK authored
      Author: Jyotiska NK <jyotiska123@gmail.com>
      
      Closes #22 from jyotiska/pyspark_docs and squashes the following commits:
      
      426136c [Jyotiska NK] Updated link for pyspark examples
      26450351
  2. Jan 15, 2014
  3. Jan 12, 2014
  4. Jan 07, 2014
    • Patrick Wendell's avatar
      Simplify and fix pyspark script. · 82a1d38a
      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).
      82a1d38a
  5. Jan 06, 2014
  6. Jan 02, 2014
  7. Dec 30, 2013
  8. Oct 22, 2013
  9. Oct 09, 2013
  10. Sep 10, 2013
  11. Sep 08, 2013
  12. Sep 02, 2013
  13. Sep 01, 2013
  14. Aug 31, 2013
  15. Aug 29, 2013
  16. Jul 29, 2013
  17. Jul 01, 2013
  18. Jun 26, 2013
  19. Feb 25, 2013
  20. Feb 18, 2013
  21. Jan 30, 2013
  22. Jan 20, 2013
  23. Jan 08, 2013
  24. Jan 01, 2013
  25. Dec 29, 2012
Loading