aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Added log4j.propertiesMatei Zaharia2010-09-283-0/+6
|
* Removed Hadoop's SLF4J jarsMatei Zaharia2010-09-282-0/+0
|
* Added Logging traitMatei Zaharia2010-09-281-0/+44
|
* Added log4j jars and pathsMatei Zaharia2010-09-285-0/+6
|
* Merge branch 'http-repl-class-serving'Matei Zaharia2010-09-288-24/+135
|\
| * More work on HTTP class loadingMatei Zaharia2010-09-285-24/+61
| |
| * Modified the interpreter to serve classes to the executors using a JettyMatei Zaharia2010-09-283-0/+74
| | | | | | | | HTTP server instead of a shared (NFS) file system.
* | fixed typo in printing which task is already finishedJustin Ma2010-09-281-1/+1
| |
* | Let's use future instead of actorsJustin Ma2010-09-132-38/+24
| |
* | Added fork()/join() operations for SparkContext, as well as corresponding ↵Justin Ma2010-09-122-49/+91
| | | | | | | | changes to MesosScheduler to support multiple ParallelOperations.
* | round robin scheduling of tasks has been addedJustin Ma2010-09-073-13/+25
| |
* | now adding the Split object.Justin Ma2010-09-011-0/+3
| |
* | - Got rid of 'Split' type parameter in RDDJustin Ma2010-08-317-59/+104
| | | | | | | | | | | | - Added SampledRDD, SplitRDD and CartesianRDD - Made Split a class rather than a type parameter - Added numCores() to Scheduler to help set default level of parallelism
* | now we have sampling with replacement (at least on a per-split basis)Justin Ma2010-08-181-3/+17
| |
* | HdfsFile.scala: added a try/catch block to exit gracefully for correupted ↵Justin Ma2010-08-183-2/+35
|/ | | | | | | | gzip files MesosScheduler.scala: formatted the slaveOffer() output to include the serialized task size RDD.scala: added support for aggregating RDDs on a per-split basis (aggregateSplit()) as well as for sampling without replacement (sample())
* Removed HOD from included Hadoop because it was making the project countMatei Zaharia2010-08-1670-15196/+0
| | | | as Python on GitHub :|.
* Modified Scala interpreter to have it avoid computing string versions ofMatei Zaharia2010-08-151-1/+3
| | | | | | all results when :silent is enabled, so that it is easier to work with large arrays in Spark. (The string version of an array of numbers might not fit in memory even though the array itself does.)
* Added latest mesos.jarMatei Zaharia2010-08-131-0/+0
|
* Improved README and added blank templates for config files.Matei Zaharia2010-08-134-1/+20
|
* Bug fix from JustinMatei Zaharia2010-08-131-1/+1
|
* Update to work with latest Mesos API changesroot2010-08-133-10/+15
|
* Fixed a bug where we would incorrectly decide we've finished a parallel ↵Matei Zaharia2010-08-091-12/+20
| | | | operation if Mesos tells us a task is finished twice
* Change shell framework's name to "Spark shell"Matei Zaharia2010-08-061-1/+1
|
* Add Mesos native library to .gitignoreMatei Zaharia2010-07-251-0/+2
|
* Updated code to work with Nexus->Mesos name changeMatei Zaharia2010-07-2511-22/+22
|
* Removed Matei's old start on broadcast codeMatei Zaharia2010-07-256-248/+0
|
* Updated a bunch of libraries, and increased the default memory in run soMatei Zaharia2010-07-2511-7/+302
| | | | that unit tests can run successfully.
* Made it possible to set various Spark options and environment variablesMatei Zaharia2010-07-192-14/+48
| | | | in general through a conf/spark-env.sh script.
* Updated Spark to run with latest Mesos build and Scala-2.8.0.final.Justin Ma2010-07-193-4/+4
|
* Merge branch 'dev'Matei Zaharia2010-06-2712-289/+1037
|\ | | | | | | | | | | | | 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-0311-293/+1039
| | | | | | | | plus some fault tolerance code).
* | Made Spark shell class directory configurable.root2010-06-182-4/+5
| |
* | Initial work on union operation.Matei Zaharia2010-06-181-0/+37
| |
* | Added appropriate hashCode, equals and toString to ParallelArraySplit.Matei Zaharia2010-06-171-4/+24
| |
* | Created common RDD superclass for distributed files and parallel arrays.Matei Zaharia2010-06-175-285/+250
| | | | | | | | | | This also means that parallel arrays now get all the functionality files used to have (filter, map, reduce, cache, etc).
* | Fixed READMEMatei Zaharia2010-06-111-2/+1
| |
* | Added back REPL testsMatei Zaharia2010-06-112-16/+17
| |
* | Fix junk stripperMatei Zaharia2010-06-111-1/+1
| |
* | New interpreter port for Scala 2.8 interpreterMatei Zaharia2010-06-1111-837/+2199
| |
* | New nexus.jarMatei Zaharia2010-06-101-0/+0
| |
* | Fixed classpath for testsMatei Zaharia2010-06-101-2/+2
| |
* | Use new Nexus APIMatei Zaharia2010-06-101-5/+6
| |
* | Initial work on 2.8 portMatei Zaharia2010-06-1027-404/+84
| |
* | Ignore .DS_StoreMatei Zaharia2010-06-101-0/+1
| |
* | Fix native build to use build directoryroot2010-04-301-2/+2
|/
* Initial commitMatei Zaharia2010-03-29315-0/+354873