aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/scala/org/apache/spark/SparkContext.scala
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-13904][SCHEDULER] Add support for pluggable cluster managerHemant Bhanawat2016-04-161-3/+26
* [MINOR][SQL] Remove extra anonymous closure within functional transformationshyukjinkwon2016-04-141-2/+2
* [SPARK-14508][BUILD] Add a new ScalaStyle Rule `OmitBracesInCase`Dongjoon Hyun2016-04-121-8/+4
* [SPARK-14475] Propagate user-defined context from driver to executorsEric Liang2016-04-111-2/+4
* [SPARK-14449][SQL] SparkContext should use SparkListenerInterfaceMichael Armbrust2016-04-071-3/+5
* [SPARK-12133][STREAMING] Streaming dynamic allocationTathagata Das2016-04-061-0/+10
* [MINOR][DOCS] Use multi-line JavaDoc comments in Scala code.Dongjoon Hyun2016-04-021-19/+23
* [SPARK-14069][SQL] Improve SparkStatusTracker to also track executor informationWenchen Fan2016-03-311-2/+1
* [SPARK-14091][CORE] Improve performance of SparkContext.getCallSite()Rajesh Balamohan2016-03-251-1/+1
* [SPARK-13928] Move org.apache.spark.Logging into org.apache.spark.internal.Lo...Wenchen Fan2016-03-171-0/+1
* [SPARK-13281][CORE] Switch broadcast of RDD to exception from warningWesley Tang2016-03-161-6/+2
* [SPARK-13583][CORE][STREAMING] Remove unused imports and add checkstyle ruleDongjoon Hyun2016-03-031-1/+0
* [SPARK-13423][WIP][CORE][SQL][STREAMING] Static analysis fixes for 2.xSean Owen2016-03-031-3/+4
* [SPARK-12994][CORE] It is not necessary to create ExecutorAllocationM…Jeff Zhang2016-02-291-5/+1
* [SPARK-13220][CORE] deprecate yarn-client and yarn-cluster modejerryshao2016-02-231-18/+12
* [SPARK-13413] Remove SparkContext.metricsSystemReynold Xin2016-02-221-7/+2
* [SPARK-13426][CORE] Remove the support of SIMRjerryshao2016-02-221-9/+1
* [SPARK-12755][CORE] Stop the event logger before the DAG schedulerMichael Allman2016-01-251-6/+6
* [SPARK-12847][CORE][STREAMING] Remove StreamingListenerBus and post all Strea...Shixiong Zhu2016-01-201-3/+3
* [SPARK-12667] Remove block manager's internal "external block store" APIReynold Xin2016-01-151-6/+0
* [SPARK-7689] Remove TTL-based metadata cleaning in Spark 2.0Josh Rosen2016-01-061-15/+6
* [SPARK-3873][CORE] Import ordering fixes.Marcelo Vanzin2016-01-051-10/+8
* [SPARK-12615] Remove some deprecated APIs in RDD/SparkContextReynold Xin2016-01-051-259/+2
* [SPARK-12481][CORE][STREAMING][SQL] Remove usage of Hadoop deprecated APIs an...Sean Owen2016-01-021-8/+8
* [SPARK-12517] add default RDD name for one created via sc.textFileYaron Weinsberg2015-12-291-2/+2
* [SPARK-12440][CORE] Avoid setCheckpoint warning when directory is not localpierre-borckmans2015-12-241-2/+3
* Minor corrections, i.e. typo fixes and follow deprecatedJacek Laskowski2015-12-221-1/+1
* [SPARK-2331] SparkContext.emptyRDD should return RDD[T] not EmptyRDD[T]Reynold Xin2015-12-211-1/+1
* [SPARK-12374][SPARK-12150][SQL] Adding logical/physical operators for Rangegatorsmile2015-12-211-1/+1
* [SPARK-11563][CORE][REPL] Use RpcEnv to transfer REPL-generated classes.Marcelo Vanzin2015-12-101-0/+6
* [SPARK-11859][MESOS] SparkContext accepts invalid Master URLs in the form zk:...toddwan2015-11-301-6/+10
* [SPARK-11996][CORE] Make the executor thread dump work againShixiong Zhu2015-11-261-7/+3
* [SPARK-11686][CORE] Issue WARN when dynamic allocation is disabled due to spa...Ashwin Swaroop2015-11-251-1/+1
* [SPARK-11872] Prevent the call to SparkContext#stop() in the listener bus's t...tedyu2015-11-241-0/+4
* [SPARK-11140][CORE] Transfer files using network lib when using NettyRpcEnv.Marcelo Vanzin2015-11-231-4/+4
* [SPARK-11828][CORE] Register DAGScheduler metrics source after app id is known.Marcelo Vanzin2015-11-191-0/+1
* [SPARK-11809] Switch the default Mesos mode to coarse-grained modeReynold Xin2015-11-181-1/+1
* [SPARK-9552] Add force control for killExecutors to avoid false killing for t...Grace2015-11-171-2/+2
* [SPARK-11709] include creation site info in SparkContext.assertNotStopped err...Xiangrui Meng2015-11-121-1/+17
* [SPARK-11646] WholeTextFileRDD should return Text rather than StringReynold Xin2015-11-111-3/+3
* [SPARK-11361][STREAMING] Show scopes of RDD operations inside DStream.foreach...Tathagata Das2015-11-101-4/+5
* [SPARK-11440][CORE][STREAMING][BUILD] Declare rest of @Experimental items non...Sean Owen2015-11-051-9/+1
* [SPARK-11251] Fix page size calculation in local modeAndrew Or2015-10-221-13/+35
* [SPARK-10921][YARN] Completely remove the use of SparkContext.prefer…Jacek Laskowski2015-10-191-16/+6
* [SPARK-10812] [YARN] Spark hadoop util support switching to yarnHolden Karau2015-09-281-0/+2
* [Minor] style fix for previous commit f24316eAndrew Or2015-09-221-0/+1
* [SPARK-10458] [SPARK CORE] Added isStopped() method in SparkContextMadhusudanan Kandasamy2015-09-221-0/+4
* [SPARK-9522] [SQL] SparkSubmit process can not exit if kill application when ...linweizhong2015-09-171-1/+1
* [SPARK-10531] [CORE] AppId is set as AppName in status rest apiJeff Zhang2015-09-171-0/+1
* [SPARK-10548] [SPARK-10563] [SQL] Fix concurrent SQL executionsAndrew Or2015-09-151-2/+7