aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/scala/org/apache/spark/deploy/client/AppClient.scala
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-15518] Rename various scheduler backend for consistencyReynold Xin2016-05-241-325/+0
* [SPARK-13928] Move org.apache.spark.Logging into org.apache.spark.internal.Lo...Wenchen Fan2016-03-171-2/+3
* [SPARK-13711][CORE] Don't call SparkUncaughtExceptionHandler in AppClient as ...Shixiong Zhu2016-03-071-10/+8
* [SPARK-3873][CORE] Import ordering fixes.Marcelo Vanzin2016-01-051-1/+1
* [SPARK-7995][SPARK-6280][CORE] Remove AkkaRpcEnv and remove systemName from s...Shixiong Zhu2015-12-311-2/+1
* [SPARK-12396][CORE] Modify the function scheduleAtFixedRate to schedule.echo2mei2015-12-251-2/+2
* Revert "Once driver register successfully, stop it to connect to master."Davies Liu2015-12-171-1/+0
* Once driver register successfully, stop it to connect to master.echo2mei2015-12-171-0/+1
* [SPARK-12101][CORE] Fix thread pools that cannot cache tasks in Worker and Ap...Shixiong Zhu2015-12-031-6/+4
* [SPARK-10558][CORE] Fix wrong executor state in Masterjerryshao2015-11-251-3/+0
* [SPARK-10827] replace volatile with Atomic* in AppClient.scala.Reynold Xin2015-11-111-33/+35
* [SPARK-10827][CORE] AppClient should not use `askWithReply` in `receiveAndReply`Bryan Cutler2015-11-101-4/+29
* [SPARK-9602] remove "Akka/Actor" words from commentsCodingCat2015-08-041-1/+1
* [SPARK-4751] Dynamic allocation in standalone modeAndrew Or2015-08-011-0/+45
* [SPARK-9497] [SPARK-9509] [CORE] Use ask instead of askWithRetryzsxwing2015-07-311-2/+3
* [SPARK-6602][Core] Update Master, Worker, Client, AppClient and related class...zsxwing2015-06-301-73/+126
* [SPARK-6490][Core] Add spark.rpc.* and deprecate spark.akka.*zsxwing2015-04-201-2/+2
* [SPARK-5771] Master UI inconsistently displays application coresAndrew Or2015-03-251-0/+1
* [SPARK-6428] Added explicit types for all public methods in core.Reynold Xin2015-03-231-1/+1
* [SPARK-4011] tighten the visibility of the members in Master/Worker classCodingCat2015-03-171-9/+9
* Spark 3883: SSL support for HttpServer and AkkaJacek Lewandowski2015-02-021-3/+4
* [SPARK-5126][Core] Verify Spark urls before creating Actors so that invalid u...zsxwing2015-01-071-13/+9
* [SPARK-4498][core] Don't transition ExecutorInfo to RUNNING until Driver adds...Mark Hamstra2014-12-031-0/+1
* [SPARK-2805] Upgrade Akka to 2.3.4Anand Avati2014-10-101-1/+1
* Revert "[SPARK-2805] Upgrade to akka 2.3.4"Patrick Wendell2014-10-091-1/+1
* [SPARK-2805] Upgrade to akka 2.3.4Anand Avati2014-10-081-1/+1
* [SPARK-2952] Enable logging actor messages at DEBUG levelReynold Xin2014-08-111-3/+3
* [SPARK-1620] Handle uncaught exceptions in function run by Akka schedulerMark Hamstra2014-05-141-8/+10
* [SPARK-1685] Cancel retryTimer on restart of Worker or AppClientMark Hamstra2014-05-061-4/+9
* SPARK-1689 AppClient should indicate app is dead() when removedAaron Davidson2014-05-031-7/+5
* Merge pull request #557 from ScrapCodes/style. Closes #557.Patrick Wendell2014-02-091-1/+2
* Merge remote-tracking branch 'apache-github/master' into standalone-driverPatrick Wendell2014-01-061-6/+15
* Small fix from rebasePatrick Wendell2013-12-251-1/+1
* Initial cut at driver submission.Patrick Wendell2013-12-251-1/+1
* Renaming Client => AppClientPatrick Wendell2013-12-251-0/+192