aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #585 from pwendell/listener-perfMatei Zaharia2013-04-305-61/+9
|\
| * Using full package name for utilPatrick Wendell2013-04-291-1/+1
| * Modified version of the fix which just removes all per-record tracking.Patrick Wendell2013-04-294-63/+2
| * Spark-742: TaskMetrics should not employ per-record timing.Patrick Wendell2013-04-295-28/+37
* | More unit test fixesMatei Zaharia2013-04-282-3/+5
* | Fix BlockManagerSuite to deal with clearing spark.hostPortMatei Zaharia2013-04-281-1/+11
* | Merge pull request #582 from shivaram/masterMatei Zaharia2013-04-283-0/+182
|\ \
| * | Rename partition class and add scala docShivaram Venkataraman2013-04-282-6/+12
| * | Actually rename classes to ZippedPartitions*Shivaram Venkataraman2013-04-283-25/+25
| * | Rename classes from MapZipped* to Zipped*Shivaram Venkataraman2013-04-282-0/+0
| * | Rename to zipPartitions and style changesShivaram Venkataraman2013-04-283-23/+25
| * | Add an interface to zip iterators of multiple RDDsShivaram Venkataraman2013-04-263-0/+174
| |/
* / Attempt to fix streaming test failures after yarn branch mergeMridul Muralidharan2013-04-281-1/+2
|/
* Create an empty directory when checkpointing a 0-partition RDD (fixes aMatei Zaharia2013-04-251-4/+11
* Attempt at fixing merge conflictMridul Muralidharan2013-04-249-29/+30
|\
| * Make ShuffledRDD.prev transientMatei Zaharia2013-04-153-4/+4
| * Fix compile errorMatei Zaharia2013-04-131-1/+1
| * Add details when BlockManager heartbeats time outAndrew Ash2013-04-111-1/+2
| * Merge remote-tracking branch 'jey/bump-development-version-to-0.8.0'Matei Zaharia2013-04-081-1/+1
| |\
| | * Bump development version to 0.8.0Jey Kottalam2013-03-281-1/+1
| * | Fixed a bug with zipMatei Zaharia2013-04-071-10/+10
| * | Fix compile warningMatei Zaharia2013-04-071-1/+1
| * | Fix deprecated warningMatei Zaharia2013-04-071-1/+1
| * | 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
* | | Patch from Thomas Graves to improve the YARN Client, and move to more product...Mridul Muralidharan2013-04-242-63/+14
* | | Fix review comments, add a new api to SparkHadoopUtil to create appropriate C...Mridul Muralidharan2013-04-226-14/+31
* | | Add some basic documentationMridul Muralidharan2013-04-191-2/+4
* | | 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
* | | 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-162-3/+2
* | | 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-079-4/+103
|/ /
* | 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-236-66/+251
| |\ \
| * | | Fix are/our typo.Stephen Haberman2013-03-221-1/+1