aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-13548][BUILD] Move tags and unsafe modules into commonReynold Xin2016-03-0127-4/+4
* [SPARK-13582] [SQL] defer dictionary decoding in parquet readerDavies Liu2016-03-0115-203/+221
* Closes #11320Xiangrui Meng2016-03-010-0/+0
* [SPARK-12811][ML] Estimator for Generalized Linear Models(GLMs)Yanbo Liang2016-03-014-4/+1094
* [SPARK-13511] [SQL] Add wholestage codegen for limitLiang-Chi Hsieh2016-03-012-2/+47
* [SPARK-13592][WINDOWS] fix path of spark-submit2.cmd in spark-submit.cmdMasayoshi TSUZUKI2016-03-011-1/+1
* [SPARK-13550][ML] Add java example for ml.clustering.BisectingKMeansZheng RuiFeng2016-02-291-0/+81
* [SPARK-13551][MLLIB] Fix wrong comment and remove meanless lines in mllib.Jav...Zheng RuiFeng2016-02-291-4/+2
* [SPARK-13478][YARN] Use real user when fetching delegation tokens.Marcelo Vanzin2016-02-293-12/+41
* [SPARK-13123][SQL] Implement whole state codegen for sortSameer Agarwal2016-02-295-35/+122
* [SPARK-13522][CORE] Fix the exit log place for heartbeatShixiong Zhu2016-02-291-1/+2
* [SPARK-13522][CORE] Executor should kill itself when it's unable to heartbeat...Shixiong Zhu2016-02-292-1/+29
* [SPARK-13544][SQL] Rewrite/Propagate Constraints for Aliases in Aggregategatorsmile2016-02-293-23/+38
* [SPARK-13509][SPARK-13507][SQL] Support for writing CSV with a single functio...hyukjinkwon2016-02-296-10/+80
* [SPARK-13540][SQL] Supports using nested classes within Scala objects as Data...Cheng Lian2016-03-012-1/+19
* [SPARK-13506][MLLIB] Fix the wrong parameter in R code comment in Association...Zheng RuiFeng2016-02-291-1/+2
* [SPARK-13481] Desc order of appID by default for history server page.zhuol2016-02-291-1/+2
* [SPARK-12633][PYSPARK] [DOC] PySpark regression parameter desc to consistent ...vijaykiran2016-02-292-164/+166
* [SPARK-12994][CORE] It is not necessary to create ExecutorAllocationM…Jeff Zhang2016-02-293-7/+21
* [SPARK-13545][MLLIB][PYSPARK] Make MLlib LogisticRegressionWithLBFGS's defaul...Yanbo Liang2016-02-292-3/+9
* [SPARK-13309][SQL] Fix type inference issue with CSV dataRahul Tanwani2016-02-284-10/+32
* [SPARK-13537][SQL] Fix readBytes in VectorizedPlainValuesReaderLiang-Chi Hsieh2016-02-282-1/+34
* [SPARK-13529][BUILD] Move network/* modules into common/network-*Reynold Xin2016-02-28115-8/+9
* [SPARK-13526][SQL] Move SQLContext per-session states to new classAndrew Or2016-02-2710-164/+294
* Closes #11413Reynold Xin2016-02-270-0/+0
* [SPARK-13533][SQL] Fix readBytes in VectorizedPlainValuesReaderNong Li2016-02-271-1/+1
* [SPARK-13530][SQL] Add ShortType support to UnsafeRowParquetRecordReaderLiang-Chi Hsieh2016-02-272-1/+36
* [SPARK-7483][MLLIB] Upgrade Chill to 0.7.2 to support Kryo with FPGrowthmark8002016-02-276-11/+11
* [SPARK-13518][SQL] Enable vectorized parquet scanner by defaultNong Li2016-02-261-4/+1
* [SPARK-13521][BUILD] Remove reference to Tachyon in cluster & release scriptsReynold Xin2016-02-269-160/+6
* [SPARK-13474][PROJECT INFRA] Update packaging scripts to push artifacts to ho...Josh Rosen2016-02-261-16/+44
* [SPARK-13519][CORE] Driver should tell Executor to stop itself when cleaning ...Shixiong Zhu2016-02-261-0/+4
* [SPARK-13505][ML] add python api for MaxAbsScalerzlpmichelle2016-02-261-7/+68
* [SPARK-13465] Add a task failure listener to TaskContextReynold Xin2016-02-269-85/+169
* [SPARK-13499] [SQL] Performance improvements for parquet reader.Nong Li2016-02-263-54/+59
* [SPARK-12313] [SQL] improve performance of BroadcastNestedLoopJoinDavies Liu2016-02-267-91/+295
* [MINOR][SQL] Fix modifier order.Dongjoon Hyun2016-02-261-1/+1
* [SPARK-11381][DOCS] Replace example code in mllib-linear-methods.md using inc...Dongjoon Hyun2016-02-2612-416/+758
* [SPARK-12634][PYSPARK][DOC] PySpark tree parameter desc to consistent formatBryan Cutler2016-02-266-277/+340
* [SPARK-13457][SQL] Removes DataFrame RDD operationsCheng Lian2016-02-2766-139/+138
* [SPARK-12523][YARN] Support long-running of the Spark On HBase and hive meta ...huangzhaowei2016-02-263-40/+42
* [MINOR][STREAMING] Fix a minor naming issue in JavaDStreamLikeLiwei Lin2016-02-261-0/+2
* [SPARK-13503][SQL] Support to specify the (writing) option for compression co...hyukjinkwon2016-02-255-27/+57
* [SPARK-13487][SQL] User-facing RuntimeConfig interfaceReynold Xin2016-02-254-1/+261
* [SPARK-12941][SQL][MASTER] Spark-SQL JDBC Oracle dialect fails to map string ...thomastechs2016-02-253-0/+98
* [SPARK-13504] [SPARKR] Add approxQuantile for SparkRYanbo Liang2016-02-254-0/+55
* [SPARK-13033] [ML] [PYSPARK] Add import/export for ml.regressionTommy YU2016-02-251-4/+30
* [SPARK-13028] [ML] Add MaxAbsScaler to ML.feature as a transformerYuhao Yang2016-02-252-0/+246
* [SPARK-13361][SQL] Add benchmark codes for Encoder#compress() in CompressionS...Takeshi YAMAMURO2016-02-251-89/+193
* [SPARK-12757] Add block-level read/write locks to BlockManagerJosh Rosen2016-02-2522-438/+1384