aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/scala/org/apache/spark/SparkEnv.scala
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-13928] Move org.apache.spark.Logging into org.apache.spark.internal.Lo...Wenchen Fan2016-03-171-0/+1
* [SPARK-13926] Automatically use Kryo serializer when shuffling RDDs with simp...Josh Rosen2016-03-161-1/+5
* [SPARK-12817] Add BlockManager.getOrElseUpdate and remove CacheManagerJosh Rosen2016-03-021-4/+0
* [SPARK-12414][CORE] Remove closure serializerSean Owen2016-02-101-3/+2
* [SPARK-7997][CORE] Add rpcEnv.awaitTermination() back to SparkEnvShixiong Zhu2016-02-021-0/+1
* [HOTFIX]Remove rpcEnv.awaitTermination to avoid dead-lock in some testShixiong Zhu2016-01-221-1/+0
* [SPARK-7997][CORE] Remove Akka from Spark Core and StreamingShixiong Zhu2016-01-221-39/+10
* [SPARK-3873][CORE] Import ordering fixes.Marcelo Vanzin2016-01-051-3/+3
* [SPARK-7995][SPARK-6280][CORE] Remove AkkaRpcEnv and remove systemName from s...Shixiong Zhu2015-12-311-9/+3
* [SPARK-12386][CORE] Fix NPE when spark.executor.port is set.Marcelo Vanzin2015-12-161-1/+6
* [SPARK-11140][CORE] Transfer files using network lib when using NettyRpcEnv.Marcelo Vanzin2015-11-231-14/+0
* [SPARK-11830][CORE] Make NettyRpcEnv bind to the specified hostzsxwing2015-11-191-1/+8
* [SPARK-11389][CORE] Add support for off-heap memory to MemoryManagerJosh Rosen2015-11-061-1/+1
* [SPARK-10997][CORE] Add "client mode" to netty rpc env.Marcelo Vanzin2015-11-021-2/+5
* [SPARK-10984] Simplify *MemoryManager class structureJosh Rosen2015-10-251-20/+3
* [SPARK-11251] Fix page size calculation in local modeAndrew Or2015-10-221-1/+3
* [SPARK-10708] Consolidate sort shuffle implementationsJosh Rosen2015-10-221-1/+1
* [SPARK-10983] Unified memory managerAndrew Or2015-10-131-2/+9
* [SPARK-10956] Common MemoryManager interface for storage and executionAndrew Or2015-10-081-3/+8
* [SPARK-6028] [CORE] Remerge #6457: new RPC implemetation and also pick #8905zsxwing2015-10-031-5/+15
* Revert "[SPARK-6028][Core]A new RPC implemetation based on the network module"Xiangrui Meng2015-09-241-15/+5
* [SPARK-6028][Core]A new RPC implemetation based on the network modulezsxwing2015-09-231-5/+15
* [SPARK-9767] Remove ConnectionManager.Reynold Xin2015-09-071-10/+1
* [SPARK-9934] Deprecate NIO ConnectionManager.Reynold Xin2015-08-141-0/+2
* [SPARK-9700] Pick default page size more intelligently.Reynold Xin2015-08-061-1/+1
* [SPARK-8962] Add Scalastyle rule to ban direct use of Class.forName; fix exis...Josh Rosen2015-07-141-1/+1
* [SPARK-8771] [TRIVIAL] Add a version to the deprecated annotation for the act...Holden Karau2015-07-011-2/+2
* [SPARK-2645] [CORE] Allow SparkEnv.stop() to be called multiple times without...Joshi2015-06-301-32/+34
* [SPARK-7996] Deprecate the developer api SparkEnv.actorSystemIlya Ganelin2015-06-101-1/+4
* [SPARK-7927] whitespace fixes for core.Reynold Xin2015-05-281-2/+2
* [SPARK-7563] OutputCommitCoordinator.stop() should only run on the driverJosh Rosen2015-05-151-1/+1
* [SPARK-7081] Faster sort-based shuffle path using binary processing cache-awa...Josh Rosen2015-05-131-1/+2
* [SPARK-7076][SPARK-7077][SPARK-7080][SQL] Use managed memory for aggregationsJosh Rosen2015-04-291-0/+12
* [SPARK-5933] [core] Move config deprecation warnings to SparkConf.Marcelo Vanzin2015-04-171-8/+2
* [SPARK-6602][Core] Update MapOutputTrackerMasterActor to MapOutputTrackerMast...zsxwing2015-04-051-14/+4
* [SPARK-6602][Core] Replace direct use of Akka with Spark RPC interface - part 1zsxwing2015-04-041-5/+8
* [SPARK-5124][Core] A standard RPC interface and an Akka implementationzsxwing2015-03-291-14/+28
* [SPARK-4879] Use driver to coordinate Hadoop output committing for speculativ...mcheah2015-02-101-4/+18
* [SPARK-5644] [Core]Delete tmp dir when sc is stopSephiroth-Lin2015-02-101-1/+28
* Make sure only owner can read / write to directories created for the job.Marcelo Vanzin2015-02-021-1/+1
* [SPARK-5401] set executor ID before creating MetricsSystemRyan Williams2015-01-251-0/+4
* [SPARK-5006][Deploy]spark.port.maxRetries doesn't workWangTaoTheTonic2015-01-131-1/+1
* [SPARK-4952][Core]Handle ConcurrentModificationExceptions in SparkEnv.environ...GuoQiang Li2014-12-261-1/+1
* Small refactoring to pass SparkEnv into Executor rather than creating SparkEn...Reynold Xin2014-12-191-15/+11
* [SPARK-4668] Fix some documentation typos.Ryan Williams2014-12-151-3/+19
* [SPARK-4370] [Core] Limit number of Netty cores based on executor sizeAaron Davidson2014-11-121-4/+8
* [SPARK-4242] [Core] Add SASL to external shuffle serviceAaron Davidson2014-11-051-1/+1
* [SPARK-2938] Support SASL authentication in NettyBlockTransferServiceAaron Davidson2014-11-041-1/+2
* [SPARK-4183] Close transport-related resources between SparkContextsAaron Davidson2014-11-021-1/+1
* Revert "[SPARK-4183] Enable NettyBlockTransferService by default"Patrick Wendell2014-11-011-1/+1