aboutsummaryrefslogtreecommitdiff
path: root/run2.cmd
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #553 from pwendell/akka-standaloneMatei Zaharia2013-04-081-0/+1
|\ | | | | SPARK-724 - Have Akka logging enabled by default for standalone daemons
| * SPARK-724 - Have Akka logging enabled by default for standalone daemonsPatrick Wendell2013-04-031-0/+1
| | | | | | | | | | | | | | See the JIRA for more details. I was only able to test the bash version (don't have Windows) so maybe check over that the syntax is correct there.
* | Merge remote-tracking branch 'kalpit/master'Matei Zaharia2013-04-071-1/+1
|/ | | | | Conflicts: project/SparkBuild.scala
* Fix Windows script for finding examples JARMatei Zaharia2013-02-251-4/+4
|
* Pass a code JAR to SparkContext in our examples. Fixes SPARK-594.Matei Zaharia2013-02-251-0/+10
|
* Fixed class paths and dependencies based on Matei's comments.Tathagata Das2013-02-241-0/+3
|
* Update Windows scripts to launch daemons with less RAM and fix a fewMatei Zaharia2013-02-101-5/+18
| | | | | | | other issues Conflicts: run2.cmd
* Changed teh scala version to 2.9.2, so that the classes can be found when ↵Andrew Psaltis2013-01-151-1/+1
| | | | the classpath is expanded.
* Rename top-level 'pyspark' directory to 'python'Josh Rosen2013-01-011-1/+1
|
* Merge remote-tracking branch 'origin/master' into python-apiJosh Rosen2012-12-291-1/+1
|\ | | | | | | | | Conflicts: docs/quick-start.md
| * Fix Java/Scala home having spaces on WindowsMatei Zaharia2012-11-141-1/+1
| |
* | Simplify PySpark installation.Josh Rosen2012-12-271-0/+2
|/ | | | | | | | | - 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.
* Don't check for JARs in core/lib anymoreMatei Zaharia2012-10-041-2/+1
|
* Windows command scripts for sbt and runRavi Pandya2012-09-241-0/+68