aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
...
| * Added error messages to the tests to make failed tests less crypticAli Ghodsi2013-08-201-7/+7
| * fixed matei's commentsAli Ghodsi2013-08-201-15/+16
| * Made a function object that returns the coalesced groupsAli Ghodsi2013-08-201-30/+35
| * several of Reynold's suggestions implementedAli Ghodsi2013-08-201-15/+14
| * space removedAli Ghodsi2013-08-201-1/+1
| * use count rather than foreachAli Ghodsi2013-08-201-2/+1
| * made preferredLocation a val of the surrounding case classAli Ghodsi2013-08-201-10/+3
| * Fix bug in testsAli Ghodsi2013-08-202-6/+6
| * Renamed split to partitionAli Ghodsi2013-08-201-11/+11
| * word wrap before 100 chars per lineAli Ghodsi2013-08-202-41/+51
| * added goals inline as commentAli Ghodsi2013-08-201-0/+21
| * Large scale load and locality tests for the coalesced partitions addedAli Ghodsi2013-08-202-63/+118
| * Bug, should compute slack wrt parent partition size, not number of binsAli Ghodsi2013-08-201-2/+2
| * load balancing coalescerAli Ghodsi2013-08-202-11/+218
* | Removed meaningless typesMark Hamstra2013-08-201-1/+1
|/
* Merge remote-tracking branch 'jey/hadoop-agnostic'Matei Zaharia2013-08-2029-2255/+178
|\
| * Fix Maven build with Hadoop 0.23.9Jey Kottalam2013-08-181-0/+8
| * Maven build now also works with YARNJey Kottalam2013-08-161-70/+0
| * Don't mark hadoop-client as 'provided'Jey Kottalam2013-08-161-1/+0
| * Maven build now works with CDH hadoop-2.0.0-mr1Jey Kottalam2013-08-161-52/+0
| * Initial changes to make Maven build agnostic of hadoop versionJey Kottalam2013-08-161-58/+5
| * Rename HadoopWriter to SparkHadoopWriter since it's outside of our packageJey Kottalam2013-08-152-6/+6
| * Fix newTaskAttemptID to work under YARNJey Kottalam2013-08-151-1/+19
| * re-enable YARN supportJey Kottalam2013-08-151-1/+13
| * SparkEnv isn't available this early, and not needed anywayJey Kottalam2013-08-152-25/+0
| * make SparkHadoopUtil a member of SparkEnvJey Kottalam2013-08-158-26/+31
| * rename HadoopMapRedUtil => SparkHadoopMapRedUtil, HadoopMapReduceUtil => Spar...Jey Kottalam2013-08-155-6/+7
| * add commentJey Kottalam2013-08-151-4/+4
| * dynamically detect hadoop versionJey Kottalam2013-08-152-8/+48
| * remove core/src/hadoop{1,2} dirsJey Kottalam2013-08-156-104/+0
| * move yarn to its own directoryJey Kottalam2013-08-1510-1864/+0
* | changeGeneration --> changeEpoch renamingMark Hamstra2013-08-201-2/+2
* | Renamed 'priority' to 'jobId' and assorted minor changesMark Hamstra2013-08-205-59/+60
* | Merge pull request #828 from mateiz/sched-improvementsMatei Zaharia2013-08-1941-965/+1034
|\ \
| * | Added unit tests for ClusterTaskSetManager, and fix a bug found withMatei Zaharia2013-08-1811-28/+396
| * | Added some comments on threading in scheduler codeMatei Zaharia2013-08-183-6/+35
| * | Address some review comments:Matei Zaharia2013-08-186-21/+40
| * | Comment cleanup (via Kay) and some debug messagesMatei Zaharia2013-08-184-23/+16
| * | More scheduling fixes:Matei Zaharia2013-08-1811-190/+117
| * | Initial work towards scheduler refactoring:Matei Zaharia2013-08-1827-751/+484
* | | Merge pull request #849 from mateiz/web-fixesMatei Zaharia2013-08-192-8/+9
|\ \ \
| * | | Allow some wiggle room in UISuite port test and in EC2 portsMatei Zaharia2013-08-191-2/+3
| * | | Small fixes to web UI:Matei Zaharia2013-08-192-6/+6
| |/ /
* | | Merge pull request #847 from rxin/rddMatei Zaharia2013-08-1921-189/+349
|\ \ \ | |/ / |/| |
| * | Code review feedback. (added tests for cogroup and substract; added more docu...Reynold Xin2013-08-193-11/+51
| * | Added a test for sorting using MutablePair's.Reynold Xin2013-08-191-2/+18
| * | Made PairRDDFunctions taking only Tuple2, but made the rest of the shuffle co...Reynold Xin2013-08-1919-91/+132
| * | Added the missing RDD files and cleaned up SparkContext.Reynold Xin2013-08-184-12/+126
| * | Allow subclasses of Product2 in all key-value related classes (ShuffleDepende...Reynold Xin2013-08-1810-107/+56
* | | Merge pull request #840 from AndreSchumacher/zipeggMatei Zaharia2013-08-181-1/+8
|\ \ \ | |/ / |/| |