aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
...
* [MINOR] Add missing interpolation in NettyRPCEnvAndrew Or2015-12-161-1/+1
* [SPARK-12345][MESOS] Filter SPARK_HOME when submitting Spark jobs with Mesos ...Timothy Chen2015-12-162-2/+7
* [SPARK-12062][CORE] Change Master to asyc rebuild UI when application completesBryan Cutler2015-12-152-29/+52
* [SPARK-9886][CORE] Fix to use ShutdownHookManager inNaveen2015-12-151-11/+5
* [SPARK-10123][DEPLOY] Support specifying deploy mode from configurationjerryshao2015-12-152-1/+45
* [SPARK-9026][SPARK-4514] Modifications to JobWaiter, FutureAction, and AsyncR...Richard W. Eggert II2015-12-157-158/+251
* [SPARK-9516][UI] Improvement of Thread Dump PageCodingCat2015-12-154-43/+118
* [SPARK-12130] Replace shuffleManagerClass with shortShuffleMgrNames in Extern...Lianhui Wang2015-12-154-1/+9
* [SPARK-12332][TRIVIAL][TEST] Fix minor typo in ResetSystemPropertiesHolden Karau2015-12-151-1/+1
* [SPARK-12281][CORE] Fix a race condition when reporting ExecutorState in the ...Shixiong Zhu2015-12-133-3/+9
* [SPARK-12267][CORE] Store the remote RpcEnv address to send the correct disco...Shixiong Zhu2015-12-124-1/+65
* [SPARK-12155][SPARK-12253] Fix executor OOM in unified memory managementAndrew Or2015-12-104-31/+114
* [SPARK-12251] Document and improve off-heap memory configurationsJosh Rosen2015-12-1011-19/+42
* [SPARK-11563][CORE][REPL] Use RpcEnv to transfer REPL-generated classes.Marcelo Vanzin2015-12-108-15/+98
* [SPARK-12165][ADDENDUM] Fix outdated comments on unroll testAndrew Or2015-12-091-4/+9
* [SPARK-11824][WEBUI] WebUI does not render descriptions with 'bad' HTML, thro...Sean Owen2015-12-091-1/+0
* [SPARK-12165][SPARK-12189] Fix bugs in eviction of storage memory by executionJosh Rosen2015-12-098-204/+230
* [SPARK-10582][YARN][CORE] Fix AM failure situation for dynamic allocationjerryshao2015-12-093-2/+119
* [SPARK-12031][CORE][BUG] Integer overflow when do samplinguncleGen2015-12-092-7/+8
* [SPARK-12222] [CORE] Deserialize RoaringBitmap using Kryo serializer throw Bu...Fei Wang2015-12-082-2/+36
* [SPARK-12187] *MemoryPool classes should not be fully publicAndrew Or2015-12-084-4/+4
* [SPARK-12074] Avoid memory copy involving ByteBuffer.wrap(ByteArrayOutputStre...tedyu2015-12-083-7/+8
* [SPARK-11155][WEB UI] Stage summary json should include stage durationXin Ren2015-12-0810-8/+121
* [SPARK-12060][CORE] Avoid memory copy in JavaSerializerInstance.serializeShixiong Zhu2015-12-072-4/+34
* [SPARK-12084][CORE] Fix codes that uses ByteBuffer.array incorrectlyShixiong Zhu2015-12-049-21/+35
* [SPARK-12080][CORE] Kryo - Support multiple user registratorsrotems2015-12-041-2/+4
* [SPARK-12142][CORE]Reply false when container allocator is not ready and rese...meiyoula2015-12-041-0/+1
* [SPARK-12112][BUILD] Upgrade to SBT 0.13.9Josh Rosen2015-12-053-10/+10
* [SPARK-6990][BUILD] Add Java linting script; fix minor warningsDmitry Erastov2015-12-042-3/+3
* [SPARK-12089] [SQL] Fix memory corrupt due to freeing a page being referencedNong2015-12-041-2/+5
* [SPARK-11206] Support SQL UI on the history server (resubmit)Carson Wang2015-12-037-6/+57
* [SPARK-12056][CORE] Create a TaskAttemptContext only after calling setConf.Anderson de Andrade2015-12-031-2/+2
* [SPARK-12108] Make event logs smallerAndrew Or2015-12-034-40/+20
* [SPARK-12101][CORE] Fix thread pools that cannot cache tasks in Worker and Ap...Shixiong Zhu2015-12-032-12/+8
* [SPARK-12059][CORE] Avoid assertion error when unexpected state transition me...jerryshao2015-12-031-2/+3
* [SPARK-11314][YARN] add service API and test service for Yarn Cluster schedulersSteve Loughran2015-12-031-226/+0
* [SPARK-12082][FLAKY-TEST] Increase timeouts in NettyBlockTransferSecuritySuiteJosh Rosen2015-12-031-1/+1
* [SPARK-3580][CORE] Add Consistent Method To Get Number of RDD Partitions Acro...Jeroen Schot2015-12-024-1/+26
* [SPARK-12081] Make unified memory manager work with small heapsAndrew Or2015-12-012-4/+38
* [SPARK-8414] Ensure context cleaner periodic cleanupsAndrew Or2015-12-011-1/+20
* Revert "[SPARK-12060][CORE] Avoid memory copy in JavaSerializerInstance.seria...Shixiong Zhu2015-12-012-34/+4
* [SPARK-12004] Preserve the RDD partitioner through RDD checkpointingTathagata Das2015-12-013-31/+173
* [SPARK-12065] Upgrade Tachyon from 0.8.1 to 0.8.2Josh Rosen2015-12-011-1/+1
* [SPARK-11821] Propagate Kerberos keytab for all environmentswoj-i2015-12-011-0/+4
* [SPARK-12046][DOC] Fixes various ScalaDoc/JavaDoc issuesCheng Lian2015-12-0113-49/+53
* [SPARK-12060][CORE] Avoid memory copy in JavaSerializerInstance.serializeShixiong Zhu2015-12-012-4/+34
* [SPARK-12049][CORE] User JVM shutdown hook can cause deadlock at shutdownSean Owen2015-11-301-17/+16
* [SPARK-12007][NETWORK] Avoid copies in the network lib's RPC layer.Marcelo Vanzin2015-11-306-21/+24
* [SPARK-12037][CORE] initialize heartbeatReceiverRef before calling startDrive...CodingCat2015-11-301-3/+4
* [SPARK-12053][CORE] EventLoggingListener.getLogPath needs 4 parametersTeng Qiu2015-12-011-1/+1