aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/scala
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mesos'haitao.yao2013-02-1637-149/+201
|\
| * Merge pull request #465 from pwendell/java-sort-fixMatei Zaharia2013-02-111-1/+1
| |\
| | * SPARK-696: sortByKey should use 'ascending' parameterPatrick Wendell2013-02-111-1/+1
| * | Fixed an exponential recursion that could happen with doCheckpoint dueMatei Zaharia2013-02-111-4/+10
| * | Some bug and formatting fixes to FTMatei Zaharia2013-02-105-16/+21
| * | Detect hard crashes of workers using a heartbeat mechanism.root2013-02-108-7/+62
| * | Tweak web UI so that people don't get confused about master URL formatMatei Zaharia2013-02-103-5/+8
| |/
| * Merge pull request #448 from squito/fetch_maxBytesInFlightMatei Zaharia2013-02-091-1/+1
| |\
| | * add as many fetch requests as we can, subject to maxBytesInFlightImran Rashid2013-02-051-1/+1
| * | Merge pull request #452 from stephenh/miscMatei Zaharia2013-02-0924-92/+83
| |\ \
| | * | Move JavaRDDLike.coalesce into the right places.Stephen Haberman2013-02-094-5/+15
| | * | Fix JavaRDDLike.coalesce return type.Stephen Haberman2013-02-091-1/+1
| | * | Add back return types.Stephen Haberman2013-02-0919-31/+35
| | * | Remove RDD.coalesce default arguments.Stephen Haberman2013-02-092-7/+1
| | * | Clean up RDDs, mainly to use getSplits.Stephen Haberman2013-02-0511-59/+30
| | * | Remove unneeded zipWithIndex.Stephen Haberman2013-02-051-5/+7
| | * | Add RDD.coalesce.Stephen Haberman2013-02-052-0/+17
| | * | Add private, minor formatting.Stephen Haberman2013-02-051-21/+14
| * | | Merge branch 'master' of https://github.com/mesos/spark into commutativeMark Hamstra2013-02-08114-1851/+3633
| |\| |
| | * | Merge pull request #450 from stephenh/inlinemergepairMatei Zaharia2013-02-051-6/+4
| | |\ \
| | | * | Inline mergePair to look more like the narrow dep branch.Stephen Haberman2013-02-051-6/+4
| | * | | Merge branch 'master' into fixdeathpactexceptionStephen Haberman2013-02-0516-230/+284
| | |\ \ \ | | | | |/ | | | |/|
| | * | | Handle Terminated to avoid endless DeathPactExceptions.Stephen Haberman2013-02-052-19/+13
| | | |/ | | |/|
| * | | Change docs on 'reduce' since the merging of local reduces no longer preservesMark Hamstra2013-02-052-2/+2
* | | | Merge branch 'mesos'haitao.yao2013-02-051-2/+9
|\ \ \ \ | | |_|/ | |/| |
| * | | 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 branch 'mesos'haitao.yao2013-02-0431-351/+451
|\| | |
| * | | 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-02104-1482/+2698
| | |\| |
| | * | | 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-024-35/+50
| |\ \ \ \
| | * | | | 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-011-6/+4
| | * | | | fixup merge (master -> driver renaming)Imran Rashid2013-02-011-1/+1
| | * | | | Merge branch 'master' into blockmanager_infoImran Rashid2013-01-3027-222/+259
| | |\ \ \ \
| | * | | | | rename Slaves --> ExecutorImran Rashid2013-01-302-5/+5
| | * | | | | Merge branch 'master' into blockmanager_infoImran Rashid2013-01-2919-179/+183
| | |\ \ \ \ \
| | * | | | | | 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