aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-14123][SPARK-14384][SQL] Handle CreateFunction/DropFunctionYin Huai2016-04-0539-513/+1100
* [SPARK-13063][YARN] Make the SPARK YARN STAGING DIR as configurableDevaraj K2016-04-053-3/+27
* [SPARK-14257][SQL] Allow multiple continuous queries to be started from the s...Shixiong Zhu2016-04-0510-26/+118
* [SPARK-14345][SQL] Decouple deserializer expression resolution from ObjectOpe...Wenchen Fan2016-04-055-126/+153
* [SPARK-14397][WEBUI] <html> and <body> tags are nested in LogPageKousuke Saruta2016-04-051-14/+12
* [SPARK-14284][ML] KMeansSummary deprecating size; adding clusterSizesShally Sangal2016-04-052-2/+3
* [SPARK-14349][SQL] Issue Error Messages for Unsupported Operators/DML/DDL in ...gatorsmile2016-04-056-79/+133
* [SPARK-14348][SQL] Support native execution of SHOW TBLPROPERTIES commandDilip Biswal2016-04-057-30/+219
* [SPARK-14359] Create built-in functions for typed aggregates in JavaEric Liang2016-04-053-0/+124
* [SPARK-14368][PYSPARK] Support python.spark.worker.memory with upper-case unit.Yong Tang2016-04-052-1/+13
* [SPARK-14386][ML] Changed spark.ml ensemble trees methods to return concrete ...Joseph K. Bradley2016-04-046-19/+22
* [SPARK-14287] isStreaming method for DatasetBurak Yavuz2016-04-042-0/+33
* [SPARK-12425][STREAMING] DStream union optimisationGuillaume Poulin2016-04-053-16/+5
* [SPARK-14366] Remove sbt-idea pluginLuciano Resende2016-04-041-2/+0
* [SPARK-13579][BUILD] Stop building the main Spark assembly.Marcelo Vanzin2016-04-0426-319/+231
* [SPARK-14259] [SQL] Merging small files together based on the cost of openingDavies Liu2016-04-043-19/+21
* [SPARK-14334] [SQL] add toLocalIterator for Dataset/DataFrameDavies Liu2016-04-048-16/+83
* [SPARK-14358] Change SparkListener from a trait to an abstract classReynold Xin2016-04-047-279/+276
* [SPARK-14364][SPARK] HeartbeatReceiver object should be privateReynold Xin2016-04-041-1/+2
* [SPARK-12981] [SQL] extract Pyhton UDF in physical planDavies Liu2016-04-048-70/+64
* [SPARK-14176][SQL] Add DataFrameWriter.trigger to set the stream batch periodShixiong Zhu2016-04-049-13/+413
* [SPARK-13784][ML] Persistence for RandomForestClassifier, RandomForestRegressorJoseph K. Bradley2016-04-049-103/+424
* [SPARK-14137] [SQL] Cleanup hash joinDavies Liu2016-04-046-401/+268
* [SPARK-14360][SQL] QueryExecution.debug.codegen() to dump codegenReynold Xin2016-04-041-0/+16
* [SPARK-14356] Update spark.sql.execution.debug to work on DatasetsMatei Zaharia2016-04-032-2/+8
* [SPARK-14355][BUILD] Fix typos in Exception/Testcase/Comments and static anal...Dongjoon Hyun2016-04-0359-93/+94
* [SPARK-14163][CORE] SumEvaluator and countApprox cannot reliably handle RDDs ...Marcin Tustin2016-04-033-13/+148
* [SPARK-14341][SQL] Throw exception on unsupported create / drop macro ddlbomeng2016-04-033-2/+14
* [SPARK-14350][SQL] EXPLAIN output should be in a single cellDongjoon Hyun2016-04-032-2/+2
* [SPARK-14231] [SQL] JSON data source infers floating-point values as a double...hyukjinkwon2016-04-026-14/+71
* [HOTFIX] Fix Scala 2.10 compilationReynold Xin2016-04-021-2/+2
* [SPARK-13996] [SQL] Add more not null attributes for Filter codegenLiang-Chi Hsieh2016-04-021-4/+4
* [SPARK-14056] Appends s3 specific configurations and spark.hadoop con…Sital Kedia2016-04-022-8/+15
* [SPARK-14342][CORE][DOCS][TESTS] Remove straggler references to TachyonLiwei Lin2016-04-026-24/+24
* [MINOR][DOCS] Use multi-line JavaDoc comments in Scala code.Dongjoon Hyun2016-04-0277-747/+786
* [SPARK-14338][SQL] Improve `SimplifyConditionals` rule to handle `null` in IF...Dongjoon Hyun2016-04-022-8/+21
* [HOTFIX] Disable StateStoreSuite.maintenanceReynold Xin2016-04-021-1/+1
* [MINOR] Typo fixesJacek Laskowski2016-04-0216-49/+52
* [HOTFIX] Fix compilation break.Reynold Xin2016-04-022-5/+4
* [MINOR][SQL] Fix comments styl and correct several styles and nits in CSV dat...hyukjinkwon2016-04-014-49/+48
* [SPARK-14285][SQL] Implement common type-safe aggregate functionsReynold Xin2016-04-019-111/+342
* [SPARK-14251][SQL] Add SQL command for printing out generated code for debuggingDongjoon Hyun2016-04-017-31/+67
* [SPARK-14138] [SQL] [MASTER] Fix generated SpecificColumnarIterator code can ...Kazuaki Ishizaki2016-04-012-5/+51
* [SPARK-14244][SQL] Don't use SizeBasedWindowFunction.n created on executor si...Cheng Lian2016-04-014-9/+67
* [SPARK-14308][ML][MLLIB] Remove unused mllib tree classes and move private cl...sethah2016-04-0118-409/+15
* [SPARK-7425][ML] spark.ml Predictor should support other numeric types for labelBenFradet2016-04-0124-49/+294
* [SPARK-13241][WEB UI] Added long values for dates in ApplicationAttemptInfo APIAlex Bozarth2016-04-019-2/+92
* [SPARK-12857][STREAMING] Standardize "records" and "events" on "records"Liwei Lin2016-04-014-40/+41
* [SPARK-13825][CORE] Upgrade to Scala 2.11.8Jacek Laskowski2016-04-016-23/+23
* [SPARK-14255][SQL] Streaming AggregationMichael Armbrust2016-04-0133-305/+827