You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by "thanhdanh1803 (via GitHub)" <gi...@apache.org> on 2024/01/28 16:13:26 UTC

Re: [PR] [SPARK-3734] DriverRunner should not read SPARK_HOME from submitter's environment [spark]

thanhdanh1803 commented on PR #2586:
URL: https://github.com/apache/spark/pull/2586#issuecomment-1913647948

   When using spark 3.3.0, I see this issue again, when run spark-submit in cluster mode, the worker show this message:
    INFO DriverRunner: Launch Command: "/Library/Java/JavaVirtualMachines/temurin-8.jdk/Contents/Home/bin/java" "-cp" "/opt/spark3.3.0/conf:/opt/spark/jars/*" "-Xmx1024M" "-Dspark.executor.memory=2g" "-Dspark.driver.supervise=false" "-Dspark.app.submitTime=1706455734988" "-Dspark.submit.deployMode=cluster" "-Dspark.master=spark://127.0.0.1:7077" "-Dspark.app.name=spark_example" "-Dspark.submit.pyFiles=" "-Dspark.executor.cores=1" "-Dspark.driver.memory=1g" "-Dspark.rpc.askTimeout=10s" "-Dspark.jars=<my-jar>" "org.apache.spark.deploy.worker.DriverWrapper" "spark://Worker@172.23.0.3:7000" "/opt/spark/work/driver-20240128152856-0001/spark_example.jar" "example.SparkExample" "-n" "1000"
   Can I open this issue again


-- 
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-unsubscribe@spark.apache.org

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


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