aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Changed the config files that were included in git to templates whichMatei Zaharia2010-10-164-3/+10
* Fixed some whitespaceMatei Zaharia2010-10-163-14/+14
* Added support for generic Hadoop InputFormats and refactored textFile toMatei Zaharia2010-10-162-28/+111
* Renamed HdfsFile to HadoopFileMatei Zaharia2010-10-162-8/+9
* Simplified UnionRDD slightly and added a SparkContext.union method for effici...Matei Zaharia2010-10-162-28/+22
* Removed setSparkHome method on SparkContext in favor of having anMatei Zaharia2010-10-162-16/+7
* Added the ability to specify a list of JAR files when creating aMatei Zaharia2010-10-167-117/+247
* Set absolute path for SPARK_HOMEMatei Zaharia2010-10-162-2/+2
* Keep track of tasks in each job so that they can be removed when the job exitsMatei Zaharia2010-10-161-6/+12
* Further clarified some codeMatei Zaharia2010-10-162-10/+22
* Fixed some log messagesMatei Zaharia2010-10-161-2/+2
* Bug fixes and improvements for MesosScheduler and SimpleJobMatei Zaharia2010-10-163-25/+46
* Moved Spark home detection to SparkContext and added a setSparkHomeMatei Zaharia2010-10-162-51/+81
* Bug fix in passing env vars to executorsMatei Zaharia2010-10-161-1/+1
* Added code so that Spark jobs can be launched from outside the SparkMatei Zaharia2010-10-152-6/+39
* Moved ClassServer out of repl packaged and renamed it to HttpServer.Matei Zaharia2010-10-152-12/+12
* Increased default memory for alltestsMatei Zaharia2010-10-151-0/+3
* Abort jobs if a task fails more than a limited number of timesMatei Zaharia2010-10-153-23/+44
* Updated guava to version r07Matei Zaharia2010-10-156-2/+2
* A couple of improvements to ReplSuite:Matei Zaharia2010-10-151-26/+30
* Made locality scheduling constant-time and added support for changingMatei Zaharia2010-10-151-24/+79
* Moved Job and SimpleJob to new filesMatei Zaharia2010-10-073-183/+206
* Merge branch 'master' into matei-schedulingMatei Zaharia2010-10-074-11/+23
|\
| * Added a getId method to split to force classes to specify a unique IDMatei Zaharia2010-10-074-11/+23
* | Merge branch 'master' into matei-schedulingMatei Zaharia2010-10-074-10/+21
|\|
| * got rid of unnecessary lineJustin Ma2010-10-071-1/+0
| * Merge branch 'master' into jtma-accumulatorJustin Ma2010-10-0725-138/+404
| |\
| | * Added toString() methods to UnionSplit, SeededSplit and CartesianSplit toJustin Ma2010-10-071-2/+11
| * | changes to accumulator to add objects in-place.Justin Ma2010-09-254-8/+11
* | | Merge branch 'master' into matei-schedulingMatei Zaharia2010-10-053-3/+64
|\ \ \ | | |/ | |/|
| * | Added splitWords function in UtilsMatei Zaharia2010-10-041-1/+26
| * | Added reduceByKey operation for RDDs containing pairsalpha-0.1Matei Zaharia2010-10-032-2/+38
* | | Merge branch 'master' into matei-schedulingMatei Zaharia2010-10-032-0/+2
|\| |
| * | Fixed a rather bad bug in HDFS files that has been in for a while:root2010-10-032-0/+2
* | | Renamed ParallelOperation to JobMatei Zaharia2010-10-031-42/+42
|/ /
* | Merge branch 'matei-logging'Matei Zaharia2010-09-2921-116/+199
|\ \
| * | Made task-finished log messages slightly nicerMatei Zaharia2010-09-291-6/+8
| * | Made spark-executor output slightly nicerMatei Zaharia2010-09-291-2/+1
| * | A couple of minor fixes:Matei Zaharia2010-09-292-9/+16
| * | Updated log4j.properties to ignore jetty messages below WARN levelMatei Zaharia2010-09-281-0/+4
| * | Changed printlns to log statements and fixed a bug in run that was causing it...Matei Zaharia2010-09-2811-111/+126
| * | 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
* | | Increase default locality wait to 3s. Fixes #20.Matei Zaharia2010-09-291-1/+1
|/ /
* | 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
* | | fixed typo in printing which task is already finishedJustin Ma2010-09-281-1/+1
| |/ |/|