aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Fix to Stage UI to display numbers on progress barEmtiaz Ahmed2014-03-211-1/+1
* SPARK-1279: Fix improper use of SimpleDateFormatzsxwing2014-03-219-26/+30
* [Hot Fix #42] Do not stop SparkUI if bind() is not calledAndrew Or2014-03-201-9/+2
* Revert "SPARK-1099:Spark's local mode should probably respect spark.cores.max...Aaron Davidson2014-03-193-22/+6
* SPARK-1099:Spark's local mode should probably respect spark.cores.max by defaultqqsun88192014-03-193-6/+22
* [SPARK-1132] Persisting Web UI through refactoring the SparkListener interfaceAndrew Or2014-03-1983-1943/+4244
* Bugfixes/improvements to schedulerMridul Muralidharan2014-03-193-20/+152
* SPARK-1203 fix saving to hdfs from yarnThomas Graves2014-03-191-0/+2
* bugfix: Wrong "Duration" in "Active Stages" in stages pageshiyun.wxm2014-03-191-1/+3
* Fix SPARK-1256: Master web UI and Worker web UI returns a 404 errorwitgo2014-03-184-4/+7
* SPARK-1102: Create a saveAsNewAPIHadoopDataset methodCodingCat2014-03-183-53/+100
* Revert "SPARK-1236 - Upgrade Jetty to 9.1.3.v20140225."Patrick Wendell2014-03-182-41/+38
* Spark 1246 add min max to stat counterDan McClary2014-03-185-2/+52
* SPARK-1244: Throw exception if map output status exceeds frame sizePatrick Wendell2014-03-176-20/+84
* SPARK-1240: handle the case of empty RDD when takeSampleCodingCat2014-03-162-1/+13
* SPARK-1255: Allow user to pass Serializer object instead of class name for sh...Reynold Xin2014-03-1614-139/+99
* Fix serialization of MutablePair. Also provide an interface for easy updating.Michael Armbrust2014-03-141-1/+11
* SPARK-1236 - Upgrade Jetty to 9.1.3.v20140225.Reynold Xin2014-03-132-38/+41
* SPARK-1019: pyspark RDD take() throws an NPEPatrick Wendell2014-03-122-1/+10
* hot fix for PR105 - change to Java annotationCodingCat2014-03-121-1/+2
* SPARK-1160: Deprecate toArray in RDDCodingCat2014-03-124-3/+5
* Fix #SPARK-1149 Bad partitioners can cause Spark to hangliguoqiang2014-03-122-0/+22
* [SPARK-1232] Fix the hadoop 0.23 yarn buildThomas Graves2014-03-121-0/+12
* SPARK-1167: Remove metrics-ganglia from default build due to LGPL issues...Patrick Wendell2014-03-112-88/+0
* SPARK-1205: Clean up callSite/origin/generator.Patrick Wendell2014-03-108-38/+16
* SPARK-782 Clean up for ASM dependency.Patrick Wendell2014-03-092-6/+2
* Add timeout for fetch fileJiacheng Guo2014-03-091-0/+4
* SPARK-929: Fully deprecate usage of SPARK_MEMAaron Davidson2014-03-092-11/+11
* SPARK-1190: Do not initialize log4j if slf4j log4j backend is not being usedPatrick Wendell2014-03-081-2/+5
* [SPARK-1194] Fix the same-RDD rule for cache replacementCheng Lian2014-03-072-6/+19
* SPARK-1193. Fix indentation in pom.xmlsSandy Ryza2014-03-071-267/+253
* Spark 1165 rdd.intersection in python and javaPrashant Sharma2014-03-074-0/+58
* SPARK-1195: set map_input_file environment variable in PipedRDDThomas Graves2014-03-073-53/+158
* SPARK-1136: Fix FaultToleranceTest for Docker 0.8.1Aaron Davidson2014-03-073-9/+56
* Small clean-up to flatmap testsPatrick Wendell2014-03-061-8/+3
* SPARK-1197. Change yarn-standalone to yarn-cluster and fix up running on YARN...Sandy Ryza2014-03-062-4/+14
* SPARK-1189: Add Security to Spark - Akka, Http, ConnectionManager, UI use ser...Thomas Graves2014-03-0657-241/+2043
* SPARK-942: Do not materialize partitions when DISK_ONLY storage level is usedKyle Ellrott2014-03-067-53/+215
* SPARK-1171: when executor is removed, we should minus totalCores instead of j...CodingCat2014-03-052-3/+7
* SPARK-1164 Deprecated reduceByKeyToDriver as it is an alias for reduceByKeyLo...Prashant Sharma2014-03-041-0/+1
* [java8API] SPARK-964 Investigate the potential for using JDK 8 lambda express...Prashant Sharma2014-03-0322-354/+241
* Remove broken/unused Connection.getChunkFIFO method.Kay Ousterhout2014-03-031-34/+2
* Added a unit test for PairRDDFunctions.lookupBryn Keller2014-03-031-0/+26
* Remove the remoteFetchTime metric.Kay Ousterhout2014-03-035-14/+0
* Removed accidentally checked in commentKay Ousterhout2014-03-031-3/+0
* SPARK-1121: Include avro for yarn-alpha buildsPatrick Wendell2014-03-021-0/+14
* SPARK-1084.2 (resubmitted)Sean Owen2014-03-021-0/+9
* SPARK-1137: Make ZK PersistenceEngine not crash for wrong serialVersionUIDAaron Davidson2014-03-021-5/+13
* Remove remaining references to incubationPatrick Wendell2014-03-021-2/+2
* [SPARK-1100] prevent Spark from overwriting directory silentlyCodingCat2014-03-012-10/+59