aboutsummaryrefslogtreecommitdiff
path: root/core/src/main
Commit message (Expand)AuthorAgeFilesLines
* remove unneeded (and unused) filter on block infoImran Rashid2013-02-011-2/+0
* track total partitions, in addition to cached partitions; use scala string fo...Imran Rashid2013-02-013-9/+13
* fixup merge (master -> driver renaming)Imran Rashid2013-02-011-1/+1
* Merge branch 'master' into blockmanager_infoImran Rashid2013-01-3027-222/+259
|\
| * 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-2920-194/+192
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Merge branch 'master' into driverStephen Haberman2013-01-2851-321/+796
| | |\| |
| | * | | Replace old 'master' term with 'driver'.Stephen Haberman2013-01-2520-231/+228
* | | | | rename Slaves --> ExecutorImran Rashid2013-01-302-5/+5
* | | | | Merge branch 'master' into blockmanager_infoImran Rashid2013-01-2919-179/+183
|\| | | |
| * | | | Simplify checkpointing code and RDD class a little:Matei Zaharia2013-01-2814-160/+140
| * | | | Merge branch 'master' of github.com:mesos/sparkMatei Zaharia2013-01-285-16/+41
| |\ \ \ \
| | * \ \ \ 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-281-0/+10
| | |/ / /
| * / / / Change time unit in MetadataCleaner to secondsMatei Zaharia2013-01-281-3/+2
| |/ / /
* | | | better formatting for RDDInfoImran Rashid2013-01-281-3/+9
* | | | expose RDD & storage info directly via SparkContextImran Rashid2013-01-284-28/+41
|/ / /
* | | 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-2731-236/+259
* | | 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-2247-356/+1262
| |\ \ \
| * | | | 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
| | |\ \ \ \