Ngone51 commented on a change in pull request #27768: [SPARK-31018][CORE] 
Deprecate support of multiple workers on the same host in Standalone
URL: https://github.com/apache/spark/pull/27768#discussion_r386878716
 
 

 ##########
 File path: sbin/start-slave.sh
 ##########
 @@ -86,6 +86,7 @@ function start_instance {
 if [ "$SPARK_WORKER_INSTANCES" = "" ]; then
   start_instance 1 "$@"
 else
+  echo "WARNING: Support of multiple workers on the same host is deprecated in 
Spark 3.0 and is going to be removed in Spark 3.1."
 
 Review comment:
   Do we expect to see such warning? @jiangxb1987 

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to