aboutsummaryrefslogtreecommitdiff
path: root/core/src/main
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into scala-2.10Prashant Sharma2013-10-0136-84/+106
|\
| * Merge pull request #14 from kayousterhout/untangle_schedulerReynold Xin2013-09-2633-68/+59
| |\
| | * Improved organization of scheduling packages.Kay Ousterhout2013-09-2533-68/+59
| * | Merge pull request #930 from holdenk/masterReynold Xin2013-09-261-0/+10
| |\ \
| | * | Fix formatting :)Holden Karau2013-09-231-4/+5
| | * | Switch indent from 2 to 4 spacesHolden Karau2013-09-221-2/+2
| | * | Make mapPartitionsWithIndex work with JavaRDD'sHolden Karau2013-09-141-2/+3
| | * | Start of working on SPARK-615Holden Karau2013-09-111-0/+8
| * | | Merge pull request #7 from wannabeast/memorystore-fixesReynold Xin2013-09-261-6/+8
| |\ \ \
| | * | | Synchronize on "entries" the remaining update to "currentMemory".Mike2013-09-191-3/+5
| | * | | Set currentMemory to 0 in clear().Mike2013-09-111-2/+2
| | * | | Remove MemoryStore$Entry.dropPending, unused as of 42e0a68082.Mike2013-09-101-1/+1
| * | | | Merge pull request #9 from rxin/limitPatrick Wendell2013-09-261-10/+28
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Smarter take/limit implementation.Reynold Xin2013-09-201-10/+28
| | | |/ | | |/|
* | | | Fixed non termination of Executor backend, when sc.stop is not called.Prashant Sharma2013-09-302-2/+2
* | | | Sync with master and some build fixesPrashant Sharma2013-09-262-44/+62
|\| | |
| * | | Change Exception to NoSuchElementException and minor style fixjerryshao2013-09-221-6/+7
| * | | Remove infix style and othersjerryshao2013-09-221-10/+8
| * | | Refactor FairSchedulableBuilder:jerryshao2013-09-221-39/+53
| * | | Add barrier for local properties unit test and fix some stylesjerryshao2013-09-221-1/+2
| * | | Fix issue when local properties pass from parent to child threadjerryshao2013-09-181-1/+5
| |/ /
* | | Akka 2.2 migrationPrashant Sharma2013-09-2210-51/+75
* | | Merge branch 'master' of git://github.com/mesos/spark into scala-2.10Prashant Sharma2013-09-1527-57/+201
|\| |
| * | Changed localProperties to use ThreadLocal (not DynamicVariable).Kay Ousterhout2013-09-111-9/+9
| * | Merge pull request #922 from pwendell/port-changePatrick Wendell2013-09-111-1/+1
| |\ \
| | * | Change port from 3030 to 4040Patrick Wendell2013-09-111-1/+1
| * | | SPARK-894 - Not all WebUI fields delivered VIA JSONDavid McCauley2013-09-111-1/+3
| |/ /
| * | Merge pull request #915 from ooyala/masterMatei Zaharia2013-09-091-1/+9
| |\ \
| | * | Style fix: put body of if within curly bracesEvan Chan2013-09-091-1/+3
| | * | Print out more friendly error if listFiles() failsEvan Chan2013-09-091-1/+7
| * | | Merge pull request #907 from stephenh/document_coalesce_shuffleMatei Zaharia2013-09-091-0/+17
| |\ \ \
| | * | | Reword 'evenly distributed' to 'distributed with a hash partitioner.Stephen Haberman2013-09-091-2/+2
| | * | | Add better docs for coalesce.Stephen Haberman2013-09-081-0/+17
| * | | | Merge pull request #890 from mridulm/masterMatei Zaharia2013-09-083-2/+17
| |\ \ \ \
| | * | | | Address review comments - rename toHash to nonNegativeHashMridul Muralidharan2013-09-043-3/+3
| | * | | | Fix hash bug - caused failure after 35k stages, sighMridul Muralidharan2013-09-043-2/+17
| * | | | | Merge pull request #909 from mateiz/exec-id-fixReynold Xin2013-09-082-7/+7
| |\ \ \ \ \
| | * | | | | Fix an instance where full standalone mode executor IDs were passed toMatei Zaharia2013-09-082-7/+7
| | | |/ / / | | |/| | |
| * | | | | Merge pull request #905 from mateiz/docs2Matei Zaharia2013-09-086-10/+11
| |\ \ \ \ \
| | * | | | | More fair scheduler docs and property names.Matei Zaharia2013-09-084-7/+8
| | * | | | | Work in progress:Matei Zaharia2013-09-083-3/+3
| * | | | | | Merge pull request #906 from pwendell/ganglia-sinkPatrick Wendell2013-09-088-17/+106
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | Adding sc name in metrics sourcePatrick Wendell2013-09-085-9/+14
| | * | | | | Adding more docs and some code cleanupPatrick Wendell2013-09-082-8/+10
| | * | | | | Ganglia sinkPatrick Wendell2013-09-081-0/+82
| | | |/ / / | | |/| | |
| * | | | | Merge pull request #898 from ilikerps/660Matei Zaharia2013-09-081-3/+3
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | Export StorageLevel and refactorAaron Davidson2013-09-071-3/+3
| | * | | | Remove reflection, hard-code StorageLevelsAaron Davidson2013-09-071-11/+0
| | * | | | Memoize StorageLevels read from JVMAaron Davidson2013-09-061-1/+1
| | * | | | SPARK-660: Add StorageLevel support in PythonAaron Davidson2013-09-051-0/+11
| | | |_|/ | | |/| |