aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Cleaned up connection manager (moved many classes to their own files).Reynold Xin2013-05-077-252/+315
* Minor style fix in DiskStore...Reynold Xin2013-05-071-2/+2
* Cleaned up Scala files in network/netty from Shane's PR.Reynold Xin2013-05-072-33/+35
* Cleaned up the Java files from Shane's PR.Reynold Xin2013-05-078-118/+85
* Cleaned up BlockManager and BlockFetcherIterator from Shane's PR.Reynold Xin2013-05-073-99/+102
* Moved BlockFetcherIterator to its own file.Reynold Xin2013-05-072-339/+362
* Merge branch 'shuffle-performance-fix-0.7' of github.com:shane-huang/spark in...Reynold Xin2013-05-0714-70/+811
|\
| * fix a bug in netty Block Fetchershane-huang2013-04-163-37/+37
| * Shuffle Performance fix: Use netty embeded OIO file server instead of Connect...shane-huang2013-04-0714-56/+795
* | Update Maven build to Scala 2.9.3Jey Kottalam2013-05-072-8/+7
* | Merge pull request #597 from JoshRosen/webui-fixesMatei Zaharia2013-05-047-13/+11
|\ \
| * | Fix SPARK-630: app details page shows finished executors as running.Josh Rosen2013-05-041-0/+1
| * | Fix wrong closing tags in web UI HTML.Josh Rosen2013-05-042-2/+2
| * | Fix SPARK-629: weird number of cores in job details page.Josh Rosen2013-05-044-11/+8
* | | Merge pull request #598 from rxin/blockmanagerMatei Zaharia2013-05-041-4/+3
|\ \ \
| * | | Fixed flaky unpersist test in DistributedSuite.Reynold Xin2013-05-041-1/+0
| * | | Merge branch 'unpersist-test' of github.com:shivaram/spark into blockmanagerReynold Xin2013-05-041-4/+4
|/| | |
| * | | Fix flaky test by changing catch and adding sleepShivaram Venkataraman2013-05-031-4/+4
* | | | Merge pull request #594 from shivaram/masterMatei Zaharia2013-05-033-0/+52
|\ \ \ \ | |_|/ / |/| | |
| * | | Add zipPartitions to Java API.Shivaram Venkataraman2013-05-033-0/+52
* | | | Merge pull request #587 from rxin/blockmanagerMatei Zaharia2013-05-0317-104/+408
|\ \ \ \ | |_|/ / |/| | |
| * | | Merge branch 'master' of github.com:mesos/spark into blockmanagerReynold Xin2013-05-0313-101/+302
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #592 from woggling/localdir-fixMatei Zaharia2013-05-021-2/+1
|\ \ \ \
| * | | | Don't accept generated temp directory names that can't be created successfully.Charles Reiss2013-05-011-2/+1
* | | | | Merge pull request #581 from jerryshao/masterMatei Zaharia2013-05-021-12/+21
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | filter out Spark streaming block RDD and sort RDDInfo with idjerryshao2013-05-021-12/+21
* | | | | Merge pull request #591 from rxin/removerddMatei Zaharia2013-05-017-34/+144
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Added the unpersist api to JavaRDD.Reynold Xin2013-05-011-5/+11
| * | | | Added removeRdd function in BlockManager.Reynold Xin2013-05-015-17/+51
| * | | | Changed the type of the persistentRdds hashmap back toReynold Xin2013-05-011-1/+1
| * | | | Added SparkContext.cleanup back. Not sure why it was removed before ...Reynold Xin2013-05-011-1/+1
| * | | | Cleaned up Ram's code. Moved SparkContext.remove to RDD.unpersist.Reynold Xin2013-05-015-35/+68
| * | | | Merged Ram's commit on removing RDDs.harshars2013-05-013-22/+59
* | | | | Remove spark-repl's extraneous dependency on spark-streamingJey Kottalam2013-05-012-15/+1
|/ / / /
* | | | Merge branch 'master' of github.com:mesos/sparkReynold Xin2013-05-015-61/+9
|\| | |
| * | | Merge pull request #586 from mridulm/masterMatei Zaharia2013-04-302-38/+135
| |\ \ \
* | \ \ \ Merge branch 'master' of github.com:mridulm/sparkReynold Xin2013-04-302-17/+45
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Add addition catch block for exception tooMridul Muralidharan2013-05-011-0/+13
| * | | | Spurious commit, reverting gitignore changeMridul Muralidharan2013-05-011-0/+2
| * | | | Be more aggressive and defensive in all uses of SelectionKey in select loopMridul Muralidharan2013-05-011-17/+30
* | | | | Merge branch 'master' of github.com:mridulm/sparkReynold Xin2013-04-302-27/+55
|\| | | |
| * | | | Change indentationMridul Muralidharan2013-05-011-20/+20
| * | | | Be more aggressive and defensive in select alsoMridul Muralidharan2013-05-011-28/+55
| * | | | If key is not valid, close connectionMridul Muralidharan2013-04-302-2/+3
* | | | | Merge branch 'master' of github.com:mridulm/sparkReynold Xin2013-04-302-15/+56
|\| | | |
| * | | | Fix issues reported by ReynoldMridul Muralidharan2013-04-302-15/+56
| | | * | Updated according to Matei's code review comment.Reynold Xin2013-05-0310-88/+98
| | | * | Two minor fixes according to Ryan LeCompte's review.Reynold Xin2013-04-302-12/+2
| | | * | Merge branch 'master' of github.com:mesos/spark into blockmanagerReynold Xin2013-04-305-61/+10
| | | |\ \ | | | |/ / | | |/| |
| | * | | Merge pull request #585 from pwendell/listener-perfMatei Zaharia2013-04-305-61/+9
| |/| | | |/| | | |