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