Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Momo Job default Spark 3.4 #3679

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
type: mltable
resources:
instance_type: ${{parent.inputs.instance_type}}
runtime_version: "3.3"
runtime_version: "3.4"
identity:
type: aml_token
feature_selection:
Expand All @@ -98,7 +98,7 @@ jobs:
type: mltable
resources:
instance_type: ${{parent.inputs.instance_type}}
runtime_version: "3.3"
runtime_version: "3.4"
identity:
type: aml_token
compute_drift_metrics:
Expand All @@ -125,7 +125,7 @@ jobs:
type: mltable
resources:
instance_type: ${{parent.inputs.instance_type}}
runtime_version: "3.3"
runtime_version: "3.4"
identity:
type: aml_token
compute_histogram_buckets:
Expand All @@ -145,7 +145,7 @@ jobs:
type: mltable
resources:
instance_type: ${{parent.inputs.instance_type}}
runtime_version: "3.3"
runtime_version: "3.4"
identity:
type: aml_token
compute_baseline_histogram:
Expand All @@ -165,7 +165,7 @@ jobs:
type: mltable
resources:
instance_type: ${{parent.inputs.instance_type}}
runtime_version: "3.3"
runtime_version: "3.4"
identity:
type: aml_token
compute_target_histogram:
Expand All @@ -185,7 +185,7 @@ jobs:
type: mltable
resources:
instance_type: ${{parent.inputs.instance_type}}
runtime_version: "3.3"
runtime_version: "3.4"
identity:
type: aml_token
output_signal_metrics:
Expand Down Expand Up @@ -213,7 +213,7 @@ jobs:
mode: direct
resources:
instance_type: ${{parent.inputs.instance_type}}
runtime_version: "3.3"
runtime_version: "3.4"
identity:
type: aml_token
evaluate_metric_thresholds:
Expand All @@ -227,6 +227,6 @@ jobs:
signal_name: ${{parent.inputs.signal_name}}
resources:
instance_type: ${{parent.inputs.instance_type}}
runtime_version: "3.3"
runtime_version: "3.4"
identity:
type: aml_token
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
type: mltable
resources:
instance_type: ${{parent.inputs.instance_type}}
runtime_version: "3.3"
runtime_version: "3.4"
identity:
type: aml_token
feature_selection:
Expand All @@ -98,7 +98,7 @@ jobs:
type: mltable
resources:
instance_type: ${{parent.inputs.instance_type}}
runtime_version: "3.3"
runtime_version: "3.4"
identity:
type: aml_token
compute_baseline_data_statistics:
Expand All @@ -115,7 +115,7 @@ jobs:
type: mltable
resources:
instance_type: ${{parent.inputs.instance_type}}
runtime_version: "3.3"
runtime_version: "3.4"
identity:
type: aml_token
compute_baseline_data_quality:
Expand All @@ -140,7 +140,7 @@ jobs:
type: mltable
resources:
instance_type: ${{parent.inputs.instance_type}}
runtime_version: "3.3"
runtime_version: "3.4"
identity:
type: aml_token
compute_target_data_quality:
Expand All @@ -163,7 +163,7 @@ jobs:
type: mltable
resources:
instance_type: ${{parent.inputs.instance_type}}
runtime_version: "3.3"
runtime_version: "3.4"
identity:
type: aml_token
join_data_quality_metrics:
Expand All @@ -183,7 +183,7 @@ jobs:
type: mltable
resources:
instance_type: ${{parent.inputs.instance_type}}
runtime_version: "3.3"
runtime_version: "3.4"
identity:
type: aml_token
output_signal_metrics:
Expand All @@ -205,7 +205,7 @@ jobs:
mode: direct
resources:
instance_type: ${{parent.inputs.instance_type}}
runtime_version: "3.3"
runtime_version: "3.4"
identity:
type: aml_token
evaluate_metric_thresholds:
Expand All @@ -219,6 +219,6 @@ jobs:
signal_name: ${{parent.inputs.signal_name}}
resources:
instance_type: ${{parent.inputs.instance_type}}
runtime_version: "3.3"
runtime_version: "3.4"
identity:
type: aml_token
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
type: mltable
resources:
instance_type: ${{parent.inputs.instance_type}}
runtime_version: "3.3"
runtime_version: "3.4"
identity:
type: aml_token
compute_production_explanations:
Expand All @@ -77,7 +77,7 @@ jobs:
type: mltable
resources:
instance_type: ${{parent.inputs.instance_type}}
runtime_version: "3.3"
runtime_version: "3.4"
identity:
type: aml_token
compute_feature_attribution:
Expand All @@ -96,7 +96,7 @@ jobs:
type: mltable
resources:
instance_type: ${{parent.inputs.instance_type}}
runtime_version: "3.3"
runtime_version: "3.4"
identity:
type: aml_token
output_signal_metrics:
Expand All @@ -117,7 +117,7 @@ jobs:
mode: direct
resources:
instance_type: ${{parent.inputs.instance_type}}
runtime_version: "3.3"
runtime_version: "3.4"
identity:
type: aml_token
evaluate_metric_thresholds:
Expand All @@ -131,6 +131,6 @@ jobs:
signal_name: ${{parent.inputs.signal_name}}
resources:
instance_type: ${{parent.inputs.instance_type}}
runtime_version: "3.3"
runtime_version: "3.4"
identity:
type: aml_token
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ args: >-

resources:
instance_type: ${{parent.inputs.instance_type}}
runtime_version: "3.3"
runtime_version: "3.4"

