aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SQL] Python JsonRDD UTF8 Encoding FixAhir Reddy2014-08-141-1/+3
* [SPARK-2927][SQL] Add a conf to configure if we always read Binary columns st...Yin Huai2014-08-145-22/+87
* [SPARK-3011][SQL] _temporary directory should be filtered out by sqlContext.p...Chia-Yung Su2014-08-141-1/+2
* SPARK-2893: Do not swallow Exceptions when running a custom kryo registratorGraham Dennis2014-08-142-5/+16
* [SPARK-3029] Disable local execution of Spark jobs by defaultAaron Davidson2014-08-143-2/+18
* [SPARK-2995][MLLIB] add ALS.setIntermediateRDDStorageLevelXiangrui Meng2014-08-131-15/+30
* [Docs] Add missing <code> tags (minor)Andrew Or2014-08-131-2/+2
* [SPARK-3006] Failed to execute spark-shell in Windows OSMasayoshi TSUZUKI2014-08-131-1/+1
* SPARK-3020: Print completed indices rather than tasks in web UIPatrick Wendell2014-08-133-1/+4
* [SPARK-2986] [SQL] fixed: setting properties does not effectguowei2014-08-131-2/+2
* [SPARK-2970] [SQL] spark-sql script ends with IOException when EventLogging i...Kousuke Saruta2014-08-131-2/+8
* [SPARK-2935][SQL]Fix parquet predicate push down bugMichael Armbrust2014-08-133-3/+10
* [SPARK-2650][SQL] More precise initial buffer size estimation for in-memory c...Cheng Lian2014-08-131-5/+6
* [SPARK-2994][SQL] Support for udfs that take complex typesMichael Armbrust2014-08-132-18/+37
* [SPARK-2817] [SQL] add "show create table" supporttianyi2014-08-1337-0/+199
* [SPARK-3004][SQL] Added null checking when retrieving row setCheng Lian2014-08-133-33/+96
* [MLLIB] use Iterator.fill instead of Array.fillXiangrui Meng2014-08-131-5/+5
* [SPARK-2983] [PySpark] improve performance of sortByKey()Davies Liu2014-08-131-23/+24
* [SPARK-3013] [SQL] [PySpark] convert array into listDavies Liu2014-08-131-7/+7
* [SPARK-2963] [SQL] There no documentation about building to use HiveServer an...Kousuke Saruta2014-08-132-0/+18
* [SPARK-2993] [MLLib] colStats (wrapper around MultivariateStatisticalSummary)...Doris Xin2014-08-125-261/+374
* [SPARK-1777 (partial)] bugfix: make size of requested memory correctlyZhang, Liye2014-08-121-2/+2
* Use transferTo when copy merge files in ExternalSorterRaymond Liu2014-08-122-11/+25
* [SPARK-2953] Allow using short names for io compression codecsReynold Xin2014-08-123-5/+32
* SPARK-2830 [MLlib]: re-organize mllib documentationAmeet Talwalkar2014-08-1210-220/+317
* fix flaky testsDavies Liu2014-08-121-1/+1
* [MLlib] Correctly set vectorSize and alphaLiquan Pei2014-08-121-13/+12
* [SPARK-2923][MLLIB] Implement some basic BLAS routinesXiangrui Meng2014-08-117-66/+432
* [SQL] [SPARK-2826] Reduce the memory copy while building the hashmap for Hash...Cheng Hao2014-08-111-26/+28
* [SPARK-2650][SQL] Build column buffers in smaller batchesMichael Armbrust2014-08-117-36/+70
* [SPARK-2968][SQL] Fix nullabilities of Explode.Takuya UESHIN2014-08-111-4/+4
* [SPARK-2965][SQL] Fix HashOuterJoin output nullabilities.Takuya UESHIN2014-08-111-1/+12
* [SQL] A tiny refactoring in HiveContext#analyzeYin Huai2014-08-111-5/+3
* [sql]use SparkSQLEnv.stop() in ShutdownHookwangfei2014-08-111-1/+1
* [SPARK-2590][SQL] Added option to handle incremental collection, disabled by ...Cheng Lian2014-08-111-1/+10
* [SPARK-2844][SQL] Correctly set JVM HiveContext if it is passed into Python H...Ahir Reddy2014-08-111-0/+14
* [SPARK-2934][MLlib] Adding LogisticRegressionWithLBFGS InterfaceDB Tsai2014-08-112-4/+136
* [SPARK-2515][mllib] Chi Squared testDoris Xin2014-08-114-0/+512
* [SPARK-2931] In TaskSetManager, reset currentLocalityIndex after recomputing ...Josh Rosen2014-08-112-5/+46
* [SPARK-2952] Enable logging actor messages at DEBUG levelReynold Xin2014-08-1113-38/+111
* [PySpark] [SPARK-2954] [SPARK-2948] [SPARK-2910] [SPARK-2101] Python 2.6 FixesJosh Rosen2014-08-115-7/+36
* [SPARK-2936] Migrate Netty network module from Java to ScalaReynold Xin2014-08-1012-364/+292
* [SPARK-2937] Separate out samplyByKeyExact as its own API in PairRDDFunctionDoris Xin2014-08-104-128/+216
* [SPARK-2898] [PySpark] fix bugs in deamon.pyDavies Liu2014-08-102-32/+48
* [SPARK-2950] Add gc time and shuffle write time to JobLoggerShivaram Venkataraman2014-08-101-3/+6
* Remove extra semicolon in Task.scalaGuoQiang Li2014-08-101-1/+1
* Turn UpdateBlockInfo into case class.Reynold Xin2014-08-091-19/+1
* Updated Spark SQL README to include the hive-thriftserver moduleReynold Xin2014-08-091-1/+2
* [SPARK-2894] spark-shell doesn't accept flagsKousuke Saruta2014-08-096-11/+94
* [SPARK-1766] sorted functions to meet pedantic requirementsChris Cope2014-08-091-19/+19