Azure-Samples / spark-on-aks-benchmark

Testing of Spark on AKS
MIT License
10 stars 3 forks source link

Unable to recognize SparkApplication #129

Closed yashkv1 closed 3 years ago

yashkv1 commented 3 years ago

Error on submit of data generation job

error: unable to recognize "spark-benchmark-generate-data.yaml": no matches for kind "SparkApplication" in version "sparkoperator.k8s.io/v1beta2"

To Reproduce Steps to reproduce the behavior:

Expected behavior

jgardner04 commented 3 years ago

It looks like this was due to the manual deployment and caused by the helm chart not deploying correctly. We have created a Makefile to remove the manual deployment.