aboutsummaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-14731][shuffle]Revert SPARK-12130 to make 2.0 shuffle service compatib...Lianhui Wang2016-04-256-27/+31
* [SPARK-14667] Remove HashShuffleManagerReynold Xin2016-04-186-90/+10
* [SPARK-14547] Avoid DNS resolution for reusing connectionsReynold Xin2016-04-121-11/+20
* [SPARK-14134][CORE] Change the package name used for shading classes.Marcelo Vanzin2016-04-061-2/+2
* [SPARK-14290][CORE][NETWORK] avoid significant memory copy in netty's transferToZhang, Liye2016-04-061-1/+29
* [SPARK-14355][BUILD] Fix typos in Exception/Testcase/Comments and static anal...Dongjoon Hyun2016-04-034-6/+6
* [SPARK-13992] Add support for off-heap cachingJosh Rosen2016-04-011-0/+32
* [SPARK-14242][CORE][NETWORK] avoid copy in compositeBuffer for frame decoderZhang, Liye2016-03-311-1/+1
* [SPARK-14254][CORE] Add logs to help investigate the network performanceShixiong Zhu2016-03-291-1/+4
* [SPARK-12181] Check Cached unaligned-access capability before using Unsafetedyu2016-03-291-0/+28
* [SPARK-13622][YARN] Issue creating level db for YARN shuffle servicenfraison2016-03-281-3/+4
* [SPARK-14011][CORE][SQL] Enable `LineLength` Java checkstyle ruleDongjoon Hyun2016-03-2121-31/+31
* [SPARK-10680][TESTS] Increase 'connectionTimeout' to make RequestTimeoutInteg...Shixiong Zhu2016-03-191-5/+5
* [SPARK-13921] Store serialized blocks as multiple chunks in MemoryStoreJosh Rosen2016-03-171-1/+1
* [SPARK-13823][SPARK-13397][SPARK-13395][CORE] More warnings, StandardCharset ...Sean Owen2016-03-168-104/+93
* [MINOR][COMMON] Fix copy-paste oversight in variable namingBjorn Jonsson2016-03-141-2/+2
* [SPARK-12583][MESOS] Mesos shuffle service: Don't delete shuffle files before...Bertrand Bossy2016-03-144-18/+130
* [SPARK-13823][CORE][STREAMING][SQL] Always specify Charset in String <-> byte...Sean Owen2016-03-138-51/+55
* [SPARK-13702][CORE][SQL][MLLIB] Use diamond operator for generic instance cre...Dongjoon Hyun2016-03-091-2/+2
* [SPARK-13692][CORE][SQL] Fix trivial Coverity/Checkstyle defectsDongjoon Hyun2016-03-094-4/+5
* [SPARK-529][CORE][YARN] Add type-safe config keys to SparkConf.Marcelo Vanzin2016-03-071-13/+12
* [SPARK-13652][CORE] Copy ByteBuffer in sendRpcSync as it will be recycledShixiong Zhu2016-03-032-2/+11
* [SPARK-13583][CORE][STREAMING] Remove unused imports and add checkstyle ruleDongjoon Hyun2016-03-0312-17/+0
* [SPARK-13423][WIP][CORE][SQL][STREAMING] Static analysis fixes for 2.xSean Owen2016-03-039-17/+26
* [SPARK-13548][BUILD] Move tags and unsafe modules into commonReynold Xin2016-03-0126-0/+3771
* [SPARK-13529][BUILD] Move network/* modules into common/network-*Reynold Xin2016-02-28110-0/+13702
* [MINOR][SQL] Fix modifier order.Dongjoon Hyun2016-02-261-1/+1
* [MINOR][DOCS] Fix all typos in markdown files of `doc` and similar patterns i...Dongjoon Hyun2016-02-221-1/+1
* [SPARK-6363][BUILD] Make Scala 2.11 the default Scala versionJosh Rosen2016-01-301-2/+2
* [SPARK-12818] Polishes spark-sketch moduleCheng Lian2016-01-296-83/+110
* [SPARK-13050][BUILD] Scalatest tags fail build with the addition of the sketc...Alex Bozarth2016-01-281-0/+7
* [SPARK-12818][SQL] Specialized integral and string types for Count-min SketchCheng Lian2016-01-282-9/+60
* [SPARK-12938][SQL] DataFrame API for Bloom filterWenchen Fan2016-01-274-91/+179
* [SPARK-12935][SQL] DataFrame API for Count-Min SketchCheng Lian2016-01-263-36/+56
* [SPARK-12937][SQL] bloom filter serializationWenchen Fan2016-01-266-44/+159
* [SPARK-12934] use try-with-resources for streamstedyu2016-01-251-0/+2
* [SPARK-12936][SQL] Initial bloom filter implementationWenchen Fan2016-01-255-0/+602
* [SPARK-12934][SQL] Count-min sketch serializationCheng Lian2016-01-254-19/+213
* [SPARK-12933][SQL] Initial implementation of Count-Min sketchCheng Lian2016-01-236-0/+852