Hi There, I have installed Spark 3.3.1 and tried to use the following configuration in Spark Submit for a spark job to run in Kubernetes Cluster and I have got class not found exception for the reference "VolcanoFeatureStep"
--conf spark.kubernetes.driver.pod.featureSteps=org.apache.spark.deploy.k8s.features.VolcanoFeatureStep --conf spark.kubernetes.executor.pod.featureSteps=org.apache.spark.deploy.k8s.features.VolcanoFeatureStep When I unzipped the spark 3.3.1 archive, I could not see the VolcanoFeatureStep.class file. May I know if Volcano feature has been released in v3.3.1 ? How to resolve this Class not found exception ? Kindly help resolving this issue. Thanks Gnana