aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Add back test for distinct without parensMatei Zaharia2013-02-011-1/+2
* Reduce the amount of duplicate logging Akka does to stdout.Stephen Haberman2013-02-011-0/+1
* Reduced the memory usage of reduce and similar operationsMatei Zaharia2013-02-019-46/+107
* Merge branch 'master' of github.com:mesos/sparkMatei Zaharia2013-02-018-59/+49
|\
| * Merge pull request #432 from stephenh/moreprivacyMatei Zaharia2013-02-018-59/+49
| |\
| | * Add more private declarations.Stephen Haberman2013-01-318-59/+49
* | | formattingMatei Zaharia2013-02-012-3/+3
|/ /
* | Merge pull request #437 from stephenh/cancelmetacleanerMatei Zaharia2013-02-011-0/+1
|\ \
| * | Stop BlockManagers metadataCleaner.Stephen Haberman2013-02-011-0/+1
| |/
* | Merge pull request #433 from rxin/masterMatei Zaharia2013-02-012-20/+24
|\ \
| * | Moved PruneDependency into PartitionPruningRDD.scala.Reynold Xin2013-02-012-26/+22
| * | Removed the TODO comment from PartitionPruningRDD.Reynold Xin2013-01-311-2/+0
| * | Changed PartitionPruningRDD's split to make sure it returns the correctReynold Xin2013-01-312-1/+11
| |/
* | Merge pull request #434 from pwendell/python-exceptionsMatei Zaharia2013-01-311-15/+24
|\ \
| * | Small fix from last commitPatrick Wendell2013-01-311-1/+1
| * | Some style cleanupPatrick Wendell2013-01-311-7/+4
| * | SPARK-673: Capture and re-throw Python exceptionsPatrick Wendell2013-01-311-14/+26
| |/
* / 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