Skip to content
Snippets Groups Projects
  1. Jan 12, 2014
  2. 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
  3. Jan 06, 2014
  4. Jan 02, 2014
  5. Dec 30, 2013
  6. Oct 22, 2013
  7. Oct 09, 2013
  8. Sep 10, 2013
  9. Sep 08, 2013
  10. Sep 02, 2013
  11. Sep 01, 2013
  12. Aug 31, 2013
  13. Aug 29, 2013
  14. Jul 29, 2013
  15. Jul 01, 2013
  16. Jun 26, 2013
  17. Feb 25, 2013
  18. Feb 18, 2013
  19. Jan 30, 2013
  20. Jan 20, 2013
  21. Jan 08, 2013
  22. Jan 01, 2013
  23. Dec 29, 2012
Loading