simple test DAG
This commit is contained in:
parent
38bbf4f449
commit
8840091813
|
@ -66,10 +66,10 @@ submit = SparkKubernetesOperator(
|
|||
task_id='spark_pi_submit',
|
||||
namespace='lot1-spark-jobs',
|
||||
application_file="example_spark_kubernetes_operator_pi.yaml",
|
||||
delete_on_termination=False,
|
||||
kubernetes_conn_id="kubernetes_default",
|
||||
do_xcom_push=True,
|
||||
dag=dag
|
||||
dag=dag,
|
||||
delete_on_termination=False
|
||||
)
|
||||
|
||||
sensor = SparkKubernetesSensor(
|
||||
|
|
Loading…
Reference in New Issue