aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [SPARK-15737][CORE] fix jetty warningbomeng2016-06-032-0/+2
* [SPARK-15714][CORE] Fix flaky o.a.s.scheduler.BlacklistIntegrationSuiteImran Rashid2016-06-033-25/+54
* [SPARK-15494][SQL] encoder code cleanupWenchen Fan2016-06-0321-392/+324
* [SPARK-15744][SQL] Rename two TungstenAggregation*Suites and update codgen/er...Dongjoon Hyun2016-06-038-30/+30
* [SPARK-15745][SQL] Use classloader's getResource() for reading resource files...Sameer Agarwal2016-06-031-12/+1
* [SPARK-14959][SQL] handle partitioned table directories in distributed filesy...Xin Wu2016-06-023-33/+14
* [SPARK-15733][SQL] Makes the explain output less verbose by hiding some verbo...Sean Zhong2016-06-021-5/+13
* [SPARK-15724] Add benchmarks for performance over wide schemasEric Liang2016-06-021-0/+376
* [SPARK-15732][SQL] better error message when use java reserved keyword as fie...Wenchen Fan2016-06-022-0/+21
* [SPARK-15715][SQL] Fix alter partition with storage information in HiveAndrew Or2016-06-024-10/+57
* [SPARK-15740][MLLIB] ignore big model load / save in Word2VecSuiteXiangrui Meng2016-06-021-1/+1
* [SPARK-15718][SQL] better error message for writing bucketed dataWenchen Fan2016-06-023-11/+22
* [SPARK-15736][CORE] Gracefully handle loss of DiskStore filesJosh Rosen2016-06-023-6/+66
* [SPARK-15668][ML] ml.feature: update check schema to avoid confusion when use...Yuhao Yang2016-06-024-36/+25
* [MINOR] clean up style for storage param setters in ALSNick Pentreath2016-06-021-6/+2
* [SPARK-15734][SQL] Avoids printing internal row in explain outputSean Zhong2016-06-023-1/+17
* [SPARK-15719][SQL] Disables writing Parquet summary files by defaultCheng Lian2016-06-025-44/+62
* [SPARK-15092][SPARK-15139][PYSPARK][ML] Pyspark TreeEnsemble missing methodsHolden Karau2016-06-022-1/+67
* [SPARK-15711][SQL] Ban CREATE TEMPORARY TABLE USING AS SELECTSean Zhong2016-06-026-221/+142
* [SPARK-15515][SQL] Error Handling in Running SQL Directly On Filesgatorsmile2016-06-026-34/+134
* [SPARK-15728][SQL] Rename aggregate operators: HashAggregate and SortAggregateReynold Xin2016-06-029-35/+37