aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/scala/org
Commit message (Expand)AuthorAgeFilesLines
* Style fixes and addressed review comments at #221Prashant Sharma2013-12-1010-33/+41
* Fix long linesAaron Davidson2013-12-064-10/+12
* Rename SparkActorSystem to IndestructibleActorSystemAaron Davidson2013-12-065-14/+23
|\
| * Merge branch 'wip-scala-2.10' into akka-bug-fixPrashant Sharma2013-12-061-1/+1
| |\
| | * A left over akka -> akka.tcp changesPrashant Sharma2013-12-061-1/+1
| * | Made running SparkActorSystem specific to executors only.Prashant Sharma2013-12-032-3/+11
| * | Cleanup and documentation of SparkActorSystemAaron Davidson2013-12-031-85/+29
* | | Cleanup and documentation of SparkActorSystemAaron Davidson2013-12-021-85/+29
|/ /
* / Made akka capable of tolerating fatal exceptions and moving on.Prashant Sharma2013-12-022-2/+114
|/
* Merge branch 'master' into wip-scala-2.10Prashant Sharma2013-11-291-2/+8
|\
| * Merge pull request #210 from haitaoyao/http-timeoutMatei Zaharia2013-11-271-2/+8
| |\
| | * add http timeout for httpbroadcasthaitao.yao2013-11-261-2/+8
* | | Changed defaults for akka to almost disable failure detector.Prashant Sharma2013-11-291-4/+6
* | | Fixed the broken build.Prashant Sharma2013-11-281-2/+3
* | | Merge branch 'master' into wip-scala-2.10Prashant Sharma2013-11-2713-236/+349
|\| |
| * | Merge pull request #146 from JoshRosen/pyspark-custom-serializersMatei Zaharia2013-11-261-104/+45
| |\ \
| | * | Send PySpark commands as bytes insetad of strings.Josh Rosen2013-11-101-20/+4
| | * | Add custom serializer support to PySpark.Josh Rosen2013-11-101-22/+1
| | * | Remove Pickle-wrapping of Java objects in PySpark.Josh Rosen2013-11-031-67/+39
| | * | Replace magic lengths with constants in PySpark.Josh Rosen2013-11-031-10/+16
| * | | Merge pull request #207 from henrydavidge/masterMatei Zaharia2013-11-264-0/+19
| |\ \ \
| | * | | Emit warning when task size > 100KBhhd2013-11-264-0/+19
| * | | | 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-262-0/+166
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Fix the testHolden Karau2013-11-251-2/+2
| | * | | Remove explicit boxingHolden Karau2013-11-181-2/+2
| | * | | Remove extranious type declerationsHolden Karau2013-10-211-2/+2
| | * | | CR feedbackHolden Karau2013-10-212-43/+43
| | * | | Initial commit of adding histogram functionality to the DoubleRDDFunctions.Holden Karau2013-10-192-0/+166
| * | | | Merge pull request #204 from rxin/hashMatei Zaharia2013-11-251-50/+57
| |\ \ \ \
| | * | | | Incorporated ideas from pull request #200.Reynold Xin2013-11-251-50/+57
| | | |/ / | | |/| |
| * | | | Merge pull request #201 from rxin/mappartitionsMatei Zaharia2013-11-253-68/+22
| |\ \ \ \
| | * | | | Consolidated both mapPartitions related RDDs into a single MapPartitionsRDD.Reynold Xin2013-11-243-68/+22
| * | | | | Merge pull request #101 from colorant/yarn-client-schedulerMatei Zaharia2013-11-251-0/+25
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | Add YarnClientClusterScheduler and Backend.Raymond Liu2013-11-221-0/+25
* | | | | | Improvements from the review comments and followed Boy Scout Rule.Prashant Sharma2013-11-278-35/+21
* | | | | | Restored master address for client.Prashant Sharma2013-11-262-6/+9
* | | | | | Fixed compile time warnings and formatting post merge.Prashant Sharma2013-11-263-7/+4
* | | | | | Merge branch 'master' into scala-2.10-wipPrashant Sharma2013-11-258-56/+285
|\| | | | |
| * | | | | Merge pull request #151 from russellcardullo/add-graphite-sinkMatei Zaharia2013-11-241-0/+82
| |\ \ \ \ \
| | * | | | | Cleanup GraphiteSink.scala based on feedbackRussell Cardullo2013-11-181-5/+5
| | * | | | | Add graphite sink for metricsRussell Cardullo2013-11-081-0/+82
| * | | | | | Merge pull request #185 from mkolod/random-number-generatorMatei Zaharia2013-11-242-0/+118
| |\ \ \ \ \ \
| | * | | | | | Make XORShiftRandom explicit in KMeans and roll it back for RDDMarek Kolodziej2013-11-201-1/+3
| | * | | | | | Formatting and scoping (private[spark]) updatesMarek Kolodziej2013-11-192-3/+3
| | * | | | | | Updates to reflect pull request code reviewMarek Kolodziej2013-11-183-41/+61
| | * | | | | | XORShift RNG with unit tests and benchmarkMarek Kolodziej2013-11-183-2/+98
| * | | | | | | Merge pull request #197 from aarondav/patrick-fixReynold Xin2013-11-251-3/+6
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| | * | | | | | Fix 'timeWriting' stat for shuffle filesAaron Davidson2013-11-211-3/+6
| | |/ / / / /