aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Remove activation of profiles by defaultMikhail Bautin2013-01-311-11/+0
* Merge pull request #426 from woggling/conn-manager-ipsMatei Zaharia2013-01-302-5/+13
|\
| * Remember ConnectionManagerId used to initiate SendingConnections.Charles Reiss2013-01-292-5/+13
* | Merge pull request #428 from woggling/mesos-exec-idMatei Zaharia2013-01-302-15/+21
|\ \
| * | Remove remants of attempt to use slaveId-executorId in MesosExecutorBackendCharles Reiss2013-01-301-1/+1
| * | Use Mesos ExecutorIDs to hold SlaveIDs. Then we can safely useCharles Reiss2013-01-302-15/+21
| |/
* | Include message and exitStatus if availalbe.Stephen Haberman2013-01-301-1/+3
* | Merge remote-tracking branch 'stephenh/removefailedjob'Matei Zaharia2013-01-292-7/+9
|\ \
| * | Fix Worker logInfo about unknown executor.Stephen Haberman2013-01-221-1/+1
| * | Don't bother creating an exception.Stephen Haberman2013-01-221-2/+1
| * | Handle Master telling the Worker to kill an already-dead executor.Stephen Haberman2013-01-221-3/+7
| * | Call removeJob instead of killing the cluster.Stephen Haberman2013-01-221-2/+1
* | | Merge pull request #425 from stephenh/toDebugStringMatei Zaharia2013-01-292-0/+21
|\ \ \
| * | | Include name, if set, in RDD.toString().Stephen Haberman2013-01-291-1/+6
| * | | Add number of splits.Stephen Haberman2013-01-291-1/+2
| * | | Add JavaRDDLike.toDebugString().Stephen Haberman2013-01-291-0/+5
| * | | Add RDD.toDebugString.Stephen Haberman2013-01-281-0/+10
* | | | Merge pull request #415 from stephenh/driverMatei Zaharia2013-01-2923-199/+197
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge branch 'master' into driverStephen Haberman2013-01-2855-388/+935
| |\| |
| * | | Replace old 'master' term with 'driver'.Stephen Haberman2013-01-2523-234/+231
* | | | Simplify checkpointing code and RDD class a little:Matei Zaharia2013-01-2815-168/+153
* | | | Merge branch 'master' of github.com:mesos/sparkMatei Zaharia2013-01-286-16/+47
|\ \ \ \
| * \ \ \ Merge pull request #413 from pwendell/stage-loggingMatei Zaharia2013-01-282-4/+19
| |\ \ \ \
| | * | | | Units from ms -> sPatrick Wendell2013-01-281-2/+2
| | * | | | Making submission time a fieldPatrick Wendell2013-01-282-4/+6
| | * | | | Renaming stage finished functionPatrick Wendell2013-01-281-3/+3
| | * | | | SPARK-658: Adding logging of stage durationPatrick Wendell2013-01-281-4/+17
| | | |/ / | | |/| |
| * | | | Merge pull request #424 from pwendell/logging-cleanupMatei Zaharia2013-01-283-12/+12
| |\ \ \ \
| | * | | | Some DEBUG-level log cleanup.Patrick Wendell2013-01-283-12/+12
| | |/ / /
| * / / / add long and float accumulatorparamsImran Rashid2013-01-282-0/+16
| |/ / /
* / / / Change time unit in MetadataCleaner to secondsMatei Zaharia2013-01-281-3/+2
|/ / /
* | | Clean up BlockManagerUI a little (make it not be an object, merge withMatei Zaharia2013-01-277-74/+91
* | | Rename more things from slave to executorMatei Zaharia2013-01-278-60/+50
* | | Track workers by executor ID instead of hostname to allow multipleMatei Zaharia2013-01-2734-313/+342
* | | Merge pull request #401 from squito/blockmanager_uiMatei Zaharia2013-01-2717-8/+401
|\ \ \
| * | | add metadatacleaner for persisentRdd mapImran Rashid2013-01-251-1/+11
| * | | fixup 1cadaa1, changed api of mapImran Rashid2013-01-251-2/+2
| * | | switch to TimeStampedHashMap for storing persistent RddsImran Rashid2013-01-251-1/+2
| * | | code reformattingImran Rashid2013-01-252-5/+7
| * | | Merge branch 'master' into blockmanager_uiImran Rashid2013-01-2254-371/+1698
| |\ \ \
| * | | | Fix up some problems from the mergeImran Rashid2013-01-223-4/+18
| * | | | Merge remote-tracking branch 'dennybritz/blockmanagerUI' into blockmanager_uiImran Rashid2013-01-1815-8/+374
| |\ \ \ \
| | * \ \ \ Merge branch 'master' into blockmanagerUIDenny2012-11-121-1/+13
| | |\ \ \ \
| | * | | | | Refactor BlockManager UI and adding worker details.Denny2012-11-1211-87/+186
| | * | | | | Merge branch 'master' into blockmanagerUIDenny2012-11-114-88/+196
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge branch 'master' into blockmanagerUIDenny2012-11-1119-72/+175
| | |\ \ \ \ \ \
| | * | | | | | | Nicer storage level format on RDD pageDenny2012-10-291-1/+6
| | * | | | | | | code FormattingDenny2012-10-291-5/+12
| | * | | | | | | BlockManager UI.Denny2012-10-2913-10/+283
* | | | | | | | | Merge pull request #418 from woggling/reregister-deadlockMatei Zaharia2013-01-263-4/+73
|\ \ \ \ \ \ \ \ \