Skip to main content

Enable EMR-on-EKS

By default, EMR-on-EKS is disabled. If you want to enable EMR-on-EKS on your Connected AI Platform instance to run Spark jobs, enable it in your product.yaml by adding the following configuration and creating a subsequent Pull Request:

product.yaml
kubeflow_profiles:
<namespace>:
...
emr_on_eks:
enabled: true

Disable EMR-on-EKS

If you had previously enabled it and now want to disable running Spark jobs inside your cluster, set the emr_on_eks.enabled variable to false. This will take care of disabling the EMR-on-EKS infrastructure.