aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [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
* [SPARK-4155] Consolidate usages of <driver>Andrew Or2014-10-309-27/+23
* [Minor] A few typos in comments and log messagesAndrew Or2014-10-303-4/+4
* [SPARK-4138][SPARK-4139] Improve dynamic allocation settingsAndrew Or2014-10-304-10/+29
* [SPARK-3319] [SPARK-3338] Resolve Spark submit config pathsAndrew Or2014-10-303-14/+158
* [SPARK-4078] New FsPermission instance w/o FsPermission.createImmutable in ev...Grace2014-10-301-1/+1
* [SPARK-4027][Streaming] WriteAheadLogBackedBlockRDD to read received either f...Tathagata Das2014-10-304-3/+285
* [SPARK-4028][Streaming] ReceivedBlockHandler interface to abstract the functi...Tathagata Das2014-10-3011-70/+603
* SPARK-4111 [MLlib] add regression metricsYanbo Liang2014-10-302-0/+141
* [SPARK-4130][MLlib] Fixing libSVM parser bug with extra whitespaceJoseph E. Gonzalez2014-10-301-1/+1
* [SPARK-4102] Remove unused ShuffleReader.stop() method.Kay Ousterhout2014-10-292-5/+6
* [SPARK-1720][SPARK-1719] use LD_LIBRARY_PATH instead of -Djava.library.pathGuoQiang Li2014-10-2913-81/+221