aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-13810][CORE] Add Port Configuration Suggestions on Bind ExceptionsBjorn Jonsson2016-03-131-2/+4
* [MINOR][DOCS] Replace `DataFrame` with `Dataset` in Javadoc.Dongjoon Hyun2016-03-132-7/+7
* [SPARK-13841][SQL] Removes Dataset.collectRows()/takeRows()Cheng Lian2016-03-1317-54/+40
* [SPARK-13828][SQL] Bring back stack trace of AnalysisException thrown from Qu...Cheng Lian2016-03-122-2/+13
* [SPARK-13671] [SPARK-13311] [SQL] Use different physical plans for RDD and da...Davies Liu2016-03-1212-64/+110
* [SPARK-13830] prefer block manager than direct result for large resultDavies Liu2016-03-111-3/+6
* [SPARK-13139][SQL] Parse Hive DDL commands ourselvesAndrew Or2016-03-118-36/+1318
* [SPARK-13814] [PYSPARK] Delete unnecessary imports in python examples filesZheng RuiFeng2016-03-1115-27/+0
* [SPARK-13807] De-duplicate `Python*Helper` instantiation code in PySpark stre...Josh Rosen2016-03-114-84/+60
* [SPARK-13328][CORE] Poor read performance for broadcast variables with dynami...Nezih Yigitbasi2016-03-112-15/+116
* [STREAMING][MINOR] Fix a duplicate "be" in commentsLiwei Lin2016-03-111-2/+1
* [SPARK-13780][SQL] Add missing dependency to build.Marcelo Vanzin2016-03-111-0/+4
* [SPARK-13817][BUILD][SQL] Re-enable MiMA and removes object DataFrameCheng Lian2016-03-1133-69/+78
* [SPARK-13577][YARN] Allow Spark jar to be multiple jars, archive.Marcelo Vanzin2016-03-118-80/+227
* [HOT-FIX][SQL][ML] Fix compile error from use of DataFrame in Java MaxAbsScal...Nick Pentreath2016-03-111-3/+4
* [SPARK-13787][ML][PYSPARK] Pyspark feature importances for decision tree and ...sethah2016-03-112-0/+88
* [SPARK-13512][ML] add example and doc for MaxAbsScalerYuhao Yang2016-03-113-0/+133
* [SPARK-13294][PROJECT INFRA] Remove MiMa's dependency on spark-class / Spark ...Josh Rosen2016-03-108-576/+58
* [SPARK-13672][ML] Add python examples of BisectingKMeans in ML and MLLIBZheng RuiFeng2016-03-114-0/+114
* [MINOR][CORE] Fix a duplicate "and" in a log message.Marcelo Vanzin2016-03-101-1/+1
* [HOT-FIX] fix compileWenchen Fan2016-03-111-2/+2
* [SPARK-12718][SPARK-13720][SQL] SQL generation support for window functionsWenchen Fan2016-03-116-39/+236
* [SPARK-13732][SPARK-13797][SQL] Remove projectList from Window and Eliminate ...gatorsmile2016-03-117-27/+94
* [SPARK-13389][SPARKR] SparkR support first/last with ignore NAsYanbo Liang2016-03-103-10/+45
* [SPARK-13789] Infer additional constraints from attribute equalitySameer Agarwal2016-03-102-0/+35
* [SPARK-13327][SPARKR] Added parameter validations for colnames<-Oscar D. Lara Yejas2016-03-102-1/+32
* [MINOR][DOC] Fix supported hive version in docDongjoon Hyun2016-03-101-2/+2
* [SPARK-13244][SQL] Migrates DataFrame to DatasetCheng Lian2016-03-10116-1444/+1069
* [SPARK-13604][CORE] Sync worker's state after registering with masterShixiong Zhu2016-03-104-5/+90
* [SPARK-13751] [SQL] generate better code for FilterDavies Liu2016-03-103-14/+57
* [SPARK-3854][BUILD] Scala style: require spaces before `{`.Dongjoon Hyun2016-03-1042-52/+60
* [SPARK-13696] Remove BlockStore class & simplify interfaces of mem. & disk st...Josh Rosen2016-03-1017-613/+536
* [SQL][TEST] Increased timeouts to reduce flakiness in ContinuousQueryManagerS...Tathagata Das2016-03-101-15/+15
* [SPARK-13790] Speed up ColumnVector's getDecimalNong Li2016-03-103-3/+14
* [SPARK-13759][SQL] Add IsNotNull constraints for expressions with an inequalitySameer Agarwal2016-03-104-6/+26
* [SPARK-13727][CORE] SparkConf.contains does not consider deprecated keysbomeng2016-03-102-1/+18
* [SPARK-13636] [SQL] Directly consume UnsafeRow in wholestage codegen plansLiang-Chi Hsieh2016-03-108-23/+43
* [SPARK-13758][STREAMING][CORE] enhance exception message to avoid misleadingmwws2016-03-101-4/+8
* [SPARK-13663][CORE] Upgrade Snappy Java to 1.1.2.1Sean Owen2016-03-106-6/+6
* [SPARK-11108][ML] OneHotEncoder should support other numeric typessethah2016-03-102-3/+35
* [MINOR][SQL] Replace DataFrameWriter.stream() with startStream() in comments.Dongjoon Hyun2016-03-091-3/+3
* [SPARK-13706][ML] Add Python Example for Train Validation SplitJeremyNixon2016-03-102-0/+72
* [SPARK-7420][STREAMING][TESTS] Enable test: o.a.s.streaming.JobGeneratorSuite...proflin2016-03-091-2/+1
* [SPARK-13794][SQL] Rename DataFrameWriter.stream() DataFrameWriter.startStream()Reynold Xin2016-03-092-15/+15
* [SPARK-13766][SQL] Consistent file extensions for files written by internal d...hyukjinkwon2016-03-099-11/+29
* Revert "[SPARK-13760][SQL] Fix BigDecimal constructor for FloatType"Yin Huai2016-03-091-1/+1
* [SPARK-13760][SQL] Fix BigDecimal constructor for FloatTypeSameer Agarwal2016-03-091-1/+1
* [SPARK-13492][MESOS] Configurable Mesos framework webui URL.Sergiusz Urbaniak2016-03-099-10/+93
* [MINOR] Fix typo in 'hypot' docstringTristan Reid2016-03-091-1/+1
* [SPARK-13775] History page sorted by completed time desc by default.zhuol2016-03-091-1/+1