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

Enable Cache Feature for new components #3042

Merged
merged 9 commits into from
Jun 20, 2024
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ outputs:
mode: direct

conf:
spark.hadoop.aml.enable_cache : "true"
spark.aml.internal.system.job: True
spark.driver.cores: 4
spark.driver.memory: 28g
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ outputs:
description: output actions

conf:
spark.hadoop.aml.enable_cache : "true"
spark.aml.internal.system.job: True
spark.driver.cores: 4
spark.driver.memory: 28g
Expand All @@ -61,6 +62,7 @@ conf:
- mltable~=1.3.0
- azureml-fsspec~=1.0.0
- fsspec~=2023.4.0
name: momo-base-spark
code: ../../src

entry:
Expand Down
Loading