You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, Python transformations run with Spark resource settings configured per environment.
This is good if the cluster has dynamic resource allocation enabled. But for clusters that don't have dynamic resource allocation enabled it is not possible to fine-tune resources for each transformer.
Solution
Pramen-Py already supports specifying resources per transformer #30. Need to add the capability to Pramen.
Background
Currently, Python transformations run with Spark resource settings configured per environment.
This is good if the cluster has dynamic resource allocation enabled. But for clusters that don't have dynamic resource allocation enabled it is not possible to fine-tune resources for each transformer.
Solution
Pramen-Py already supports specifying resources per transformer #30. Need to add the capability to Pramen.
Example
Generated YAML:
Docs on Spark config: https://spark.apache.org/docs/latest/configuration.html
The text was updated successfully, but these errors were encountered: