aboutsummaryrefslogtreecommitdiff
path: root/core
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-104-18/+5
* Merge branch 'master' of github.com:apache/incubator-spark into scala-2.10Prashant Sharma2013-10-1012-51/+100
|\
| * 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
| * | 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-1058-296/+873
|\ \ \ \
| * | | | Merge branch 'master' into wip-merge-masterPrashant Sharma2013-10-0813-58/+233
| |\| | |
| | * | | 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
| | | |/ /
| | * | | Fixing SPARK-602: PythonPartitionerAndre Schumacher2013-10-044-6/+34
| * | | | Fixed tests, changed property akka.remote.netty.x to akka.remote.netty.tcp.xPrashant Sharma2013-10-051-2/+2
| * | | | Merge branch 'master' into scala-2.10Prashant Sharma2013-10-0519-154/+497
| |\| | |
| | * | | Added additional unit test for repeated task failuresKay Ousterhout2013-09-301-1/+28
| | * | | Fixed compilation errors and broken test.Kay Ousterhout2013-09-304-13/+11
| | * | | Merge remote-tracking branch 'upstream/master' into results_through-bmKay Ousterhout2013-09-3042-142/+260
| | |\| |
| | * | | Addressed Matei's code review commentsKay Ousterhout2013-09-306-29/+45
| | * | | Send Task results through the block manager when larger than Akka frame size.Kay Ousterhout2013-09-2218-165/+452
| | | |/ | | |/|
| * | | Merge branch 'master' into scala-2.10Prashant Sharma2013-10-0139-89/+148
| |\ \ \ | | | |/ | | |/|
| | * | Merge pull request #14 from kayousterhout/untangle_schedulerReynold Xin2013-09-2634-71/+62
| | |\ \
| | | * | Improved organization of scheduling packages.Kay Ousterhout2013-09-2534-71/+62
| | * | | Merge pull request #930 from holdenk/masterReynold Xin2013-09-261-0/+10
| | |\ \ \
| | | * | | Fix formatting :)Holden Karau2013-09-231-4/+5