aboutsummaryrefslogtreecommitdiff
path: root/run
Commit message (Collapse)AuthorAgeFilesLines
* Set SCALA_VERSION to 2.9.1 (from 2.9.1.final) to match expectation of SBT 0.11.0Ismael Juma2011-09-261-1/+1
|
* Upgrade to Scala 2.9.1.Ismael Juma2011-08-311-1/+1
| | | | | | | | | Interestingly, the version in Maven is 2.9.1, but SBT outputs file to the 2.9.1.final directory inside target. A couple of small changes in SparkIMain were also required. All tests pass and ./spark-shell launches successfully.
* Removed a debugging lineMatei Zaharia2011-08-291-1/+0
|
* Merge branch 'scala-2.9'Matei Zaharia2011-08-011-8/+9
|\ | | | | | | | | Conflicts: project/build/SparkProject.scala
| * Initial work on converting build to SBT 0.10.1Ismael Juma2011-07-151-8/+9
| |
| * Pass quoted arguments properly to runMatei Zaharia2011-05-311-1/+1
| |
| * SCALA_VERSION in run should be 2.9.0-1Ismael Juma2011-05-271-1/+1
| |
| * Update to Scala 2.9.0-1 and disable repl module for now.Ismael Juma2011-05-271-1/+1
| | | | | | | | The repl module requires more complex work.
* | Updated to newest Mesos API, which includes better memory accountingMatei Zaharia2011-08-011-1/+2
| | | | | | | | by specifying per-executor memory.
* | Pass quoted arguments properly to runMatei Zaharia2011-05-311-1/+1
|/
* Update run to work with SBT managed dependencies and the newly introduced ↵Ismael Juma2011-05-271-21/+17
| | | | repl module.
* Add Bagel classpath to run scriptAnkur Dave2011-05-031-0/+2
|
* Updated modified Kryo to use objenesisMatei Zaharia2011-03-081-0/+1
|
* Added pluggable serializers and Kryo serializationMatei Zaharia2011-03-071-1/+4
|
* Updated Hadoop to 0.20.2 to include some bug fixesMatei Zaharia2011-03-011-2/+2
|
* Merge branch 'master' into sbtMatei Zaharia2011-02-021-0/+1
|\ | | | | | | | | | | | | | | | | | | Conflicts: Makefile core/src/main/java/spark/compress/lzf/LZF.java core/src/main/java/spark/compress/lzf/LZFInputStream.java core/src/main/java/spark/compress/lzf/LZFOutputStream.java core/src/main/native/spark_compress_lzf_LZF.c run
| * Replacing the native lzf compression code with the ning open-source ↵Joshua Hartman2010-12-051-0/+1
| | | | | | | | compress-lzf library. (Apache 2.0 liscense)
* | Made examples and core subprojectsMatei Zaharia2011-02-011-15/+19
| |
* | Fixed some more stuff (Eclispe target and native build)Matei Zaharia2010-11-131-1/+1
| |
* | Initial work to get Spark compiling with SBT 0.7.5 RC0Matei Zaharia2010-11-131-15/+15
| |
* | 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