Github user vanzin commented on a diff in the pull request:
https://github.com/apache/spark/pull/4588#discussion_r26089760
--- Diff: core/src/main/scala/org/apache/spark/SparkEnv.scala ---
@@ -54,7 +56,7 @@ import org.apache.spark.util.{AkkaUtils, Utils}
@DeveloperApi
class SparkEnv (
val executorId: String,
- val actorSystem: ActorSystem,
+ val rpcEnv: RpcEnv,
--- End diff --
BTW, not really related to this change; but I believe that while `SparkEnv`
might be a developer api, its constructor is not, right? So the constructor
itself could potentially be made `private[spark]`.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]