aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Don't swallow all kryo errors, only those that indicate we are out of data.Michael Armbrust2014-03-291-1/+2
* SPARK-1126. spark-app preliminarySandy Ryza2014-03-293-0/+509
* SPARK-1096, a space after comment start style checker.Prashant Sharma2014-03-2823-48/+46
* [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-272-0/+122
* 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-254-12/+47
* SPARK-1319: Fix scheduler to account for tasks using > 1 CPUs.Shivaram Venkataraman2014-03-256-63/+99
* SPARK-1316. Remove use of Commons IOSean Owen2014-03-253-8/+5
* 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-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