aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/scala
Commit message (Expand)AuthorAgeFilesLines
* Fixed some scala warnings in core.Prashant Sharma2013-10-102-3/+3
* Changed message-frame-size to maximum-frame-size as property.Prashant Sharma2013-10-102-3/+3
* Merge branch 'master' of github.com:apache/incubator-spark into scala-2.10Prashant Sharma2013-10-1010-36/+62
|\
| * Merge pull request #49 from mateiz/kryo-fix-2Reynold Xin2013-10-091-3/+11
| |\
| | * Fix Chill serialization of Range objects, which used to write out eachMatei Zaharia2013-10-091-3/+11
| * | Merge pull request #50 from kayousterhout/SPARK-908Reynold Xin2013-10-093-2/+20
| |\ \ | | |/ | |/|
| | * Fixed comment to use javadoc styleKay Ousterhout2013-10-091-5/+5
| | * Fix race condition in SparkListenerSuite (fixes SPARK-908).Kay Ousterhout2013-10-093-2/+20
| * | 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
| * | 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
* | | | Merge branch 'scala-2.10' of github.com:ScrapCodes/spark into scala-2.10Prashant Sharma2013-10-1048-270/+632
|\ \ \ \
| * | | | Merge branch 'master' into wip-merge-masterPrashant Sharma2013-10-089-51/+205
| |\| | |
| | * | | 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 #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
| | | |/ /
| | * | | Fixing SPARK-602: PythonPartitionerAndre Schumacher2013-10-043-6/+23
| * | | | Merge branch 'master' into scala-2.10Prashant Sharma2013-10-0514-138/+324
| |\| | |
| | * | | Fixed compilation errors and broken test.Kay Ousterhout2013-09-302-3/+3
| | * | | Merge remote-tracking branch 'upstream/master' into results_through-bmKay Ousterhout2013-09-3036-127/+167
| | |\| |
| | * | | Addressed Matei's code review commentsKay Ousterhout2013-09-304-20/+12
| | * | | Send Task results through the block manager when larger than Akka frame size.Kay Ousterhout2013-09-2214-139/+332
| | | |/ | | |/|
| * | | Merge branch 'master' into scala-2.10Prashant Sharma2013-10-0136-84/+106
| |\ \ \ | | | |/ | | |/|
| | * | Merge pull request #14 from kayousterhout/untangle_schedulerReynold Xin2013-09-2633-68/+59
| | |\ \
| | | * | Improved organization of scheduling packages.Kay Ousterhout2013-09-2533-68/+59
| | * | | Merge pull request #930 from holdenk/masterReynold Xin2013-09-261-0/+10
| | |\ \ \
| | | * | | Fix formatting :)Holden Karau2013-09-231-4/+5
| | | * | | Switch indent from 2 to 4 spacesHolden Karau2013-09-221-2/+2
| | | * | | Make mapPartitionsWithIndex work with JavaRDD'sHolden Karau2013-09-141-2/+3
| | | * | | Start of working on SPARK-615Holden Karau2013-09-111-0/+8
| | | | |/ | | | |/|
| | * | | Merge pull request #7 from wannabeast/memorystore-fixesReynold Xin2013-09-261-6/+8
| | |\ \ \
| | | * | | Synchronize on "entries" the remaining update to "currentMemory".Mike2013-09-191-3/+5