aboutsummaryrefslogtreecommitdiff
path: root/core/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #445 from JoshRosen/pyspark_fixesMatei Zaharia2013-02-031-2/+9
|\
| * Fetch fewer objects in PySpark's take() method.Josh Rosen2013-02-031-2/+9
* | Merge pull request #379 from stephenh/sparkmemMatei Zaharia2013-02-026-35/+17
|\ \
| * | Fix dangling old variable names.Stephen Haberman2013-02-021-2/+2
| * | Move executorMemory up into SchedulerBackend.Stephen Haberman2013-02-024-29/+12
| * | Merge branch 'master' into sparkmemStephen Haberman2013-02-02135-1909/+3738
| |\|
| * | Fix SPARK_MEM in ExecutorRunner.Stephen Haberman2013-01-221-1/+1
| * | Restore SPARK_MEM in executorEnvs.Stephen Haberman2013-01-221-2/+3
| * | Add spark.executor.memory to differentiate executor memory from spark-shell m...Stephen Haberman2013-01-153-10/+8
* | | Merge pull request #422 from squito/blockmanager_infoMatei Zaharia2013-02-026-38/+59
|\ \ \
| * | | 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-3030-227/+264
| |\ \ \
| * | | | rename Slaves --> ExecutorImran Rashid2013-01-302-5/+5
| * | | | Merge branch 'master' into blockmanager_infoImran Rashid2013-01-2921-187/+202
| |\ \ \ \
| * | | | | better formatting for RDDInfoImran Rashid2013-01-281-3/+9
| * | | | | expose RDD & storage info directly via SparkContextImran Rashid2013-01-284-28/+41
* | | | | | Merge pull request #436 from stephenh/removeextraloopMatei Zaharia2013-02-021-13/+10
|\ \ \ \ \ \
| * | | | | | Further simplify checking for Nil.Stephen Haberman2013-02-021-3/+1
| * | | | | | Once we find a split with no block, we don't have to look for more.Stephen Haberman2013-01-311-12/+11
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #442 from stephenh/fixsystemnamesMatei Zaharia2013-02-026-73/+68
|\ \ \ \ \ \
| * | | | | | Fix createActorSystem not actually using the systemName parameter.Stephen Haberman2013-02-026-73/+68
* | | | | | | FormattingMatei Zaharia2013-02-021-1/+2
* | | | | | | FormattingMatei Zaharia2013-02-021-6/+9
* | | | | | | Merge remote-tracking branch 'base/master' into dag-sched-testsCharles Reiss2013-02-0249-384/+504
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | 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
| | |/ / / /
| * | | | | 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
| |/ / / /
| * | | | 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