wardlican commented on issue #5169: URL: https://github.com/apache/kyuubi/issues/5169#issuecomment-1968814643
The cluster mode has been used, but the correct status of the task still cannot be obtained.  here is spark-submit info 、、、 /usr/local/service/spark/bin/spark-submit \ --class org.apache.spark.examples.SparkPi \ --conf spark.hive.server2.proxy.user=xxx \ --conf spark.kyuubi.batch.id=68a54f69-7531-4ab8-8841-ea8da161e70b \ --conf spark.kyuubi.batch.resource.uploaded=false \ --conf spark.kyuubi.client.ipAddress=xxx \ --conf spark.kyuubi.client.version=1.7.1 \ --conf spark.kyuubi.engine.engineLog.path=/usr/local/service/kyuubi/work/hadoop/kyuubi-spark-batch-submit.log.5 \ --conf spark.kyuubi.server.ipAddress=xxx \ --conf spark.kyuubi.session.connection.url=xxx:10099 \ --conf spark.kyuubi.session.real.user=hadoop \ --conf spark.app.name=Kyuubi Spark Pi \ --conf spark.driver.memory=4g \ --conf spark.executor.cores=4 \ --conf spark.executor.memory=8g \ --conf spark.kubernetes.driver.label.kyuubi-unique-tag=68a54f69-7531-4ab8-8841-ea8da161e70b \ --conf spark.kubernetes.driver.pod.name=kyuubi-spark-68a54f69-7531-4ab8-8841-ea8da161e70b-driver \ --conf spark.kubernetes.executor.podNamePrefix=kyuubi-spark-68a54f69-7531-4ab8-8841-ea8da161e70b \ --conf spark.master=k8s://https://kubernetes.default.svc \ --conf spark.submit.deployMode=cluster \ --conf spark.kubernetes.driverEnv.SPARK_USER_NAME=hadoop \ --conf spark.executorEnv.SPARK_USER_NAME=hadoop \ --proxy-user xxx hdfs://xxx/tmp/spark-examples_2.12-3.4.2-TBDS-5.3.1_2023p4-SNAPSHOT.jar 1000 、、、 -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
