aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Patch from Thomas Graves to improve the YARN Client, and move to more product...Mridul Muralidharan2013-04-245-66/+30
* Ensure that maven package adds yarn jars as part of shaded jar for hadoop2-ya...Mridul Muralidharan2013-04-231-3/+3
* Fix review comments, add a new api to SparkHadoopUtil to create appropriate C...Mridul Muralidharan2013-04-228-20/+45
* Add some basic documentationMridul Muralidharan2013-04-192-11/+26
* Cache pattern, add (commented out) alternatives for check* apisMridul Muralidharan2013-04-171-1/+10
* Add a small note on spark.tasks.schedule.aggressionMridul Muralidharan2013-04-171-1/+6
* Move back to 2.0.2-alpha, since 2.0.3-alpha is not available in cloudera yet....Mridul Muralidharan2013-04-171-3/+7
* Move back to 2.0.2-alpha, since 2.0.3-alpha is not available in cloudera yetMridul Muralidharan2013-04-171-1/+1
* Ensure all ask/await block for spark.akka.askTimeout - so that it is controll...Mridul Muralidharan2013-04-176-9/+9
* Fudge order of classpath - so that our jars take precedence over what is in C...Mridul Muralidharan2013-04-172-2/+2
* Move from master to driverMridul Muralidharan2013-04-172-13/+13
* remove spurious debug statementsMridul Muralidharan2013-04-161-4/+0
* Fix exception when checkpoint path does not exist (no data in rdd which is be...Mridul Muralidharan2013-04-161-7/+19
* Scala does not prevent variable shadowing ! Sick error due to it ...Mridul Muralidharan2013-04-163-4/+4
* Fix npeMridul Muralidharan2013-04-161-1/+1
* Fix bug with atomic updateMridul Muralidharan2013-04-161-13/+31
* Use hostname instead of hostport for executor, fix creation of workdirMridul Muralidharan2013-04-164-8/+10
* Commit job to persist filesMridul Muralidharan2013-04-161-0/+1
* Fix issue with FileSuite failingMridul Muralidharan2013-04-153-17/+7
* Checkpoint commit - compiles and passes a lot of tests - not all though, look...Mridul Muralidharan2013-04-151-0/+12
* Checkpoint commit - compiles and passes a lot of tests - not all though, look...Mridul Muralidharan2013-04-1566-477/+3488
* Add support for building against hadoop2-yarn : adding new maven profile for itMridul Muralidharan2013-04-0716-9/+424
* 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
| * | | Merge branch 'master' of https://github.com/mesos/spark into WithThingMark Hamstra2013-03-1625-146/+376
| |\ \ \