aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Updated documentation about the YARN v2.2 build processAli Ghodsi2013-12-063-1/+13
* Merge pull request #228 from pwendell/masterPatrick Wendell2013-12-053-4/+49
|\
| * Forcing shuffle consolidation in DiskBlockManagerSuitePatrick Wendell2013-12-051-2/+12
| * Small changes from Matei reviewPatrick Wendell2013-12-041-2/+2
| * Document missing configs and set shuffle consolidation to false.Patrick Wendell2013-12-042-2/+37
* | Merge pull request #199 from harveyfeng/yarn-2.2Matei Zaharia2013-12-0423-343/+3716
|\ \
| * \ Merge pull request #2 from colorant/yarn-client-2.2Harvey Feng2013-12-033-24/+56
| |\ \
| | * | Fix pom.xml for maven buildRaymond Liu2013-12-033-24/+56
| |/ /
| * | Use published "org.spark-project.akka-*" in sbt build for Hadoop-2.2 dependen...Harvey Feng2013-12-031-13/+15
| * | Merge pull request #1 from colorant/yarn-client-2.2Harvey Feng2013-11-275-17/+405
| |\ \
| | * | Port yarn-client mode for new-yarnRaymond Liu2013-11-275-17/+405
| |/ /
| * | Merge remote-tracking branch 'origin/master' into yarn-2.2Harvey Feng2013-11-2635-218/+1466
| |\ \
| * | | 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
| |\ \ \
| * | | | Misc style changes in the 'yarn' package.Harvey Feng2013-11-174-273/+376
* | | | | 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
* | | | | Merge pull request #225 from ash211/patch-3Reynold Xin2013-12-041-1/+1
|\ \ \ \ \
| * | | | | Add missing space after "Serialized" in StorageLevelAndrew Ash2013-12-041-1/+1
| |/ / / /
* | | | | Merge pull request #226 from ash211/patch-4Reynold Xin2013-12-041-2/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Typo: applicatonAndrew Ash2013-12-041-2/+2
|/ / / /
* | | | 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 #218 from JoshRosen/spark-970-pyspark-unicode-errorReynold Xin2013-12-032-1/+19
|\ \ \ \ \
| * | | | | Fix UnicodeEncodeError in PySpark saveAsTextFile().Josh Rosen2013-11-282-1/+19
* | | | | | 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
| | |/ / / | |/| | |
* | | | | Merge pull request #216 from liancheng/fix-spark-966Reynold Xin2013-11-303-27/+66
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | 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-269-246/+428
|\ \ \ \ \
| * | | | | Removed unused basestring case from dump_stream.Josh Rosen2013-11-261-2/+0
| * | | | | FramedSerializer: _dumps => dumps, _loads => loads.Josh Rosen2013-11-104-18/+18
| * | | | | Send PySpark commands as bytes insetad of strings.Josh Rosen2013-11-104-36/+17
| * | | | | Add custom serializer support to PySpark.Josh Rosen2013-11-109-170/+363
| * | | | | Remove Pickle-wrapping of Java objects in PySpark.Josh Rosen2013-11-035-81/+78
| * | | | | Replace magic lengths with constants in PySpark.Josh Rosen2013-11-033-16/+29
* | | | | | Merge pull request #207 from henrydavidge/masterMatei Zaharia2013-11-264-0/+19
|\ \ \ \ \ \