Skip to content
Snippets Groups Projects
  1. Jul 16, 2013
  2. Jun 26, 2013
  3. Jun 25, 2013
    • Matei Zaharia's avatar
      Fix computation of classpath when we launch java directly · 6c8d1b2c
      Matei Zaharia authored
      The previous version assumed that a CLASSPATH environment variable was
      set by the "run" script when launching the process that starts the
      ExecutorRunner, but unfortunately this is not true in tests. Instead, we
      factor the classpath calculation into an extenral script and call that.
      
      NOTE: This includes a Windows version but hasn't yet been tested there.
      6c8d1b2c
  4. May 11, 2013
  5. Apr 03, 2013
  6. Feb 25, 2013
  7. Feb 24, 2013
  8. Feb 20, 2013
  9. Feb 10, 2013
  10. Jan 15, 2013
  11. Jan 01, 2013
  12. Dec 28, 2012
    • Josh Rosen's avatar
      Simplify PySpark installation. · 665466df
      Josh Rosen authored
      - Bundle Py4J binaries, since it's hard to install
      - Uses Spark's `run` script to launch the Py4J
        gateway, inheriting the settings in spark-env.sh
      
      With these changes, (hopefully) nothing more than
      running `sbt/sbt package` will be necessary to run
      PySpark.
      665466df
  13. Nov 15, 2012
  14. Oct 04, 2012
  15. Sep 24, 2012
Loading