We are using Airflow to schedule our jobs on EMR and currently we want to use apache Livy to submit Spark jobs via Airflow I need more guidance on below : Which Airflow-Livy operator we should use for python 3+ pyspark and scala jobs. I have seen below : https://github.com/rssanders3/airflow-spark-operator-plugin and https://github.com/panovvv/airflow-livy-operators
Wants to know more about stable AirflowLivy operator anyone using in production probably in AWS stack.
Also Step by step installation guide for integration.