aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/scala/spark/storage/BlockManagerMaster.scala
Commit message (Expand)AuthorAgeFilesLines
* Initial work to rename package to org.apache.sparkMatei Zaharia2013-09-011-178/+0
* Moved block manager messages into BlockManagerMessages object.Reynold Xin2013-07-291-0/+1
* Add Apache license headers and LICENSE and NOTICE filesMatei Zaharia2013-07-161-0/+17
* Incorporated Charles' feedback to put rdd metadata removal inReynold Xin2013-05-311-18/+3
* More block manager cleanup.Reynold Xin2013-05-311-22/+27
* Added removeRdd function in BlockManager.Reynold Xin2013-05-011-0/+16
* Ensure all ask/await block for spark.akka.askTimeout - so that it is controll...Mridul Muralidharan2013-04-171-1/+1
* Merge remote-tracking branch 'stephenh/nomocks'Matei Zaharia2013-03-101-20/+2
|\
| * Use stubs instead of mocks for DAGSchedulerSuite.Stephen Haberman2013-02-091-22/+2
* | Fixed master datastructure updates after removing an application; and a typo.Mosharaf Chowdhury2013-02-271-1/+1
|/
* Merge pull request #422 from squito/blockmanager_infoMatei Zaharia2013-02-021-0/+4
|\
| * fixup merge (master -> driver renaming)Imran Rashid2013-02-011-1/+1
| * Merge branch 'master' into blockmanager_infoImran Rashid2013-01-301-35/+34
| |\
| * | expose RDD & storage info directly via SparkContextImran Rashid2013-01-281-0/+4
* | | Fix createActorSystem not actually using the systemName parameter.Stephen Haberman2013-02-021-2/+0
| |/ |/|
* | Merge branch 'master' into driverStephen Haberman2013-01-281-7/+11
|\|
| * Track workers by executor ID instead of hostname to allow multipleMatei Zaharia2013-01-271-6/+6
| * Merge remote-tracking branch 'dennybritz/blockmanagerUI' into blockmanager_uiImran Rashid2013-01-181-1/+5
| |\
| | * Refactor BlockManager UI and adding worker details.Denny2012-11-121-7/+4
| | * Merge branch 'master' into blockmanagerUIDenny2012-11-111-2/+2
| | |\
| | * | BlockManager UI.Denny2012-10-291-5/+28
| | |/
* | / Replace old 'master' term with 'driver'.Stephen Haberman2013-01-251-35/+34
|/ /
* | Let the slave notify the master block removal.Reynold Xin2012-12-201-16/+1
* | Moved BlockManager's IdGenerator into BlockManager object. Removed someReynold Xin2012-12-191-2/+2
* | Fixed conflicts from merging Charles' and TD's block manager changes.Reynold Xin2012-12-141-1/+0
* | Merged TD's block manager refactoring.Reynold Xin2012-12-131-586/+116
* | Added the ability in block manager to remove blocks.Reynold Xin2012-12-131-111/+88
* | Suppress shuffle block updates when a slave node comes back.Reynold Xin2012-12-101-3/+3
* | Decrease BlockManagerMaster logging verbosityCharles Reiss2012-12-101-1/+2
* | Don't divide by milliseconds by 1000 more.Charles Reiss2012-12-061-1/+1
* | map -> foreachCharles Reiss2012-12-061-1/+1
* | Add block manager heart beats.Charles Reiss2012-12-051-22/+108
* | Track block managers by hostname; handle manager removal.Charles Reiss2012-12-051-3/+27
* | Actually put millis in _lastSeenMsCharles Reiss2012-12-051-1/+1
* | Don't use bogus port number in notifyADeadHost().Charles Reiss2012-12-051-2/+1
|/
* Don't throw an error in the block manager when a block is cached on the maste...root2012-10-261-0/+6
* Added a method to report slave memory status.Reynold Xin2012-10-141-64/+76
* Stylistic changes and Public Accumulable and BroadcastDenny2012-10-021-9/+18
* Make classes package privateDenny2012-10-021-11/+11
* Improve log messages from BlockManagerMatei Zaharia2012-10-011-34/+26
* Changed the way tasks' dependency files are sent to workers so thatMatei Zaharia2012-09-281-0/+2
* Removed cache add/remove log messages from CacheTracker.Reynold Xin2012-09-051-44/+53
* Made BlockManagerMaster no longer be a singleton.Matei Zaharia2012-07-301-19/+17
* Allow binding to a free port and change Akka logging to use SLF4J. AlsoMatei Zaharia2012-06-291-2/+3
* Upgraded to Akka 2 and fixed test execution (which was still parallelMatei Zaharia2012-06-281-102/+122
* Added shutdown for akka to SparkContext.stop(). Helps a little, but many test...Tathagata Das2012-06-131-1/+5
* Multiple bug fixes to pass the testsuites ShuffleSuite and BlockManagerSuite.Tathagata Das2012-06-131-39/+36
* Merge in engine improvements from the Spark Streaming project, developedMatei Zaharia2012-06-071-0/+516