christiangierschner opened a new issue, #775: URL: https://github.com/apache/spark-kubernetes-operator/issues/775
Hi, apache/spark-kubernetes-operator/spark-submission-worker/src/main/java/org/apache/spark/k8s/operator/SparkClusterResourceSpec.java https://github.com/apache/spark-kubernetes-operator/blob/main/spark-submission-worker/src/main/java/org/apache/spark/k8s/operator/SparkClusterResourceSpec.java#L263 ``` .addNewPort() .withName("spark") .withContainerPort(7070) .endPort() ``` I couldn't get the Spark Submit to work with the spark-master-svc until i saw this... Is this intentional? Am i mistaken or is this a typo? Thanks in Advance. Greetings Christian -- 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]
