Github user andrewor14 commented on a diff in the pull request:
https://github.com/apache/spark/pull/3861#discussion_r22609450
--- Diff:
core/src/main/scala/org/apache/spark/deploy/worker/StandaloneWorkerShuffleService.scala
---
@@ -54,6 +53,8 @@ class StandaloneWorkerShuffleService(sparkConf:
SparkConf, securityManager: Secu
require(server == null, "Shuffle server already started")
logInfo(s"Starting shuffle service on port $port with useSasl =
$useSasl")
server = transportContext.createServer(port)
+ } else {
+ logInfo(s"Skip launching shuffle service as it's not enabled.")
--- End diff --
This message doesn't seem particularly useful
---
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]