aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-15818][BUILD] Upgrade to Hadoop 2.7.2Adam Roberts2016-06-094-48/+48
* [SPARK-12712] Fix failure in ./dev/test-dependencies when run against empty ....Josh Rosen2016-06-091-1/+1
* [MINOR][DOC] In Dataset docs, remove self link to Dataset and add link to ColumnSandeep Singh2016-06-081-100/+100
* [SPARK-14670] [SQL] allow updating driver side sql metricsWenchen Fan2016-06-083-8/+85
* [SPARK-15735] Allow specifying min time to run in microbenchmarksEric Liang2016-06-081-37/+72
* [DOCUMENTATION] Fixed target JAR pathprabs2016-06-081-2/+2
* [MINOR] Fix Java Lint errors introduced by #13286 and #13280Sandeep Singh2016-06-083-6/+6
* [SPARK-15793][ML] Add maxSentenceLength for ml.Word2Vecyinxusen2016-06-082-0/+20
* [SPARK-15789][SQL] Allow reserved keywords in most placesHerman van Hovell2016-06-076-28/+35
* [SPARK-15580][SQL] Add ContinuousQueryInfo to make ContinuousQueryListener ev...Shixiong Zhu2016-06-078-76/+203
* [SPARK-14485][CORE] ignore task finished for executor lost and removed by driverzhonghaihua2016-06-071-1/+13
* [SPARK-13590][ML][DOC] Document spark.ml LiR, LoR and AFTSurvivalRegression b...Yanbo Liang2016-06-074-1/+28
* [SPARK-15674][SQL] Deprecates "CREATE TEMPORARY TABLE USING...", uses "CREAT ...Sean Zhong2016-06-075-6/+47
* [SPARK-15760][DOCS] Add documentation for package-related configs.Marcelo Vanzin2016-06-071-0/+47
* [SPARK-15684][SPARKR] Not mask startsWith and endsWith in Rwm624@hotmail.com2016-06-073-3/+44
* [MINOR] fix typo in documentsWeichenXu2016-06-073-3/+3
* [SPARK-15792][SQL] Allows operator to change the verbosity in explain outputSean Zhong2016-06-067-18/+55
* [SPARK-15632][SQL] Typed Filter should NOT change the Dataset schemaSean Zhong2016-06-065-10/+31
* [SPARK-15652][LAUNCHER] Added a new State (LOST) for the listeners of SparkLa...Subroto Sanyal2016-06-063-1/+38
* [SPARK-15783][CORE] still some flakiness in these blacklist tests so ignore f...Imran Rashid2016-06-062-3/+8
* [SPARK-15764][SQL] Replace N^2 loop in BindReferencesJosh Rosen2016-06-066-15/+40
* [SPARK-15721][ML] Make DefaultParamsReadable, DefaultParamsWritable publicJoseph K. Bradley2016-06-062-3/+163
* [SPARK-14279][BUILD] Pick the spark version from pomDhruve Ashar2016-06-066-8/+150
* [SPARK-14900][ML][PYSPARK] Add accuracy and deprecate precison,recall,f1Zheng RuiFeng2016-06-061-0/+18
* [SPARK-15771][ML][EXAMPLES] Use 'accuracy' rather than 'precision' in many ML...Yanbo Liang2016-06-0619-37/+37
* [MINOR] Fix Typos 'an -> a'Zheng RuiFeng2016-06-0670-102/+102
* Revert "[SPARK-15585][SQL] Fix NULL handling along with a spark-csv behaivour"Reynold Xin2016-06-053-55/+48
* [SPARK-15585][SQL] Fix NULL handling along with a spark-csv behaivourTakeshi YAMAMURO2016-06-053-48/+55
* [SPARK-15704][SQL] add a test case in DatasetAggregatorSuite for regression t...Hiroshi Inoue2016-06-051-0/+19
* [SPARK-15748][SQL] Replace inefficient foldLeft() call with flatMap() in Part...Josh Rosen2016-06-053-5/+5
* [SPARK-15657][SQL] RowEncoder should validate the data type of input objectWenchen Fan2016-06-054-40/+95
* [MINOR][R][DOC] Fix R documentation generation instruction.Kai Jiang2016-06-052-22/+20
* [SPARK-15770][ML] Annotation audit for Experimental and DeveloperApiZheng RuiFeng2016-06-0513-3/+50
* [SPARK-15723] Fixed local-timezone-brittle test where short-timezone form "ES...Brett Randall2016-06-051-1/+2
* [SPARK-15707][SQL] Make Code Neat - Use map instead of if check.Weiqing Yang2016-06-041-6/+2
* [SPARK-15762][SQL] Cache Metadata & StructType hashCodes; use singleton Metad...Josh Rosen2016-06-042-3/+7
* [MINOR][BUILD] Add modernizr MIT license; specify "2014 and onwards" in licen...Sean Owen2016-06-043-1/+23
* [SPARK-15617][ML][DOC] Clarify that fMeasure in MulticlassMetrics is "micro" ...Ruifeng Zheng2016-06-044-24/+10
* [SPARK-15756][SQL] Support command 'create table stored as orcfile/parquetfil...Lianhui Wang2016-06-032-0/+18
* [SPARK-15754][YARN] Not letting the credentials containing hdfs delegation to...Subroto Sanyal2016-06-031-2/+2
* [SPARK-15391] [SQL] manage the temporary memory of timsortDavies Liu2016-06-0313-64/+115
* [SPARK-15168][PYSPARK][ML] Add missing params to MultilayerPerceptronClassifierHolden Karau2016-06-031-9/+66
* [SPARK-15722][SQL] Disallow specifying schema in CTAS statementAndrew Or2016-06-036-58/+25
* [SPARK-15140][SQL] make the semantics of null input object for encoder clearWenchen Fan2016-06-035-9/+33
* [SPARK-15681][CORE] allow lowercase or mixed case log level string when calli...Xin Wu2016-06-032-7/+24
* [SPARK-15547][SQL] nested case class in encoder can have different number of ...Wenchen Fan2016-06-032-1/+12
* [SPARK-15286][SQL] Make the output readable for EXPLAIN CREATE TABLE and DESC...gatorsmile2016-06-031-2/+58
* [SPARK-15742][SQL] Reduce temp collections allocations in TreeNode transform ...Josh Rosen2016-06-032-9/+23
* [SPARK-15665][CORE] spark-submit --kill and --status are not workingDevaraj K2016-06-032-11/+29
* [SPARK-15677][SQL] Query with scalar sub-query in the SELECT list throws Unsu...Ioana Delaney2016-06-032-1/+33