aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-1132] Persisting Web UI through refactoring the SparkListener interfaceAndrew Or2014-03-1984-1944/+4268
* 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
* Bundle tachyon: SPARK-1269Nick Lanham2014-03-186-2/+98
* Fix SPARK-1256: Master web UI and Worker web UI returns a 404 errorwitgo2014-03-184-4/+7
* [SPARK-1266] persist factors in implicit ALSXiangrui Meng2014-03-181-56/+89
* [SPARK-1260]: faster construction of features with interceptXiangrui Meng2014-03-181-4/+4
* Update copyright year in NOTICE to 2014Matei Zaharia2014-03-181-1/+1
* SPARK-1102: Create a saveAsNewAPIHadoopDataset methodCodingCat2014-03-183-53/+100
* Revert "SPARK-1236 - Upgrade Jetty to 9.1.3.v20140225."Patrick Wendell2014-03-184-49/+46
* Spark 1246 add min max to stat counterDan McClary2014-03-187-5/+93
* [Spark-1261] add instructions for running python examples to doc overview pageDiana Carroll2014-03-171-2/+4
* 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-163-1/+17
* SPARK-1255: Allow user to pass Serializer object instead of class name for sh...Reynold Xin2014-03-1618-171/+125
* SPARK-1254. Consolidate, order, and harmonize repository declarations in Mave...Sean Owen2014-03-155-56/+42
* Fix serialization of MutablePair. Also provide an interface for easy updating.Michael Armbrust2014-03-141-1/+11
* [bugfix] wrong client arg, should use executor-coresTianshuo Deng2014-03-131-1/+1
* SPARK-1236 - Upgrade Jetty to 9.1.3.v20140225.Reynold Xin2014-03-134-46/+49
* SPARK-1183. Don't use "worker" to mean executorSandy Ryza2014-03-1321-294/+312
* [SPARK-1237, 1238] Improve the computation of YtY for implicit ALSXiangrui Meng2014-03-132-55/+134
* 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
* Fix example bug: compile errorjianghan2014-03-123-5/+5
* SPARK-1160: Deprecate toArray in RDDCodingCat2014-03-128-11/+13
* SPARK-1162 Added top in python.Prashant Sharma2014-03-121-0/+25
* Fix #SPARK-1149 Bad partitioners can cause Spark to hangliguoqiang2014-03-122-0/+22
* [SPARK-1233] Fix running hadoop 0.23 due to java.lang.NoSuchFieldException: D...Thomas Graves2014-03-121-0/+2
* [SPARK-1232] Fix the hadoop 0.23 yarn buildThomas Graves2014-03-121-0/+12
* Spark-1163, Added missing Python RDD functionsprabinb2014-03-112-0/+46
* SPARK-1064Sandy Ryza2014-03-113-1/+94
* SPARK-1167: Remove metrics-ganglia from default build due to LGPL issues...Patrick Wendell2014-03-1112-16/+190
* SPARK-1211. In ApplicationMaster, set spark.master system property to "y...Sandy Ryza2014-03-102-0/+6
* SPARK-1205: Clean up callSite/origin/generator.Patrick Wendell2014-03-108-38/+16
* SPARK-1168, Added foldByKey to pyspark.Prashant Sharma2014-03-101-0/+14
* [SPARK-972] Added detailed callsite info for ValueError in context.py (resubm...jyotiska2014-03-102-8/+29
* SPARK-977 Added Python RDD.zip functionPrabin Banka2014-03-102-2/+47
* maintain arbitrary state data for each keyChen Chao2014-03-091-1/+1
* SPARK-782 Clean up for ASM dependency.Patrick Wendell2014-03-096-25/+53
* Fix markup errors introduced in #33 (SPARK-1189)Patrick Wendell2014-03-091-3/+3
* Add timeout for fetch fileJiacheng Guo2014-03-092-0/+13
* SPARK-929: Fully deprecate usage of SPARK_MEMAaron Davidson2014-03-097-59/+90
* SPARK-1190: Do not initialize log4j if slf4j log4j backend is not being usedPatrick Wendell2014-03-081-2/+5
* Update junitxml plugin to the latest version to avoid recompilation in every ...Reynold Xin2014-03-082-26/+1
* [SPARK-1194] Fix the same-RDD rule for cache replacementCheng Lian2014-03-072-6/+19
* Allow sbt to use more than 1G of heap.Reynold Xin2014-03-071-1/+1
* SPARK-1193. Fix indentation in pom.xmlsSandy Ryza2014-03-0714-319/+305
* Spark 1165 rdd.intersection in python and javaPrashant Sharma2014-03-075-0/+75
* SPARK-1195: set map_input_file environment variable in PipedRDDThomas Graves2014-03-073-53/+158