aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Markdown rendering for the toplevel README.md to improve readability on githubOlivier Grisel2011-06-232-48/+59
* Added simple version of lookupMatei Zaharia2011-06-201-0/+17
* Added pipe() operation on RDDs for mapping through a shell command.Matei Zaharia2011-06-192-0/+67
* Merge pull request #59 from ijuma/masterMatei Zaharia2011-06-071-1/+1
|\
| * Move managedStyle to SparkProject.Ismael Juma2011-06-021-1/+1
|/
* Catch Throwable instead of Exception in LocalScheduler and Executor. Fixes #57.Matei Zaharia2011-06-012-4/+4
* Make the runJob API public. Fixes #56.Matei Zaharia2011-06-011-2/+9
* Ensure logging is initialized before spawning any threads to fix issue #45Matei Zaharia2011-05-312-0/+7
* Pass quoted arguments properly to runMatei Zaharia2011-05-311-1/+1
* Give SBT a bit more memory so it can do a update / compile / test in one JVMMatei Zaharia2011-05-311-1/+1
* Instantiate NullWritable properly in HadoopFileMatei Zaharia2011-05-301-2/+12
* Executor was looking for the wrong constructor for ExecutorClassLoaderMatei Zaharia2011-05-291-1/+1
* Merge remote-tracking branch 'ijuma/issue51'Matei Zaharia2011-05-29141-431149/+76
|\
| * Depend on jetty-server in compile scope and upgrade to 7.4.2.Ismael Juma2011-05-291-8/+6
| * Use ManagedStyle.Maven.Ismael Juma2011-05-271-0/+1
| * Publish javadoc and sources.Ismael Juma2011-05-271-1/+6
| * Update run to work with SBT managed dependencies and the newly introduced rep...Ismael Juma2011-05-271-21/+17
| * Update sbt to 0.7.7.Ismael Juma2011-05-271-1/+1
| * Move REPL classes to separate module.Ismael Juma2011-05-2715-5/+28
| * Change project.organization to org.spark-project to fit Maven convention.Ismael Juma2011-05-271-2/+2
| * Set project.version to 0.3-SNAPSHOT.Ismael Juma2011-05-271-1/+1
| * Delete liblzf from lib as it's no longer used.Ismael Juma2011-05-2720-11490/+0
| * Remove several dependencies from git and configure them as SBT managed depend...Ismael Juma2011-05-27105-419628/+22
* | Merge pull request #53 from ijuma/masterMatei Zaharia2011-05-273-17/+14
|\|
| * Use explicit asInstanceOf instead of misleading unchecked pattern matching.Ismael Juma2011-05-273-17/+14
|/
* Merge pull request #52 from ijuma/masterMatei Zaharia2011-05-2614-26/+26
|\
| * Replace deprecated `-` and `--` with suggested filterNot (which is uglier).Ismael Juma2011-05-263-3/+3
| * Replace deprecated `first` with `head`.Ismael Juma2011-05-262-3/+3
| * Replace deprecated fromFunction with either tabulate or fill.Ismael Juma2011-05-264-6/+6
| * Use math instead of Math as the latter is deprecated.Ismael Juma2011-05-264-5/+5
| * Use Array.iterator instead of Iterator.fromArray as the latter is deprecated.Ismael Juma2011-05-262-4/+4
| * Use += instead of + for mutable sequences as the latter is deprecated.Ismael Juma2011-05-261-4/+4
| * Upgrade sbt-idea to 0.4.0.Ismael Juma2011-05-261-1/+1
|/
* Removed java-opts.templatealpha-0.2Matei Zaharia2011-05-241-0/+0
* Fixed a bug with preferred locations having changed meaning in new RDDsMatei Zaharia2011-05-221-7/+3
* Fix queue type for executorMatei Zaharia2011-05-221-1/+1
* doc tweakMatei Zaharia2011-05-221-2/+1
* class loader fixMatei Zaharia2011-05-221-1/+2
* Various fixes to serializationMatei Zaharia2011-05-214-10/+16
* Merge branch 'master' into new-rddsMatei Zaharia2011-05-213-3/+11
|\
| * Temporary fix for issue #42.Mosharaf Chowdhury2011-04-212-0/+6
| * fixed small bug when classpath has some strange formattingTimothy Hunter2011-04-181-3/+5
* | Scheduler can now recover from lost map outputsMatei Zaharia2011-05-2016-276/+309
* | Updated scheduler to support running on just some partitions of final RDDMatei Zaharia2011-05-195-33/+46
* | Various minor fixesMatei Zaharia2011-05-194-5/+11
* | Stop objectifying various trackers, caches, etc.Matei Zaharia2011-05-1720-140/+153
* | Fixed unit tests by making them clean up the SparkContext after use andMatei Zaharia2011-05-137-5/+49
* | Ensure that AddedToCache messages make it home before tasks finishMatei Zaharia2011-05-131-3/+5
* | Optimization for count()Matei Zaharia2011-05-131-1/+8
* | Merge pull request #48 from ankurdave/bagel-newMatei Zaharia2011-05-126-0/+474
|\ \