updated airflow dag
This commit is contained in:
parent
730f35fb75
commit
5a9cffbe3a
|
@ -71,7 +71,7 @@ spec = {'apiVersion': 'sparkoperator.k8s.io/v1beta2',
|
|||
'driver': {
|
||||
'coreLimit': '1200m',
|
||||
'cores': 1,
|
||||
'labels': {'version': '3.1.3'},
|
||||
'labels': {'version': '3.5.1'},
|
||||
'memory': '1g',
|
||||
'serviceAccount': 'spark',
|
||||
},
|
||||
|
@ -79,7 +79,7 @@ spec = {'apiVersion': 'sparkoperator.k8s.io/v1beta2',
|
|||
'cores': 1,
|
||||
'instances': 1,
|
||||
'memory': '512m',
|
||||
'labels': {'version': '3.1.3'}
|
||||
'labels': {'version': '3.5.1'}
|
||||
}
|
||||
}}
|
||||
|
||||
|
|
Loading…
Reference in New Issue