aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | Improve docs for shuffle instrumentationPatrick Wendell2013-11-251-10/+13
* | | | | | | | | Merge pull request #86 from holdenk/masterMatei Zaharia2013-11-264-0/+451
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | Fix the testHolden Karau2013-11-252-5/+5
| * | | | | | | | Add spacesHolden Karau2013-11-181-0/+14
| * | | | | | | | Remove explicit boxingHolden Karau2013-11-181-2/+2
| * | | | | | | | Remove extranious type declerationsHolden Karau2013-10-211-2/+2
| * | | | | | | | Remove extranious type definitions from inside of testsHolden Karau2013-10-211-86/+86
| * | | | | | | | CR feedbackHolden Karau2013-10-213-101/+125
| * | | | | | | | Add tests for the Java implementation.Holden Karau2013-10-201-0/+14
| * | | | | | | | Initial commit of adding histogram functionality to the DoubleRDDFunctions.Holden Karau2013-10-193-0/+399
* | | | | | | | | Merge pull request #204 from rxin/hashMatei Zaharia2013-11-254-54/+103
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Incorporated ideas from pull request #200.Reynold Xin2013-11-251-50/+57
| * | | | | | | | | Added unit tests for size estimation for specialized hash sets and maps.Reynold Xin2013-11-253-4/+46
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #206 from ash211/patch-2Matei Zaharia2013-11-251-1/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Update tuning.mdAndrew Ash2013-11-251-1/+2
* | | | | | | | | | Merge pull request #201 from rxin/mappartitionsMatei Zaharia2013-11-254-70/+22
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Consolidated both mapPartitions related RDDs into a single MapPartitionsRDD.Reynold Xin2013-11-244-70/+22
* | | | | | | | | | Merge pull request #101 from colorant/yarn-client-schedulerMatei Zaharia2013-11-257-23/+484
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Add YarnClientClusterScheduler and Backend.Raymond Liu2013-11-227-23/+484
| | |_|_|_|/ / / / | |/| | | | | | |
| | | | | | | | * Improvements from the review comments and followed Boy Scout Rule.Prashant Sharma2013-11-279-37/+23
| | | | | | | | * Documenting the newly added spark properties.Prashant Sharma2013-11-261-1/+22
| | | | | | | | * Restored master address for client.Prashant Sharma2013-11-262-6/+9
| | | | | | | | * Fixed compile time warnings and formatting post merge.Prashant Sharma2013-11-265-73/+79
| | | | | | | | * Merge branch 'master' into scala-2.10-wipPrashant Sharma2013-11-2516-63/+388
| | | | | | | | |\ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Merge pull request #203 from witgo/masterReynold Xin2013-11-251-0/+5
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix Maven build for metrics-graphiteLiGuoqiang2013-11-251-0/+5
|/ / / / / / / / /
* | | | | | | | | Merge pull request #151 from russellcardullo/add-graphite-sinkMatei Zaharia2013-11-245-0/+96
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Cleanup GraphiteSink.scala based on feedbackRussell Cardullo2013-11-181-5/+5
| * | | | | | | | | Add graphite sink for metricsRussell Cardullo2013-11-085-0/+96
* | | | | | | | | | Merge pull request #185 from mkolod/random-number-generatorMatei Zaharia2013-11-244-5/+200
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Make XORShiftRandom explicit in KMeans and roll it back for RDDMarek Kolodziej2013-11-202-5/+7
| * | | | | | | | | | Formatting and scoping (private[spark]) updatesMarek Kolodziej2013-11-192-3/+3
| * | | | | | | | | | Updates to reflect pull request code reviewMarek Kolodziej2013-11-185-48/+69
| * | | | | | | | | | XORShift RNG with unit tests and benchmarkMarek Kolodziej2013-11-185-3/+175
| | |_|_|_|_|/ / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #197 from aarondav/patrick-fixReynold Xin2013-11-251-3/+6
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | |
| * | | | | | | | | Fix 'timeWriting' stat for shuffle filesAaron Davidson2013-11-211-3/+6
| |/ / / / / / / /
* | | | | | | | | Merge pull request #200 from mateiz/hash-fixReynold Xin2013-11-241-43/+50
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Some other optimizations to AppendOnlyMap:Matei Zaharia2013-11-231-37/+45
| * | | | | | | | | Fixes to AppendOnlyMap:Matei Zaharia2013-11-231-7/+6
|/ / / / / / / / /
* | | | | | | | | Merge pull request #198 from ankurdave/zipPartitions-preservesPartitioningReynold Xin2013-11-232-10/+32
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Support preservesPartitioning in RDD.zipPartitionsAnkur Dave2013-11-232-10/+32
|/ / / / / / / / /
* | | | | | | | | Merge pull request #193 from aoiwelle/patch-1Reynold Xin2013-11-221-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix Kryo Serializer buffer inconsistencyNeal Wiggins2013-11-201-1/+1
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #196 from pwendell/masterReynold Xin2013-11-221-0/+2
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | TimeTrackingOutputStream should pass on calls to close() and flush().Patrick Wendell2013-11-211-0/+2
| | | | | | | | * Remote death watch has a funny bug.Prashant Sharma2013-11-257-49/+8
| | | | | | | | * Fine tuning defaults for akka and restored tracking of dissassociated events,...Prashant Sharma2013-11-255-21/+40
| | | | | | | | * Merge branch 'master' of github.com:apache/incubator-spark into scala-2.10-tempPrashant Sharma2013-11-2139-221/+415
| | | | | | | | |\ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Merge branch 'master' of github.com:tbfenet/incubator-sparkReynold Xin2013-11-213-48/+91
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | PartitionPruningRDD is using index from parent(review changes)Matthew Taylor2013-11-192-13/+6