aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [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
* fix broken links in README.mdRyan Williams2014-10-271-1/+1
* [SPARK-4064]NioBlockTransferService.fetchBlocks may cause spark to hang.GuoQiang Li2014-10-271-10/+15
* [SPARK-3907][SQL] Add truncate table supportwangxiaojing2014-10-2729-1/+9
* [SQL] Correct a variable name in JavaApplySchemaSuite.applySchemaToJSONYin Huai2014-10-271-1/+1
* [SPARK-4041][SQL] Attributes names in table scan should converted to lowercas...wangfei2014-10-273-4/+20
* [SPARK-3816][SQL] Add table properties from storage handler to output jobConfAlex Liu2014-10-271-0/+8
* [SPARK-3911] [SQL] HiveSimpleUdf can not be optimized in constant foldingCheng Hao2014-10-275-2/+104
* [MLlib] SPARK-3987: add test case on objective value for NNLScoderxiang2014-10-272-1/+31
* SPARK-4022 [CORE] [MLLIB] Replace colt dependency (LGPL) with commons-mathSean Owen2014-10-2723-181/+175
* [SQL] Fixes caching related JoinSuite failureCheng Lian2014-10-272-57/+64
* SPARK-2621. Update task InputMetrics incrementallySandy Ryza2014-10-276-21/+170
* [SPARK-4032] Deprecate YARN alpha support in Spark 1.2Prashant Sharma2014-10-274-2/+28
* [SPARK-4030] Make destroy public for broadcast variablesShivaram Venkataraman2014-10-273-4/+41
* [SPARK-3970] Remove duplicate removal of local dirsLiang-Chi Hsieh2014-10-262-5/+8
* [SPARK-4042][SQL] Append columns ids and names before broadcastscwf2014-10-261-2/+3
* [SPARK-4061][SQL] We cannot use EOL character in the operand of LIKE predicate.Kousuke Saruta2014-10-262-23/+25
* [SPARK-3959][SPARK-3960][SQL] SqlParser fails to parse literal -9223372036854...Kousuke Saruta2014-10-263-21/+189
* [SPARK-3483][SQL] Special chars in column namesravipesala2014-10-262-0/+8
* [SPARK-4068][SQL] NPE in jsonRDD schema inferenceYin Huai2014-10-263-20/+58