aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'jey/bump-development-version-to-0.8.0'Matei Zaharia2013-04-0810-11/+11
|\
| * Bump development version to 0.8.0Jey Kottalam2013-03-2810-11/+11
* | Fixed a bug with zipMatei Zaharia2013-04-071-10/+10
* | Fix compile warningMatei Zaharia2013-04-071-1/+1
* | Merge remote-tracking branch 'kalpit/master'Matei Zaharia2013-04-0713-18/+40
|\ \
| * | spark instance number must be present in log filename to prevent multiple wor...kalpit2013-03-261-2/+2
| * | added SPARK_WORKER_INSTANCES : allows spawning multiple worker instances/proc...kalpit2013-03-268-8/+30
| * | upgraded sbt version, sbt plugins and some library dependencies to latest sta...kalpit2013-03-263-9/+9
| |/
* | Updated link to SBTMatei Zaharia2013-04-071-1/+1
* | Fix deprecated warningMatei Zaharia2013-04-071-1/+1
* | Update Scala version in docsMatei Zaharia2013-04-072-3/+3
* | Merge pull request #552 from MLnick/masterMatei Zaharia2013-04-072-2/+2
|\ \
| * | Bumping Algebird version in examples now that it supports JDK 1.6Nick Pentreath2013-04-032-2/+2
* | | Merge pull request #554 from andyk/scala2.9.3Matei Zaharia2013-04-072-5/+5
|\ \ \
| * | | Update build to Scala 2.9.3Andy Konwinski2013-04-042-5/+5
|/ / /
* | | Merge pull request #550 from erikvanoosten/masterMatei Zaharia2013-04-021-1/+1
|\ \ \
| * | | Corrected order of CountMinSketchMonoid argumentsErik van oosten2013-04-021-1/+1
* | | | Merge pull request #551 from jey/python-bugfixesMatei Zaharia2013-04-022-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Fix Python saveAsTextFile doctest to not expect order to be preservedJey Kottalam2013-04-021-1/+1
| * | | Fix argv handling in Python transitive closure exampleJey Kottalam2013-04-021-1/+1
|/ / /
* | | Merge pull request #548 from markhamstra/getWritableClass_filterMatei Zaharia2013-03-311-11/+11
|\ \ \
| * | | Correct sense of 'filter out' in comment.Mark Hamstra2013-03-311-10/+10
| * | | Fixed broken filter in getWritableClass[T]Mark Hamstra2013-03-301-1/+1
|/ / /
* | | Merge pull request #539 from cgrothaus/fix-webui-workdirpathMatei Zaharia2013-03-292-3/+4
|\ \ \
| * | | Bugfix: WorkerWebUI must respect workDirPath from WorkerChristoph Grothaus2013-03-222-3/+4
* | | | Merge pull request #541 from stephenh/shufflecoalesceMatei Zaharia2013-03-295-3/+34
|\ \ \ \
| * | | | Use Boolean in the Java API, and != for assert.Stephen Haberman2013-03-234-4/+5
| * | | | Merge branch 'master' into shufflecoalesceStephen Haberman2013-03-2310-66/+323
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Fix are/our typo.Stephen Haberman2013-03-221-1/+1
| * | | | Add a shuffle parameter to coalesce.Stephen Haberman2013-03-225-3/+33
* | | | | Merge pull request #547 from jey/maven-streaming-tests-initialization-fixMatei Zaharia2013-03-292-4/+8
|\ \ \ \ \
| * | | | | Move streaming test initialization into 'before' blocksJey Kottalam2013-03-282-4/+8
| | |_|_|/ | |/| | |
* | | | | Merge pull request #545 from ash211/patch-1Matei Zaharia2013-03-291-8/+10
|\ \ \ \ \
| * | | | | Don't use deprecated Application in exampleAndrew Ash2013-03-281-8/+10
| |/ / / /
* | | | | Merge pull request #546 from ash211/patch-2Matei Zaharia2013-03-291-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Update tuning.mdAndrew Ash2013-03-281-1/+1
|/ / / /
* | | | Merge pull request #543 from holdenk/masterMatei Zaharia2013-03-263-3/+3
|\ \ \ \
| * | | | method first in trait IterableLike is deprecated: use `head' insteadHolden Karau2013-03-241-1/+1
| * | | | Re-enable deprecation warnings since there are only twoHolden Karau2013-03-241-1/+1
| * | | | Makes the syntax highlighting on the build file not broken in emacs.Holden Karau2013-03-241-1/+1
| * | | | Explicitly catch all throwables (warning in 2.10)Holden Karau2013-03-241-1/+1
| | |/ / | |/| |
* / | | Add comment to README that 2.10 not yet supportedAndy Konwinski2013-03-261-3/+6
|/ / /
* | | Merge pull request #505 from stephenh/volatileMatei Zaharia2013-03-233-56/+60
|\ \ \
| * | | Merge branch 'master' into volatileStephen Haberman2013-03-20136-1199/+2401
| |\| |
| * | | Don't create the Executor until we have everything it needs.Stephen Haberman2013-02-283-53/+57
| * | | Make Executor fields volatile since they're read from the thread pool.Stephen Haberman2013-02-281-6/+6
* | | | Merge pull request #510 from markhamstra/WithThingMatei Zaharia2013-03-232-1/+125
|\ \ \ \ | |_|_|/ |/| | |
| * | | constructorOfA -> constructA in doc commentsMark Hamstra2013-03-161-4/+4
| * | | fix wayward comma in doc commentMark Hamstra2013-03-161-1/+1
| * | | _With[Matei]Mark Hamstra2013-03-162-20/+20