aboutsummaryrefslogtreecommitdiff
path: root/run
Commit message (Collapse)AuthorAgeFilesLines
* Modified project structure to work with buildrMatei Zaharia2010-11-131-2/+2
|
* Set absolute path for SPARK_HOMEMatei Zaharia2010-10-161-1/+1
|
* Added code so that Spark jobs can be launched from outside the SparkMatei Zaharia2010-10-151-4/+10
| | | | | | directory by setting SPARK_HOME and locating the executor relative to that. Entries on SPARK_CLASSPATH and SPARK_LIBRARY_PATH are also passed along to worker nodes.
* Updated guava to version r07Matei Zaharia2010-10-151-1/+1
|
* Changed printlns to log statements and fixed a bug in run that was causing ↵Matei Zaharia2010-09-281-18/+17
| | | | it to fail on a Mesos cluster
* Added log4j.propertiesMatei Zaharia2010-09-281-0/+1
|
* Added log4j jars and pathsMatei Zaharia2010-09-281-0/+3
|
* More work on HTTP class loadingMatei Zaharia2010-09-281-0/+2
|
* Update to work with latest Mesos API changesroot2010-08-131-1/+6
|
* Updated code to work with Nexus->Mesos name changeMatei Zaharia2010-07-251-1/+1
|
* Updated a bunch of libraries, and increased the default memory in run soMatei Zaharia2010-07-251-4/+4
| | | | that unit tests can run successfully.
* Made it possible to set various Spark options and environment variablesMatei Zaharia2010-07-191-13/+26
| | | | in general through a conf/spark-env.sh script.
* Merge branch 'dev'Matei Zaharia2010-06-271-1/+1
|\ | | | | | | | | | | | | Conflicts: src/scala/spark/HdfsFile.scala src/scala/spark/NexusScheduler.scala src/test/spark/repl/ReplSuite.scala
| * Imported changes from old repository (mostly Mosharaf's work,Matei Zaharia2010-04-031-1/+1
| | | | | | | | plus some fault tolerance code).
* | Fixed classpath for testsMatei Zaharia2010-06-101-2/+2
|/
* Initial commitMatei Zaharia2010-03-291-0/+33