aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorCodingCat <zhunansjtu@gmail.com>2015-08-04 14:54:11 -0700
committerReynold Xin <rxin@databricks.com>2015-08-04 14:54:11 -0700
commit9d668b73687e697cad2ef7fd3c3ba405e9795593 (patch)
treee7a4ddbd92ecab1fc5388e37273f25bec3b1737b /project
parentab8ee1a3b93286a62949569615086ef5030e9fae (diff)
downloadspark-9d668b73687e697cad2ef7fd3c3ba405e9795593.tar.gz
spark-9d668b73687e697cad2ef7fd3c3ba405e9795593.tar.bz2
spark-9d668b73687e697cad2ef7fd3c3ba405e9795593.zip
[SPARK-9602] remove "Akka/Actor" words from comments
https://issues.apache.org/jira/browse/SPARK-9602 Although we have hidden Akka behind RPC interface, I found that the Akka/Actor-related comments are still spreading everywhere. To make it consistent, we shall remove "actor"/"akka" words from the comments... Author: CodingCat <zhunansjtu@gmail.com> Closes #7936 from CodingCat/SPARK-9602 and squashes the following commits: e8296a3 [CodingCat] remove actor words from comments
Diffstat (limited to 'project')
-rw-r--r--project/MimaExcludes.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/project/MimaExcludes.scala b/project/MimaExcludes.scala
index 280aac9319..b60ae784c3 100644
--- a/project/MimaExcludes.scala
+++ b/project/MimaExcludes.scala
@@ -182,7 +182,7 @@ object MimaExcludes {
ProblemFilters.exclude[IncompatibleResultTypeProblem](
"org.apache.spark.broadcast.TorrentBroadcastFactory.newBroadcast"),
ProblemFilters.exclude[MissingClassProblem](
- "org.apache.spark.scheduler.OutputCommitCoordinator$OutputCommitCoordinatorActor")
+ "org.apache.spark.scheduler.OutputCommitCoordinator$OutputCommitCoordinatorEndpoint")
) ++ Seq(
// SPARK-4655 - Making Stage an Abstract class broke binary compatility even though
// the stage class is defined as private[spark]