aboutsummaryrefslogtreecommitdiff
path: root/run2.cmd
Commit message (Collapse)AuthorAgeFilesLines
* Add Apache license headers and LICENSE and NOTICE filesMatei Zaharia2013-07-161-0/+17
|
* Fixes to compute-classpath on WindowsMatei Zaharia2013-06-261-0/+1
|
* Fix computation of classpath when we launch java directlyMatei Zaharia2013-06-251-34/+4
| | | | | | | | | 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.
* Merge remote-tracking branch 'cgrothaus/SPARK-698'Matei Zaharia2013-06-251-2/+5
|\ | | | | | | | | Conflicts: run
| * Incorporate feedback from mateiz:Christoph Grothaus2013-02-241-4/+4
| | | | | | | | | | - we do not need getEnvOrEmpty - Instead of saving SPARK_NONDAEMON_JAVA_OPTS, it would be better to modify the scripts to use a different variable name for the JAVA_OPTS they do eventually use
| * Fix SPARK-698. From ExecutorRunner, launch java directly instead via the run ↵Christoph Grothaus2013-02-201-0/+3
| | | | | | | | scripts.
* | 1) Add support for HADOOP_CONF_DIR (and/or YARN_CONF_DIR - use either) : ↵Mridul Muralidharan2013-05-111-0/+13
| | | | | | | | | | | | which is used to specify the client side configuration directory : which needs to be part of the CLASSPATH. 2) Move from var+=".." to var="$var.." : the former does not work on older bash shells unfortunately.
* | 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