Description
In Airflow, for EMR on EKS virtual cluster, EmrContainerOperator is advised to start a new Spark job. From doc, seems it needs sparkSubmitJobDriver as input[1] where we provide location for script. EMR on EKS also support Spark Operator to submit jobs[2]. Are these supported in Airflow because from documentation seems it doesn't?
- https://airflow.apache.org/docs/apache-airflow-providers-amazon/stable/operators/emr/emr_eks.html#submit-a-job-to-an-amazon-emr-virtual-cluster
- https://docs.aws.amazon.com/emr/latest/EMR-on-EKS-DevelopmentGuide/spark-operator-gs.html
Use case/motivation
Run Spark job on AWS EMR on EKS. This question is relevant to anyone doing the same.
Related issues
No response
Are you willing to submit a PR?
Code of Conduct
Description
In Airflow, for EMR on EKS virtual cluster, EmrContainerOperator is advised to start a new Spark job. From doc, seems it needs
sparkSubmitJobDriveras input[1] where we provide location for script. EMR on EKS also support Spark Operator to submit jobs[2]. Are these supported in Airflow because from documentation seems it doesn't?Use case/motivation
Run Spark job on AWS EMR on EKS. This question is relevant to anyone doing the same.
Related issues
No response
Are you willing to submit a PR?
Code of Conduct