attilapiros commented on PR #37990:
URL: https://github.com/apache/spark/pull/37990#issuecomment-1258851049

   > Although 6.1.1 is intrusive, this patch looks solid. Is there any other 
reason why this is still WIP, @attilapiros ?
   
   @dongjoon-hyun I just executed some manual tests regarding the 
spark-submit/application management (actually I have found a bug and corrected 
it). The test steps are in the description.
   
   Started an app in non-default namespace (`bla`):
   ```
   ./bin/spark-submit \
       --master k8s://http://127.0.0.1:8001 \
       --deploy-mode cluster \
       --name spark-pi \
       --class org.apache.spark.examples.SparkPi \
       --conf spark.executor.instances=5 \
       --conf spark.kubernetes.namespace=bla \
       --conf 
spark.kubernetes.container.image=docker.io/kubespark/spark:3.4.0-SNAPSHOT_2EA46AC6-0613-4BA1-BA76-130F5C0DAB15
 \
       local:///opt/spark/examples/jars/spark-examples_2.12-3.4.0-SNAPSHOT.jar 
200000
   ```
   
   Then checking the status by using the regexp:
   ```
   
   ```


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

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


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

Reply via email to