abellina commented on code in PR #43627:
URL: https://github.com/apache/spark/pull/43627#discussion_r1382469931


##########
core/src/main/scala/org/apache/spark/SparkEnv.scala:
##########
@@ -71,6 +69,10 @@ class SparkEnv (
     val outputCommitCoordinator: OutputCommitCoordinator,
     val conf: SparkConf) extends Logging {
 
+  // We initialize the ShuffleManager later, in SparkContext and Executor, to 
allow
+  // user jars to define custom ShuffleManagers.
+  var shuffleManager: ShuffleManager = _

Review Comment:
   Will fix !!



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to