Can anyone help me how to schedule a spark job in the Apache Airflow,
I am looking for the script please help me
Amogh, you need to perform the following steps :
BashOperator
, which runs either the spark-submit command or a custom shell responsible for that. See here.