aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [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
* [SPARK-4052][SQL] Use scala.collection.Map for pattern matching instead of us...Yin Huai2014-10-264-1/+26
* [SPARK-3953][SQL][Minor] Confusable variable name.Kousuke Saruta2014-10-261-1/+1
* [SQL][DOC] Wrong package name "scala.math.sql" in sql-programming-guide.mdKousuke Saruta2014-10-261-1/+1
* [SPARK-3997][Build]scalastyle should output the error locationGuoQiang Li2014-10-263-4/+3
* [SPARK-3537][SPARK-3914][SQL] Refines in-memory columnar table statisticsCheng Lian2014-10-2611-167/+240
* [HOTFIX][SQL] Temporarily turn off hive-server tests.Michael Armbrust2014-10-261-1/+1
* [SPARK-3925][SQL] Do not consider the ordering of qualifiers during comparisonLiang-Chi Hsieh2014-10-261-1/+1
* Just fixing comment that shows usageanant asthana2014-10-261-1/+1
* [SPARK-3616] Add basic Selenium tests to WebUISuiteJosh Rosen2014-10-268-9/+135
* Update RoaringBitmap to 0.4.3Daniel Lemire2014-10-261-1/+1
* SPARK-3359 [DOCS] sbt/sbt unidoc doesn't work with Java 8Sean Owen2014-10-259-18/+21
* [SPARK-4071] Unroll fails silently if BlockManager is smallAndrew Or2014-10-251-1/+16
* Revert "[SPARK-4056] Upgrade snappy-java to 1.1.1.5"Josh Rosen2014-10-251-1/+1
* [SPARK-4088] [PySpark] Python worker should exit after socket is closed by JVMDavies Liu2014-10-251-5/+7
* [SPARK-2321] Stable pull-based progress / status APIJosh Rosen2014-10-2521-134/+588
* [SQL] Update Hive test harness for Hive 12 and 13Michael Armbrust2014-10-248166-47487/+38307
* [SPARK-4056] Upgrade snappy-java to 1.1.1.5Josh Rosen2014-10-241-1/+1
* [SPARK-4080] Only throw IOException from [write|read][Object|External]Josh Rosen2014-10-2430-52/+84
* [HOTFIX][SQL] Remove sleep on reset() failure.Michael Armbrust2014-10-241-4/+0
* [GraphX] Modify option name according to example doc in SynthBenchmarkGrace2014-10-241-1/+1
* [SPARK-4067] refactor ExecutorUncaughtExceptionHandlerNan Zhu2014-10-245-22/+45
* [SPARK-4013] Do not create multiple actor systems on each executorAndrew Or2014-10-244-22/+61
* [SPARK-4075] [Deploy] Jar url validation is not enough for Jar fileKousuke Saruta2014-10-242-1/+16
* [SPARK-4076] Parameter expansion in spark-config is wrongKousuke Saruta2014-10-241-1/+1
* [SPARK-2713] Executors of same application in same host should only download ...Li Zhihui2014-10-243-20/+82
* [SPARK-4026][Streaming] Write ahead log managementHari Shreedharan2014-10-247-0/+892
* [SPARK-2706][SQL] Enable Spark to support Hive 0.13Zhan Zhang2014-10-2419-63/+406
* [SPARK-4050][SQL] Fix caching of temporary tables with projections.Michael Armbrust2014-10-244-12/+48
* [SPARK-4051] [SQL] [PySpark] Convert Row into dictionaryDavies Liu2014-10-242-0/+21
* [SPARK-3900][YARN] ApplicationMaster's shutdown hook fails and IllegalStateEx...Kousuke Saruta2014-10-241-3/+3
* [SPARK-2652] [PySpark] donot use KyroSerializer as default serializerDavies Liu2014-10-231-1/+0
* SPARK-3812 Build changes to publish effective pom.Prashant Sharma2014-10-231-1/+32