aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into yarn-2.2Harvey Feng2013-11-2635-218/+1466
|\
| * Merge pull request #209 from pwendell/better-docsReynold Xin2013-11-261-10/+13
| |\
| | * 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
| * | | | 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
* | | | | | Add optional Hadoop 2.2 settings in sbt build.Harvey Feng2013-11-261-9/+23
* | | | | | Hadoop 2.2 YARN API migration for `SPARK_HOME/new-yarn`Harvey Feng2013-11-236-489/+468
* | | | | | Add a "new-yarn" directory in SPARK_HOME, intended to contain Hadoop-2.2 API ...Harvey Feng2013-11-2311-0/+2822
* | | | | | A few more style fixes in `yarn` package.Harvey Feng2013-11-233-45/+71
* | | | | | Merge branch 'master' into yarn-cleanupHarvey Feng2013-11-2130-161/+241
|\| | | | |
| * | | | | 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
| | * | | | | PartitionPruningRDD is using index from parentMatthew Taylor2013-11-192-13/+63
| | | |/ / / | | |/| | |