aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SPARK-1094 Support MiMa for reporting binary compatibility accross versions.Patrick Wendell2014-03-248-7/+249
* SPARK-1294 Fix resolution of uppercase field names using a HiveContext.Michael Armbrust2014-03-249-37/+87
* HOT FIX: Exclude test files from RATPatrick Wendell2014-03-241-0/+2
* SPARK-1144 Added license and RAT to check licenses.Prashant Sharma2014-03-247-1/+178
* [SPARK-1212] Adding sparse data support and update KMeansXiangrui Meng2014-03-2320-397/+930
* Fixed coding style issues in Spark SQLCheng Lian2014-03-2387-490/+448
* [SPARK-1292] In-memory columnar representation for Spark SQLCheng Lian2014-03-2315-35/+1315
* SPARK-1254. Supplemental fix for HTTPS on Maven CentralSean Owen2014-03-232-2/+4
* Fix to Stage UI to display numbers on progress barEmtiaz Ahmed2014-03-211-1/+1
* Add asCode function for dumping raw tree representations.Michael Armbrust2014-03-211-0/+15
* Make SQL keywords case-insensitiveMatei Zaharia2014-03-212-6/+35
* SPARK-1279: Fix improper use of SimpleDateFormatzsxwing2014-03-219-26/+30
* Add hive test files to repository. Remove download script.Michael Armbrust2014-03-2111284-7/+230618
* Fix maven jenkins: Add explicit init for required tables in SQLQuerySuiteMichael Armbrust2014-03-201-0/+3
* SPARK-1251 Support for optimizing and executing structured queriesMichael Armbrust2014-03-20131-15/+16398
* [Hot Fix #42] Do not stop SparkUI if bind() is not calledAndrew Or2014-03-201-9/+2
* Principal Component AnalysisReza Zadeh2014-03-2012-114/+819
* 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
* Added doctest for map function in rdd.pyJyotiska NK2014-03-191-0/+4
* [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