aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Added stream-lib dependency to Maven buildHossein Falaki2013-10-181-0/+4
* Improved code style.Hossein Falaki2013-10-174-15/+19
* Fixed document typoHossein Falaki2013-10-172-4/+4
* Added countDistinctByKey to PairRDDFunctions that counts the approximate numb...Hossein Falaki2013-10-172-0/+81
* Added a countDistinct method to RDD that takes takes an accuracy parameter an...Hossein Falaki2013-10-172-1/+38
* Added a serializable wrapper for HyperLogLogHossein Falaki2013-10-171-0/+44
* Fixed unit testsKay Ousterhout2013-10-162-25/+26
* Removed TaskSchedulerListener interface.Kay Ousterhout2013-10-167-80/+37
* Merge pull request #62 from harveyfeng/masterMatei Zaharia2013-10-152-2/+5
|\
| * Proper formatting for SparkHadoopWriter class extensions.Harvey Feng2013-10-151-1/+3
| * Fix line length > 100 chars in SparkHadoopWriterHarvey Feng2013-10-151-1/+2
| * Make TaskContext's stageId publicly accessible.Harvey Feng2013-10-151-1/+1
* | Merge pull request #34 from kayousterhout/renameMatei Zaharia2013-10-156-36/+42
|\ \
| * | Fixed build error after merging in masterKay Ousterhout2013-10-151-1/+1
| * | Merge remote branch 'upstream/master' into renameKay Ousterhout2013-10-15132-1205/+4531
| |\|
| * | Added back fully qualified class nameKay Ousterhout2013-10-061-1/+1
| * | Renamed StandaloneX to CoarseGrainedX.Kay Ousterhout2013-10-046-35/+41
* | | Unified daemon thread poolsKay Ousterhout2013-10-157-38/+29
| |/ |/|
* | Bump up logging level to warning for failed tasks.Reynold Xin2013-10-141-5/+5
* | Merge branch 'master' of github.com:apache/incubator-spark into killReynold Xin2013-10-1448-439/+635
|\ \
| * \ Merge pull request #57 from aarondav/bidReynold Xin2013-10-1440-369/+527
| |\ \
| | * | Address Matei's commentsAaron Davidson2013-10-148-34/+28
| | * | Change BlockId filename to name + rest of Patrick's commentsAaron Davidson2013-10-1311-36/+39
| | * | Add unit test and address rest of Reynold's commentsAaron Davidson2013-10-1210-20/+144
| | * | Refactor BlockId into an actual typeAaron Davidson2013-10-1239-369/+406
| * | | Merge pull request #52 from harveyfeng/hadoop-closureReynold Xin2013-10-122-55/+26
| |\ \ \ | | |/ / | |/| |
| | * | Remove the new HadoopRDD constructor from SparkContext API, plus some minor s...Harvey Feng2013-10-122-27/+3
| | * | Add an optional closure parameter to HadoopRDD instantiation to used when cre...Harvey Feng2013-10-102-53/+48
| * | | Merge pull request #53 from witgo/masterMatei Zaharia2013-10-111-0/+4
| |\ \ \
| | * | | Add a zookeeper compile dependency to fix build in mavenLiGuoqiang2013-10-111-0/+4
| * | | | Merge pull request #32 from mridulm/masterMatei Zaharia2013-10-1112-29/+93
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | - Allow for finer control of cleanerMridul Muralidharan2013-10-0612-29/+93
| | | |/ | | |/|
* | | | Fixed PairRDDFunctionsSuite after removing InterruptibleRDD.Reynold Xin2013-10-121-1/+1
* | | | Job cancellation: address Matei's code review feedback.Reynold Xin2013-10-1217-216/+248
* | | | Job cancellation: addressed code review feedback round 2 from Kay.Reynold Xin2013-10-113-44/+47
* | | | Fixed dagscheduler suite because of a logging message change.Reynold Xin2013-10-111-1/+1
* | | | Job cancellation: addressed code review feedback from Kay.Reynold Xin2013-10-1112-80/+86
* | | | Making takeAsync and collectAsync deterministic.Reynold Xin2013-10-113-19/+15
* | | | Properly handle interrupted exception in FutureAction.Reynold Xin2013-10-111-7/+5
* | | | Merge branch 'master' of github.com:apache/incubator-spark into killReynold Xin2013-10-1035-212/+2106
|\| | |
| * | | Merge remote-tracking branch 'tgravescs/sparkYarnDistCache'Matei Zaharia2013-10-101-3/+14
| |\ \ \
| | * | | Adding in the --addJars option to make SparkContext.addJar work on yarn and c...tgravescs2013-10-031-3/+14
| * | | | Merge pull request #19 from aarondav/master-zkMatei Zaharia2013-10-1030-169/+1673
| |\ \ \ \
| | * | | | Address Matei's comments on documentationAaron Davidson2013-10-103-6/+10
| | * | | | Revert change to spark-classAaron Davidson2013-10-081-2/+7
| | * | | | Change url format to spark://host1:port1,host2:port2Aaron Davidson2013-10-065-7/+14
| | * | | | Add end-to-end test for standalone scheduler fault toleranceAaron Davidson2013-10-052-1/+414
| | * | | | Address Matei's commentsAaron Davidson2013-10-0510-40/+41
| | * | | | Fix race conditions during recoveryAaron Davidson2013-10-048-52/+122
| | * | | | Add license noticesAaron Davidson2013-09-266-3/+86