aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | Standalone Scheduler fault tolerance using ZooKeeperAaron Davidson2013-09-2623-170/+708
| * | Standalone Scheduler fault recoveryAaron Davidson2013-09-2615-75/+458
* | | Merge branch 'master' into fast-mapMatei Zaharia2013-10-1012-47/+96
|\ \ \
| * \ \ Merge pull request #49 from mateiz/kryo-fix-2Reynold Xin2013-10-092-3/+32
| |\ \ \
| | * | | Fix Chill serialization of Range objects, which used to write out eachMatei Zaharia2013-10-092-3/+32
| * | | | Merge pull request #50 from kayousterhout/SPARK-908Reynold Xin2013-10-094-17/+37
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Style fixesKay Ousterhout2013-10-091-6/+13
| | * | | Fixed comment to use javadoc styleKay Ousterhout2013-10-091-5/+5
| | * | | Fix race condition in SparkListenerSuite (fixes SPARK-908).Kay Ousterhout2013-10-094-12/+25
| * | | | Use standard abbreviations in metrics labelsPatrick Wendell2013-10-092-6/+6
| * | | | Merge pull request #22 from GraceH/metrics-namingPatrick Wendell2013-10-096-27/+27
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | remove those futile suffixes like number/countGrace Huang2013-10-095-14/+14
| | * | | create metrics name manually.Grace Huang2013-10-086-27/+27
| | * | | Revert "SPARK-900 Use coarser grained naming for metrics"Grace Huang2013-10-087-96/+28
| | * | | Revert "remedy the line-wrap while exceeding 100 chars"Grace Huang2013-10-086-114/+91
| | * | | remedy the line-wrap while exceeding 100 charsGrace Huang2013-09-306-91/+114
| | * | | SPARK-900 Use coarser grained naming for metricsGrace Huang2013-09-277-28/+96
| | |/ /
* | | | Create fewer function objects in uses of AppendOnlyMap.changeValueMatei Zaharia2013-10-082-20/+20
* | | | Address some comments on code clarityMatei Zaharia2013-10-081-9/+11
* | | | Moved files that were in the wrong directory after package renameMatei Zaharia2013-10-082-0/+0
* | | | Fix some review commentsMatei Zaharia2013-10-084-38/+33
* | | | Added a fast and low-memory append-only map implementation for cogroupMatei Zaharia2013-10-085-29/+411
|/ / /
* | | Merge pull request #43 from mateiz/kryo-fixReynold Xin2013-10-081-4/+4
|\ \ \
| * | | Don't allocate Kryo buffers unless neededMatei Zaharia2013-10-071-4/+4
* | | | Responses to reviewPatrick Wendell2013-10-071-4/+4
* | | | Fix inconsistent and incorrect log messages in shuffle read pathPatrick Wendell2013-10-072-7/+16
* | | | Merge pull request #31 from sundeepn/branch-0.8Reynold Xin2013-10-071-1/+6
* | | | Merging build changes in from 0.8Patrick Wendell2013-10-052-9/+12
|/ / /
* | | Merge pull request #20 from harveyfeng/hadoop-config-cacheMatei Zaharia2013-10-054-34/+161
|\ \ \
| * | | Some comments regarding JobConf and InputFormat caching for HadoopRDDs.Harvey Feng2013-10-052-4/+25
| * | | Make HadoopRDD object Spark private.Harvey Feng2013-10-051-3/+3
| * | | Fix API changes; lines > 100 chars.Harvey Feng2013-10-052-15/+18
| * | | Merge HadoopDatasetRDD into HadoopRDD.Harvey Feng2013-09-292-27/+40
| * | | Merge remote-tracking branch 'oldsparkme/hadoopRDD-broadcast-change' into had...Harvey Feng2013-09-264-30/+120
| |\ \ \ | | |/ / | |/| |
| | * | Move Configuration broadcasts to SparkContext.Harvey2013-09-222-8/+6
| | * | Add a cache for HadoopRDD metadata needed during computation.Harvey2013-09-224-37/+79
| | * | Split HadoopRDD into one for general Hadoop datasets and one tailored to Hado...Harvey2013-09-212-21/+71
| | |/
* | | Merge pull request #27 from davidmccauley/masterMatei Zaharia2013-10-051-1/+2
|\ \ \
| * | | SPARK-921 - Add Application UI URL to ApplicationInfo Json outputDavid McCauley2013-10-021-0/+1
| * | | SPARK-920 - JSON endpoint URI scheme part (spark://) duplicatedDavid McCauley2013-10-021-1/+1
| |/ /