aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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-1920-92/+133
| * | 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-1811-109/+60
* | | Merge pull request #840 from AndreSchumacher/zipeggMatei Zaharia2013-08-186-6/+45
|\ \ \ | |/ / |/| |
| * | Implementing SPARK-878 for PySpark: adding zip and egg files to context and p...Andre Schumacher2013-08-166-6/+45
* | | Merge pull request #846 from rxin/rddMatei Zaharia2013-08-176-92/+61
|\ \ \
| * | | 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
* | | | Merge pull request #841 from rxin/jsonReynold Xin2013-08-158-76/+64
|\ \ \ \
| * | | | Use the JSON formatter from Scala library and removed dependency on lift-json.Reynold Xin2013-08-158-76/+64
* | | | | Merge pull request #843 from Reinvigorate/bug-879Matei Zaharia2013-08-151-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | fixing typoseanm2013-08-151-1/+1
|/ / / /
* | | | 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
* | | | Merge pull request #829 from JoshRosen/pyspark-unit-tests-python-2.6Matei Zaharia2013-08-152-19/+20
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix PySpark unit tests on Python 2.6.Josh Rosen2013-08-142-19/+20
* | | | Merge pull request #833 from rxin/uiReynold Xin2013-08-1513-97/+115
|\ \ \ \ | |_|_|/ |/| | |
| * | | More minor UI changes including code review feedback.Reynold Xin2013-08-156-16/+39
| * | | Various UI improvements.Reynold Xin2013-08-1412-88/+83
|/ / /
* | | Merge pull request #831 from rxin/schedulerReynold Xin2013-08-144-70/+74
|\ \ \ | |_|/ |/| |
| * | 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
* | Merge pull request #826 from kayousterhout/ui_fixReynold Xin2013-08-141-12/+10
|\ \
| * | Fixed 2 bugs in executor UI.Kay Ousterhout2013-08-131-12/+10
|/ /
* | Merge pull request #825 from shivaram/maven-repl-fixMatei Zaharia2013-08-131-0/+30
|\ \
| * | Set SPARK_CLASSPATH for maven repl testsShivaram Venkataraman2013-08-131-0/+30
|/ /
* | Merge pull request #824 from mateiz/mesos-0.12.1Matei Zaharia2013-08-132-2/+2
|\ \
| * | Update to Mesos 0.12.1Matei Zaharia2013-08-132-2/+2
|/ /
* | 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
* | | Merge pull request #818 from kayousterhout/killed_fixMatei Zaharia2013-08-131-1/+3
|\ \ \ | |_|/ |/| |
| * | 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
|/ /
* | Merge pull request #817 from pwendell/pr_784Patrick Wendell2013-08-135-9/+10
|\ \
| * | Slight change to pr-784Patrick Wendell2013-08-135-9/+10
|/ /