aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/scala/org/apache
Commit message (Expand)AuthorAgeFilesLines
* SPARK-1096, a space after comment start style checker.Prashant Sharma2014-03-2818-41/+40
* [SPARK-1210] Prevent ContextClassLoader of Actor from becoming ClassLoader of...Takuya UESHIN2014-03-271-3/+2
* [SPARK-1268] Adding XOR and AND-NOT operations to spark.util.collection.BitSetPetko Nikolov2014-03-271-0/+39
* Spark 1095 : Adding explicit return types to all public methodsNirmalReddy2014-03-2616-34/+53
* SPARK-1324: SparkUI Should Not Bind to SPARK_PUBLIC_DNSPatrick Wendell2014-03-261-4/+5
* Unified package definition format in Spark SQLCheng Lian2014-03-262-4/+5
* SPARK-1321 Use Guava's top k implementation rather than our BoundedPriorityQu...Reynold Xin2014-03-262-16/+72
* Avoid Option while generating call sitewitgo2014-03-253-11/+12
* SPARK-1319: Fix scheduler to account for tasks using > 1 CPUs.Shivaram Venkataraman2014-03-254-18/+19
* SPARK-1316. Remove use of Commons IOSean Owen2014-03-251-1/+4
* SPARK-1128: set hadoop task properties when constructing HadoopRDDCodingCat2014-03-243-24/+37
* 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-191-4/+1
* SPARK-1099:Spark's local mode should probably respect spark.cores.max by defaultqqsun88192014-03-191-1/+4
* [SPARK-1132] Persisting Web UI through refactoring the SparkListener interfaceAndrew Or2014-03-1968-1700/+3448
* Bugfixes/improvements to schedulerMridul Muralidharan2014-03-192-20/+65
* 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-182-47/+67
* 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-183-2/+48
* SPARK-1244: Throw exception if map output status exceeds frame sizePatrick Wendell2014-03-174-9/+27
* SPARK-1240: handle the case of empty RDD when takeSampleCodingCat2014-03-161-1/+6
* SPARK-1255: Allow user to pass Serializer object instead of class name for sh...Reynold Xin2014-03-1613-136/+93
* 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-121-0/+6
* SPARK-1167: Remove metrics-ganglia from default build due to LGPL issues...Patrick Wendell2014-03-111-84/+0
* SPARK-1205: Clean up callSite/origin/generator.Patrick Wendell2014-03-108-38/+16
* SPARK-782 Clean up for ASM dependency.Patrick Wendell2014-03-091-2/+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-071-6/+5
* Spark 1165 rdd.intersection in python and javaPrashant Sharma2014-03-073-0/+27
* SPARK-1195: set map_input_file environment variable in PipedRDDThomas Graves2014-03-072-0/+27
* SPARK-1136: Fix FaultToleranceTest for Docker 0.8.1Aaron Davidson2014-03-073-9/+56
* SPARK-1197. Change yarn-standalone to yarn-cluster and fix up running on YARN...Sandy Ryza2014-03-061-4/+10
* SPARK-1189: Add Security to Spark - Akka, Http, ConnectionManager, UI use ser...Thomas Graves2014-03-0647-201/+1502
* SPARK-942: Do not materialize partitions when DISK_ONLY storage level is usedKyle Ellrott2014-03-066-53/+141
* 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-0317-472/+82
* Remove broken/unused Connection.getChunkFIFO method.Kay Ousterhout2014-03-031-34/+2