aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/ |/|
| * Implementing SPARK-878 for PySpark: adding zip and egg files to context and p...Andre Schumacher2013-08-161-1/+8
* | Moved shuffle serializer setting from a constructor parameter to a setSeriali...Reynold Xin2013-08-175-32/+51
* | Removed the mapSideCombine option in partitionBy.Reynold Xin2013-08-172-28/+6
* | Removed the mapSideCombine option in CoGroupedRDD.Reynold Xin2013-08-171-33/+5
* | Removed the unused shuffleId in ShuffleDependency's constructor.Reynold Xin2013-08-161-1/+0
* | Merge pull request #839 from jegonzal/zip_partitionsMatei Zaharia2013-08-164-17/+14
|\ \
| * | Reversing the argument order in zipPartitions to enable stronger type inference.Joseph E. Gonzalez2013-08-164-17/+14
* | | Use the JSON formatter from Scala library and removed dependency on lift-json.Reynold Xin2013-08-156-70/+64
* | | Revert "Merge pull request #834 from Daemoen/master"Reynold Xin2013-08-151-2/+1
* | | Merge pull request #834 from Daemoen/masterReynold Xin2013-08-151-1/+2
|\ \ \ | |_|/ |/| |
| * | Updated json output to allow for display of worker stateDaemoen2013-08-151-1/+2
* | | Merge pull request #836 from pwendell/renamePatrick Wendell2013-08-1519-64/+64
|\ \ \ | |_|/ |/| |
| * | Rename `memoryBytesToString` and `memoryMegabytesToString`Patrick Wendell2013-08-1519-64/+64
* | | More minor UI changes including code review feedback.Reynold Xin2013-08-156-16/+39
* | | Various UI improvements.Reynold Xin2013-08-1412-88/+83
| |/ |/|
* | Renamed setCurrentJobDescription to setJobDescription.Reynold Xin2013-08-141-1/+1
* | A few small scheduler / job description changes.Reynold Xin2013-08-144-70/+74
|/
* Merge pull request #822 from pwendell/ui-featuresMatei Zaharia2013-08-146-27/+54
|\
| * Style cleanup based on Matei feedbackPatrick Wendell2013-08-143-5/+4
| * Small style clean-upPatrick Wendell2013-08-132-2/+2
| * Correcting terminology in RDD pagePatrick Wendell2013-08-131-1/+1
| * Correct sorting order for stagesPatrick Wendell2013-08-132-10/+6
| * Capturing GC detials in TaskMetricsPatrick Wendell2013-08-134-10/+37
| * Bug fix for display of shuffle read/write metrics.Patrick Wendell2013-08-131-6/+11
* | Fixed 2 bugs in executor UI.Kay Ousterhout2013-08-131-12/+10
* | Merge pull request #821 from pwendell/print-launch-commandMatei Zaharia2013-08-131-1/+1
|\ \
| * | Print run command to stderr rather than stdoutPatrick Wendell2013-08-131-1/+1
* | | Reuse the set of failed states rather than creating a new object each timeKay Ousterhout2013-08-131-1/+3
* | | Properly account for killed tasks.Kay Ousterhout2013-08-131-1/+1
| |/ |/|
* | Slight change to pr-784Patrick Wendell2013-08-135-9/+10
* | Merge pull request #784 from jerryshao/dev-metrics-servletPatrick Wendell2013-08-1314-35/+157
|\ \
| * | MetricsServlet code refactor according to commentsjerryshao2013-08-1211-43/+35