identity:
type: managed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
type: mltable
resources:
instance_type: ${{parent.inputs.instance_type}}
runtime_version: "3.3"
runtime_version: "3.4"
identity:
type: aml_token
metrics_calculation:
Expand All @@ -86,7 +86,7 @@ jobs:
type: mltable
resources:
instance_type: ${{parent.inputs.instance_type}}
runtime_version: "3.3"
runtime_version: "3.4"
identity:
type: aml_token
correlation_test:
Expand All @@ -101,7 +101,7 @@ jobs:
type: mltable
resources:
instance_type: ${{parent.inputs.instance_type}}
runtime_version: "3.3"
runtime_version: "3.4"
identity:
type: aml_token
output_actions:
Expand All @@ -123,6 +123,6 @@ jobs:
mode: direct
resources:
instance_type: ${{parent.inputs.instance_type}}
runtime_version: "3.3"
runtime_version: "3.4"
identity:
type: aml_token
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
type: mltable
resources:
instance_type: ${{parent.inputs.instance_type}}
runtime_version: "3.3"
runtime_version: "3.4"
identity:
type: aml_token
output_signal_metrics:
Expand All @@ -94,7 +94,7 @@ jobs:
mode: direct
resources:
instance_type: ${{parent.inputs.instance_type}}
runtime_version: "3.3"
runtime_version: "3.4"
identity:
type: aml_token
evaluate_metric_thresholds:
Expand All @@ -108,6 +108,6 @@ jobs:
signal_name: ${{parent.inputs.signal_name}}
resources:
instance_type: ${{parent.inputs.instance_type}}
runtime_version: "3.3"
runtime_version: "3.4"
identity:
type: aml_token
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
type: mltable
resources:
instance_type: ${{parent.inputs.instance_type}}
runtime_version: "3.3"
runtime_version: "3.4"
identity:
type: aml_token
compute_drift_metrics:
Expand All @@ -99,7 +99,7 @@ jobs:
type: mltable
resources:
instance_type: ${{parent.inputs.instance_type}}
runtime_version: "3.3"
runtime_version: "3.4"
identity:
type: aml_token
compute_histogram_buckets:
Expand All @@ -119,7 +119,7 @@ jobs:
type: mltable
resources:
instance_type: ${{parent.inputs.instance_type}}
runtime_version: "3.3"
runtime_version: "3.4"
identity:
type: aml_token
compute_baseline_histogram:
Expand All @@ -139,7 +139,7 @@ jobs:
type: mltable
resources:
instance_type: ${{parent.inputs.instance_type}}
runtime_version: "3.3"
runtime_version: "3.4"
identity:
type: aml_token
compute_target_histogram:
Expand All @@ -159,7 +159,7 @@ jobs:
type: mltable
resources:
instance_type: ${{parent.inputs.instance_type}}
runtime_version: "3.3"
runtime_version: "3.4"
identity:
type: aml_token
output_signal_metrics:
Expand All @@ -186,7 +186,7 @@ jobs:
mode: direct
resources:
instance_type: ${{parent.inputs.instance_type}}
runtime_version: "3.3"
runtime_version: "3.4"
identity:
type: aml_token
evaluate_metric_thresholds:
Expand All @@ -200,6 +200,6 @@ jobs:
signal_name: ${{parent.inputs.signal_name}}
resources:
instance_type: ${{parent.inputs.instance_type}}
runtime_version: "3.3"
runtime_version: "3.4"
identity:
type: aml_token
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@ def _create_manifest_e2e():
mdc_preprocessor_output.identity = AmlTokenConfiguration()
mdc_preprocessor_output.resources = {
"instance_type": "Standard_E8S_V3",
"runtime_version": "3.3",
"runtime_version": "3.4",
}

create_manifest_output.identity = AmlTokenConfiguration()
create_manifest_output.resources = {
"instance_type": "Standard_E8S_V3",
"runtime_version": "3.3",
"runtime_version": "3.4",
}

return {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def _data_joiner_e2e():
data_joiner_output.identity = AmlTokenConfiguration()
data_joiner_output.resources = {
'instance_type': 'Standard_E8S_V3',
'runtime_version': '3.3',
'runtime_version': '3.4',
}

return {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,19 +112,19 @@ def _feature_attr_drift_with_preprocessor_and_data_joiner_e2e():
mdc_preprocessor_model_inputs.identity = AmlTokenConfiguration()
mdc_preprocessor_model_inputs.resources = {
'instance_type': 'Standard_E8S_V3',
'runtime_version': '3.3',
'runtime_version': '3.4',
}

mdc_preprocessor_model_outputs.identity = AmlTokenConfiguration()
mdc_preprocessor_model_outputs.resources = {
'instance_type': 'Standard_E8S_V3',
'runtime_version': '3.3',
'runtime_version': '3.4',
}

data_joiner_output.identity = AmlTokenConfiguration()
data_joiner_output.resources = {
'instance_type': 'Standard_E8S_V3',
'runtime_version': '3.3',
'runtime_version': '3.4',
}

return {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def _genai_preprocessor_e2e():
genai_preprocessor_output.identity = AmlTokenConfiguration()
genai_preprocessor_output.resources = {
'instance_type': 'Standard_E4S_V3',
'runtime_version': '3.3',
'runtime_version': '3.4',
}

return {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def _mdc_preprocessor_e2e():
mdc_preprocessor_output.identity = AmlTokenConfiguration()
mdc_preprocessor_output.resources = {
'instance_type': 'Standard_E4S_V3',
'runtime_version': '3.3',
'runtime_version': '3.4',
}

return {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def _metric_outputter_e2e():
metric_outputter_output.identity = AmlTokenConfiguration()
metric_outputter_output.resources = {
"instance_type": "Standard_E8S_V3",
"runtime_version": "3.3",
"runtime_version": "3.4",
}

return {"signal_output": metric_outputter_output.outputs.signal_output}
Expand Down
Loading
Loading