aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-13599][BUILD] remove transitive groovy dependencies from HiveSteve Loughran2016-03-036-5/+21
* [SPARK-13013][DOCS] Replace example code in mllib-clustering.md using include...Xin Ren2016-03-0316-447/+715
* [SPARK-13423][HOTFIX] Static analysis fixes for 2.x / fixed for Scala 2.10Sean Owen2016-03-033-3/+3
* [SPARK-13583][CORE][STREAMING] Remove unused imports and add checkstyle ruleDongjoon Hyun2016-03-03226-337/+103
* [SPARK-13423][WIP][CORE][SQL][STREAMING] Static analysis fixes for 2.xSean Owen2016-03-03147-293/+345
* [HOT-FIX] Recover some deprecations for 2.10 compatibility.Dongjoon Hyun2016-03-034-7/+7
* [SPARK-13466] [SQL] Remove projects that become redundant after column prunin...Liang-Chi Hsieh2016-03-034-11/+35
* [SPARK-13635] [SQL] Enable LimitPushdown optimizer rule because we have whole...Liang-Chi Hsieh2016-03-021-1/+1
* [SPARK-13621][CORE] TestExecutor.scala needs to be moved to test packageDevaraj K2016-03-022-59/+0
* [SPARK-13616][SQL] Let SQLBuilder convert logical plan without a project on t...Liang-Chi Hsieh2016-03-022-1/+63
* [SPARK-13627][SQL][YARN] Fix simple deprecation warnings.Dongjoon Hyun2016-03-025-8/+8
* [SPARK-13617][SQL] remove unnecessary GroupingAnalytics traitWenchen Fan2016-03-022-28/+17
* [SPARK-13528][SQL] Make the short names of compression codecs consistent in P...Takeshi YAMAMURO2016-03-024-33/+37
* [SPARK-13594][SQL] remove typed operations(e.g. map, flatMap) from python Dat...Wenchen Fan2016-03-026-60/+22
* [SPARK-13574] [SQL] Add benchmark to measure string dictionary decode.Nong Li2016-03-021-18/+52
* [SPARK-13601] call failure callbacks before writer.close()Davies Liu2016-03-027-53/+271
* [SPARK-13535][SQL] Fix Analysis Exceptions when Using Backticks in Transform ...gatorsmile2016-03-023-4/+12
* [SPARK-12817] Add BlockManager.getOrElseUpdate and remove CacheManagerJosh Rosen2016-03-0216-597/+365
* [SPARK-13609] [SQL] Support Column Pruning for MapPartitionsgatorsmile2016-03-023-2/+28
* [SPARK-13515] Make FormatNumber work irrespective of locale.lgieron2016-03-021-7/+13
* Fix run-tests.py typosWojciech Jurczyk2016-03-021-1/+1
* [MINOR][STREAMING] Replace deprecated `apply` with `create` in example.Dongjoon Hyun2016-03-021-1/+1
* [BUILD][MINOR] Fix SBT build error with network-yarn modulejerryshao2016-03-011-1/+1
* [SPARK-13008][ML][PYTHON] Put one alg per line in pyspark.ml all listsJoseph K. Bradley2016-03-013-15/+36
* [SPARK-13167][SQL] Include rows with null values for partition column when re...sureshthalamati2016-03-012-1/+45
* [SPARK-13598] [SQL] remove LeftSemiJoinBNLDavies Liu2016-03-014-95/+2
* [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