aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use scala.binary.version in POMsMark Hamstra2013-12-1511-70/+71
* Merge pull request #251 from pwendell/masterReynold Xin2013-12-141-5/+7
|\
| * Fix list rendering in YARN markdown docs.Patrick Wendell2013-12-101-5/+7
* | Merge pull request #249 from ngbinh/partitionInJavaSortByKeyJosh Rosen2013-12-141-0/+14
|\ \
| * | Hook directly to Scala APIBinh Nguyen2013-12-101-8/+6
| * | Leave default value of numPartitions to Scala code.Binh Nguyen2013-12-101-2/+8
| * | Use braces to shorten the line.Binh Nguyen2013-12-101-1/+3
| * | Expose numPartitions parameter in JavaPairRDD.sortByKey()Binh Nguyen2013-12-101-2/+10
* | | Merge pull request #259 from pwendell/scala-2.10Patrick Wendell2013-12-14196-2900/+3449
|\ \ \
| * \ \ Merge pull request #262 from pwendell/mvn-fixPatrick Wendell2013-12-132-1/+5
| |\ \ \
| | * | | Fix maven build issues in 2.10 branchPatrick Wendell2013-12-132-1/+5
| |/ / /
| * | | Merge pull request #261 from ScrapCodes/scala-2.10Reynold Xin2013-12-131-0/+7
| |\ \ \
| | * | | Added a comment about ActorRef and ActorSelection difference.Prashant Sharma2013-12-141-0/+7
| |/ / /
| * | | Merge pull request #260 from ScrapCodes/scala-2.10Reynold Xin2013-12-1315-49/+29
| |\ \ \
| | * | | Review comments on the PR for scala 2.10 migration.Prashant Sharma2013-12-1315-49/+29
| |/ / /
| * | | Merge pull request #255 from ScrapCodes/scala-2.10Patrick Wendell2013-12-122-37/+47
| |\ \ \
| | * | | Disabled yarn 2.2 and added a message in the sbt buildPrashant Sharma2013-12-122-37/+47
| |/ / /
| * | | Merge pull request #254 from ScrapCodes/scala-2.10Patrick Wendell2013-12-11337-6632/+18488
| |\ \ \
| | * | | A few corrections to documentation.Prashant Sharma2013-12-121-7/+7
| | * | | Merge branch 'akka-bug-fix' of github.com:ScrapCodes/incubator-spark into akk...Prashant Sharma2013-12-111-1/+1
| | |\ \ \
| | | * | | added eclipse repository for spark streaming.Prashant Sharma2013-12-111-1/+1
| | * | | | Merge branch 'master' into akka-bug-fixPrashant Sharma2013-12-1164-645/+4656
| | |\ \ \ \ | |_|/ / / / |/| | / / / | | |/ / /
* | | | | Merge pull request #250 from pwendell/masterPatrick Wendell2013-12-101-3/+0
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| |
| * | | README incorrectly suggests build sources spark-env.shPatrick Wendell2013-12-101-3/+0
* | | | Merge pull request #246 from pwendell/masterPatrick Wendell2013-12-097-0/+119
|\| | |
| * | | License headersPatrick Wendell2013-12-097-0/+119
* | | | Merge pull request #195 from dhardy92/fix_DebScriptPackagePatrick Wendell2013-12-082-2/+2
|\ \ \ \
| * | | | [Deb] fix package of Spark classes adding org.apache prefix in scripts embede...dhardy922013-11-212-2/+2
* | | | | Merge pull request #242 from pwendell/masterPatrick Wendell2013-12-076-10/+11
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Small fixPatrick Wendell2013-12-071-1/+1
| * | | | Adding HDP 2.0 versionPatrick Wendell2013-12-071-1/+2
| * | | | Various broken links in documentationPatrick Wendell2013-12-076-10/+10
|/ / / /
* | | | Merge pull request #240 from pwendell/masterPatrick Wendell2013-12-071-4/+4
|\ \ \ \
| * | | | SPARK-917 Improve API links in nav barPatrick Wendell2013-12-071-4/+4
* | | | | Merge pull request #239 from aarondav/nitPatrick Wendell2013-12-071-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Correct spellling error in configuration.mdAaron Davidson2013-12-071-1/+1
|/ / / /
* | | | Merge pull request #237 from pwendell/formatting-fixPatrick Wendell2013-12-061-1/+0
|\ \ \ \
| * | | | Minor formatting fix in config filePatrick Wendell2013-12-061-1/+0
|/ / / /
* | | | Merge pull request #236 from pwendell/shuffle-docsPatrick Wendell2013-12-061-1/+1
|\ \ \ \
| * | | | Adding disclaimer for shuffle file consolidationPatrick Wendell2013-12-061-1/+1
* | | | | Merge pull request #235 from pwendell/masterPatrick Wendell2013-12-063-3/+10
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Minor doc fixes and updating READMEPatrick Wendell2013-12-063-3/+10
|/ / / /
* | | | Merge pull request #234 from alig/masterPatrick Wendell2013-12-064-3/+17
|\ \ \ \
| * | | | more docsAli Ghodsi2013-12-063-3/+5
| * | | | Updated documentation about the YARN v2.2 build processAli Ghodsi2013-12-063-1/+13
* | | | | Merge pull request #190 from markhamstra/Stages4JobsMatei Zaharia2013-12-069-91/+280
|\ \ \ \ \
| * | | | | SparkListenerJobStart posted from local jobsMark Hamstra2013-12-031-0/+1
| * | | | | Synchronous, inline cleanup after runLocallyMark Hamstra2013-12-033-13/+6
| * | | | | Local jobs post SparkListenerJobEnd, and DAGScheduler data structureMark Hamstra2013-12-032-8/+11
| * | | | | Tightly couple stageIdToJobIds and jobIdToStageIdsMark Hamstra2013-12-031-17/+12