aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-4183] Close transport-related resources between SparkContextsAaron Davidson2014-11-0212-32/+78
* [SPARK-2189][SQL] Adds dropTempTable APICheng Lian2014-11-023-0/+46
* [SPARK-4185][SQL] JSON schema inference failed when dealing with type conflic...Yin Huai2014-11-023-9/+20
* [SPARK-4191][SQL]move wrapperFor to HiveInspectors to reuse itwangfei2014-11-022-43/+48
* [SPARK-3791][SQL] Provides Spark version and Hive version in HiveThriftServer2Cheng Lian2014-11-027-112/+173
* [SQL] Fixes race condition in CliSuiteCheng Lian2014-11-021-20/+15
* [SPARK-4182][SQL] Fixes ColumnStats classes for boolean, binary and complex d...Cheng Lian2014-11-026-19/+82
* [SPARK-3247][SQL] An API for adding data sources to Spark SQLMichael Armbrust2014-11-0226-42/+1074
* [HOTFIX][SQL] hive test missing some golden fileswangfei2014-11-0215-0/+8
* [SPARK-4166][Core][WebUI] Display the executor ID in the Web UI when Executor...zsxwing2014-11-025-8/+13
* [SPARK-3466] Limit size of results that a driver collects for each actionDavies Liu2014-11-028-22/+104
* [SPARK-3930] [SPARK-3933] Support fixed-precision decimal in SQL, and some op...Matei Zaharia2014-11-0155-232/+1636
* [SPARK-3161][MLLIB] Adding a node Id caching mechanism for training deci...Sung Chung2014-11-016-41/+405
* [SPARK-4121] Set commons-math3 version based on hadoop profiles, instead of s...Xiangrui Meng2014-11-013-5/+12
* Revert "[SPARK-4183] Enable NettyBlockTransferService by default"Patrick Wendell2014-11-012-11/+1
* [SPARK-4037][SQL] Removes the SessionState instance created in HiveThriftServer2Cheng Lian2014-11-014-45/+44
* [SPARK-3796] Create external service which can serve shuffle filesAaron Davidson2014-11-0165-312/+2216
* [SPARK-3569][SQL] Add metadata field to StructFieldXiangrui Meng2014-11-0120-56/+573
* [SPARK-4183] Enable NettyBlockTransferService by defaultAaron Davidson2014-11-012-1/+11
* [SPARK-2759][CORE] Generic Binary File Support in SparkKevin Mader2014-11-0110-5/+892
* [SPARK-4115][GraphX] Add overrided count for edge counting of EdgeRDD.luluorta2014-11-011-1/+6
* [SPARK-4142][GraphX] Default numEdgePartitionsJoseph E. Gonzalez2014-11-012-6/+12
* Upgrading to roaring 0.4.5 (bug fix release)Daniel Lemire2014-11-011-1/+1
* Streaming KMeans [MLLIB][SPARK-3254]freeman2014-10-314-1/+597
* [MLLIB] SPARK-1547: Add Gradient Boosting to MLlibManish Amde2014-10-3120-267/+1331
* [SPARK-3838][examples][mllib][python] Word2Vec example in pythonAnant2014-10-312-0/+67
* [MLLIB] SPARK-2329 Add multi-label evaluation metricsAlexander Ulanov2014-10-312-0/+260
* SPARK-4175. Exception on stage pageSandy Ryza2014-10-311-1/+1
* [HOT FIX] Yarn stable tests don't compileandrewor142014-10-312-15/+19
* [SPARK-3870] EOL character enforcementKousuke Saruta2014-10-315-366/+369
* [SPARK-4150][PySpark] return self in rdd.setNameXiangrui Meng2014-10-311-2/+2
* [SPARK-4141] Hide Accumulators column on stage page when no accumulators existMark Mims2014-10-311-6/+15
* [SPARK-2220][SQL] Fixes remaining Hive commandsCheng Lian2014-10-315-28/+45
* [SPARK-4154][SQL] Query does not work if it has "not between " in Spark SQL a...ravipesala2014-10-314-6/+23
* [SPARK-4077][SQL] Spark SQL return wrong values for valid string timestamp va...Venkata Ramana Gollamudi2014-10-313-0/+27
* [SPARK-3826][SQL]enable hive-thriftserver to support hive-0.13.1wangfei2014-10-3112-230/+571
* [SPARK-4016] Allow user to show/hide UI metrics.Kay Ousterhout2014-10-317-95/+350
* SPARK-3837. Warn when YARN kills containers for exceeding memory limitsSandy Ryza2014-10-312-3/+61
* [SPARK-4143] [SQL] Move inner class DeferredObjectAdapter to top levelCheng Hao2014-10-301-13/+12
* [SPARK-4108][SQL] Fixed usage of deprecated in sql/catalyst/types/datatypesAnant2014-10-301-1/+1
* [SPARK-3250] Implement Gap Sampling optimization for random samplingErik Erlandson2014-10-305-121/+790
* [SPARK-4124] [MLlib] [PySpark] simplify serialization in MLlib Python APIDavies Liu2014-10-3012-386/+287
* HOTFIX: Clean up build in network module.Patrick Wendell2014-10-303-21/+23
* Revert "SPARK-1209 [CORE] SparkHadoop{MapRed,MapReduce}Util should not use pa...Andrew Or2014-10-308-21/+5
* [SPARK-3968][SQL] Use parquet-mr filter2 apiYash Datta2014-10-305-179/+308
* [SPARK-4120][SQL] Join of multiple tables with syntax like SELECT .. FROM T1,...ravipesala2014-10-302-1/+12
* SPARK-1209 [CORE] SparkHadoop{MapRed,MapReduce}Util should not use package or...Sean Owen2014-10-308-5/+21
* [SPARK-3661] Respect spark.*.memory in cluster modeAndrew Or2014-10-302-37/+45
* [SPARK-4153][WebUI] Update the sort keys for HistoryPagezsxwing2014-10-301-4/+4
* Minor style hot fix after #2711Andrew Or2014-10-301-6/+6