aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [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
* [SPARK-4053][Streaming] Made the ReceiverSuite test more reliable, by fixing ...Tathagata Das2014-10-291-14/+30
* [SPARK-3795] Heuristics for dynamically scaling executorsAndrew Or2014-10-294-11/+1150
* [SPARK-4097] Fix the race condition of 'thread'zsxwing2014-10-291-1/+5
* [SPARK-3822] Executor scaling mechanism for YarnAndrew Or2014-10-2912-79/+391
* [SPARK-4003] [SQL] add 3 types for java SQL contextDaoyuan Wang2014-10-293-5/+59
* [SPARK-3453] Netty-based BlockTransferService, extracted from Spark coreReynold Xin2014-10-2984-1750/+4431
* [SPARK-4129][MLlib] Performance tuning in MultivariateOnlineSummarizerDB Tsai2014-10-291-4/+21
* [FIX] disable benchmark codeXiangrui Meng2014-10-281-1/+1
* [SPARK-4133] [SQL] [PySpark] type conversionfor python udfDavies Liu2014-10-284-90/+102
* [SPARK-3904] [SQL] add constant objectinspector support for udfsCheng Hao2014-10-2821-92/+307
* [SPARK-4008] Fix "kryo with fold" in KryoSerializerSuitezsxwing2014-10-281-4/+9
* [SPARK-4084] Reuse sort key in SorterXiangrui Meng2014-10-288-106/+310
* [SPARK-3343] [SQL] Add serde support for CTASCheng Hao2014-10-2813-94/+337
* [Spark 3922] Refactor spark-core to use Utils.UTF_8zsxwing2014-10-2816-46/+55
* [SPARK-3988][SQL] add public API for date typeDaoyuan Wang2014-10-2810-36/+87
* [SPARK-3814][SQL] Support for Bitwise AND(&), OR(|) ,XOR(^), NOT(~) in Spark ...ravipesala2014-10-288-1/+174
* [SPARK-4058] [PySpark] Log file name is hard coded even though there is a var...Kousuke Saruta2014-10-281-2/+2
* [SPARK-4065] Add check for IPython on WindowsMichael Griffiths2014-10-281-1/+6
* [SPARK-4089][Doc][Minor] The version number of Spark in _config.yaml is wrong.Kousuke Saruta2014-10-281-3/+3
* [SPARK-3657] yarn alpha YarnRMClientImpl throws NPE appMasterRequest.setTrack...Kousuke Saruta2014-10-281-2/+4
* [SPARK-4096][YARN]let ApplicationMaster accept executor memory argument in sa...WangTaoTheTonic2014-10-282-3/+3
* [SPARK-4110] Wrong comments about default settings in spark-daemon.shKousuke Saruta2014-10-281-2/+2
* [SPARK-4031] Make torrent broadcast read blocks on use.Shivaram Venkataraman2014-10-283-21/+67
* [SPARK-4098][YARN]use appUIAddress instead of appUIHostPort in yarn-client modeWangTaoTheTonic2014-10-281-1/+1
* [SPARK-4095][YARN][Minor]extract val isLaunchingDriver in ClientBaseWangTaoTheTonic2014-10-281-3/+2
* [SPARK-4116][YARN]Delete the abandoned log4j-spark-container.propertiesWangTaoTheTonic2014-10-281-24/+0
* [SPARK-3961] [MLlib] [PySpark] Python API for mllib.featureDavies Liu2014-10-286-61/+499
* [SPARK-4107] Fix incorrect handling of read() and skip() return valuesJosh Rosen2014-10-287-35/+33