aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #108 from alig/masterMatei Zaharia2013-10-255-7/+108
|\
| * fixing comments on PRAli Ghodsi2013-10-253-29/+18
| * Makes Spark SIMR ready.Ali Ghodsi2013-10-245-4/+116
* | Merge pull request #102 from tdas/transformMatei Zaharia2013-10-253-0/+81
|\ \
| * \ Merge branch 'apache-master' into transformTathagata Das2013-10-256-0/+87
| |\ \
| * \ \ Merge branch 'apache-master' into transformTathagata Das2013-10-2413-8/+164
| |\ \ \
| * | | | Added JavaStreamingContext.transformTathagata Das2013-10-241-0/+11
| * | | | Removed Function3.call() based on Josh's comment.Tathagata Das2013-10-231-2/+0
| * | | | Merge branch 'apache-master' into transformTathagata Das2013-10-2257-3105/+1565
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Fixed bug in Java transformWith, added more Java testcases for transform and ...Tathagata Das2013-10-222-3/+3
| * | | | Updated TransformDStream to allow n-ary DStream transform. Added transformWit...Tathagata Das2013-10-212-0/+72
* | | | | Merge pull request #111 from kayousterhout/ui_nameMatei Zaharia2013-10-252-3/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Properly display the name of a stage in the UI.Kay Ousterhout2013-10-252-3/+1
| | |_|/ | |/| |
* | | | Spacing fixPatrick Wendell2013-10-241-2/+2
* | | | Adding Java versions and associated testsPatrick Wendell2013-10-245-1/+55
* | | | Adding testsPatrick Wendell2013-10-241-13/+0
* | | | Always use a shufflePatrick Wendell2013-10-241-15/+7
* | | | Add a `repartition` operator.Patrick Wendell2013-10-242-0/+54
|/ / /
* | | Merge pull request #93 from kayousterhout/ui_new_stateMatei Zaharia2013-10-2310-8/+130
|\ \ \
| * | | Clear akka frame size property in testsKay Ousterhout2013-10-231-2/+6
| * | | Fixed broken testsKay Ousterhout2013-10-231-4/+3
| * | | Merge remote-tracking branch 'upstream/master' into ui_new_stateKay Ousterhout2013-10-2344-668/+854
| |\ \ \ | | | |/ | | |/|
| * | | Shorten GETTING_RESULT to GET_RESULTKay Ousterhout2013-10-221-1/+1
| * | | Show "GETTING_RESULTS" state in UI.Kay Ousterhout2013-10-2110-5/+124
* | | | Add unpersist() to JavaDoubleRDD and JavaPairRDD.Josh Rosen2013-10-233-0/+34
| |/ / |/| |
* | | Remove redundant Java Function call() definitionsJosh Rosen2013-10-228-32/+4
* | | Formatting cleanupPatrick Wendell2013-10-221-3/+5
* | | Minor clean-up in reviewPatrick Wendell2013-10-223-8/+3
* | | Response to code review and adding some more testsPatrick Wendell2013-10-2210-74/+107
* | | Fix for Spark-870.Patrick Wendell2013-10-227-13/+17
* | | SPARK-940: Do not directly pass Stage objects to SparkListener.Patrick Wendell2013-10-229-59/+75
* | | Merge pull request #82 from JoshRosen/map-output-tracker-refactoringMatei Zaharia2013-10-225-98/+109
|\ \ \
| * | | Unwrap a long line that actually fits.Josh Rosen2013-10-201-2/+1
| * | | Fix test failures in local mode due to updateEpochJosh Rosen2013-10-201-4/+1
| * | | Split MapOutputTracker into Master/Worker classes.Josh Rosen2013-10-195-98/+113
* | | | Merge ShufflePerfTester patch into shuffle block consolidationAaron Davidson2013-10-2116-446/+491
|\ \ \ \
| * \ \ \ Merge pull request #95 from aarondav/perftestReynold Xin2013-10-211-0/+0
| |\ \ \ \
| | * | | | Put StoragePerfTester in org/apache/Aaron Davidson2013-10-211-0/+0
| * | | | | Fix mesos urlsAaron Davidson2013-10-211-2/+2
| |/ / / /
| * | | | Merge pull request #88 from rxin/cleanPatrick Wendell2013-10-217-101/+113
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Made JobLogger public again and some minor cleanup.Reynold Xin2013-10-201-68/+54
| | * | | Made the following traits/interfaces/classes non-public:Reynold Xin2013-10-207-39/+65
| * | | | Merge pull request #41 from pwendell/shuffle-benchmarkPatrick Wendell2013-10-206-4/+141
| |\ \ \ \
| | * | | | Making the timing block more narrow for the syncPatrick Wendell2013-10-071-2/+2
| | * | | | Minor cleanupPatrick Wendell2013-10-073-66/+45
| | * | | | Perf benchmarkPatrick Wendell2013-10-071-0/+89
| | * | | | Trying new approach with writesPatrick Wendell2013-10-072-7/+7
| | * | | | Adding option to force sync to the filesystemPatrick Wendell2013-10-071-3/+17
| | * | | | Track and report write throughput for shuffle tasks.Patrick Wendell2013-10-075-2/+57
| * | | | | Merge pull request #89 from rxin/executorReynold Xin2013-10-201-20/+23
| |\ \ \ \ \