aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #228 from pwendell/masterPatrick Wendell2013-12-052-3/+13
|\
| * Forcing shuffle consolidation in DiskBlockManagerSuitePatrick Wendell2013-12-051-2/+12
| * Document missing configs and set shuffle consolidation to false.Patrick Wendell2013-12-041-1/+1
* | Merge pull request #199 from harveyfeng/yarn-2.2Matei Zaharia2013-12-042-8/+4
|\ \
| * | Fix pom.xml for maven buildRaymond Liu2013-12-031-7/+3
| * | Merge remote-tracking branch 'origin/master' into yarn-2.2Harvey Feng2013-11-2623-190/+984
| |\ \
| * | | Hadoop 2.2 YARN API migration for `SPARK_HOME/new-yarn`Harvey Feng2013-11-231-1/+1
* | | | Merge pull request #227 from pwendell/masterPatrick Wendell2013-12-041-16/+13
|\ \ \ \ | | |_|/ | |/| |
| * | | Fix small bug in web UI and minor clean-up.Patrick Wendell2013-12-041-16/+13
* | | | Add missing space after "Serialized" in StorageLevelAndrew Ash2013-12-041-1/+1
|/ / /
* | | Merge pull request #223 from rxin/transientMatei Zaharia2013-12-041-5/+5
|\ \ \
| * | | Marked doCheckpointCalled as transient.Reynold Xin2013-12-031-2/+2
| * | | Mark partitioner, name, and generator field in RDD as @transient.Reynold Xin2013-12-021-3/+3
* | | | Merge pull request #217 from aarondav/mesos-urlsReynold Xin2013-12-023-115/+260
|\ \ \ \ | |/ / / |/| | |
| * | | Add spaces between testsAaron Davidson2013-11-291-0/+5
| * | | Add unit test for SparkContext scheduler creationAaron Davidson2013-11-283-116/+255
| * | | Re-enable zk:// urls for Mesos SparkContextsAaron Davidson2013-11-281-5/+6
| | |/ | |/|
* | | Merge pull request #219 from sundeepn/schedulerexceptionReynold Xin2013-12-011-1/+11
|\ \ \
| * | | Log exception in scheduler in addition to passing it to the caller.Sundeep Narravula2013-12-011-2/+4
| * | | Scheduler quits when createStage fails.Sundeep Narravula2013-11-301-1/+9
* | | | More commentsLian, Cheng2013-11-291-0/+3
* | | | Updated some inline comments in DAGSchedulerLian, Cheng2013-11-291-5/+26
* | | | Bugfix: SPARK-965 & SPARK-966Lian, Cheng2013-11-283-25/+40
|/ / /
* | | 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
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |