aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #210 from haitaoyao/http-timeoutMatei Zaharia2013-11-271-2/+8
|\
| * add http timeout for httpbroadcasthaitao.yao2013-11-261-2/+8
* | 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
* | | | [SPARK-963] Wait for SparkListenerBus eventQueue to be empty before checking ...Mark Hamstra2013-11-261-1/+6
* | | | 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 #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-251-0/+25
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Add YarnClientClusterScheduler and Backend.Raymond Liu2013-11-221-0/+25
* | | | | Merge pull request #151 from russellcardullo/add-graphite-sinkMatei Zaharia2013-11-242-0/+86
|\ \ \ \ \
| * | | | | Cleanup GraphiteSink.scala based on feedbackRussell Cardullo2013-11-181-5/+5
| * | | | | Add graphite sink for metricsRussell Cardullo2013-11-082-0/+86
* | | | | | Merge pull request #185 from mkolod/random-number-generatorMatei Zaharia2013-11-243-0/+194
|\ \ \ \ \ \
| * | | | | | 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-184-46/+66
| * | | | | | XORShift RNG with unit tests and benchmarkMarek Kolodziej2013-11-184-2/+174
* | | | | | | Merge pull request #197 from aarondav/patrick-fixReynold Xin2013-11-251-3/+6
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Fix 'timeWriting' stat for shuffle filesAaron Davidson2013-11-211-3/+6
| |/ / / / /
* | | | | | Some other optimizations to AppendOnlyMap:Matei Zaharia2013-11-231-37/+45
* | | | | | Fixes to AppendOnlyMap:Matei Zaharia2013-11-231-7/+6
* | | | | | Support preservesPartitioning in RDD.zipPartitionsAnkur Dave2013-11-232-10/+32
* | | | | | 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
* | | | | | 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
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'master' into removesemicolonscalaHenry Saputra2013-11-193-12/+13
|\ \ \ \ \ \
| * \ \ \ \ \ Merge pull request #181 from BlackNiuza/fix_tasks_numberMatei Zaharia2013-11-191-11/+12
| |\ \ \ \ \ \
| | * | | | | | use HashSet.empty[Long] instead of Seq[Long]shiyun.wxm2013-11-181-1/+1
| | * | | | | | rename "a" to "statusId"BlackNiuza2013-11-181-3/+3