aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Spark 1095 : Adding explicit return types to all public methodsNirmalReddy2014-03-2625-57/+97
* SPARK-1324: SparkUI Should Not Bind to SPARK_PUBLIC_DNSPatrick Wendell2014-03-261-4/+5
* [SQL] Add a custom serializer for maps since they do not have a no-arg constr...Michael Armbrust2014-03-261-0/+18
* [SQL] Un-ignore a test that is now passing.Michael Armbrust2014-03-263-4/+2010
* Unified package definition format in Spark SQLCheng Lian2014-03-26103-333/+209
* SPARK-1322, top in pyspark should sort result in descending order.Prashant Sharma2014-03-261-3/+3
* SPARK-1321 Use Guava's top k implementation rather than our BoundedPriorityQu...Reynold Xin2014-03-262-16/+72
* Initial experimentation with Travis CI configurationMichael Armbrust2014-03-251-0/+37
* Avoid Option while generating call sitewitgo2014-03-254-12/+47
* SPARK-1319: Fix scheduler to account for tasks using > 1 CPUs.Shivaram Venkataraman2014-03-257-63/+106
* SPARK-1316. Remove use of Commons IOSean Owen2014-03-2510-54/+34
* Add more hive compatability tests to whitelistMichael Armbrust2014-03-251-0/+21
* SPARK-1286: Make usage of spark-env.sh idempotentAaron Davidson2014-03-2411-34/+45
* Unify the logic for column pruning, projection, and filtering of table scans.Michael Armbrust2014-03-246-133/+94
* SPARK-1128: set hadoop task properties when constructing HadoopRDDCodingCat2014-03-245-30/+41
* 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