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
This extension can really help validate the correctness of the runtime environment. That said, an EMR cluster creation involves various steps (software, configuration, bootstrap actions, etc.) each of which could be error prone.
It will be interesting to know what all EMR features can be incorporated. Perhaps there are some MER automation tools that can be leveraged by this extension to support the software steps.
The text was updated successfully, but these errors were encountered:
EMR makes it easy to install softwares other than Spark. Configuration and bootstrap actions are the bare minimum.
To realize the true potential of this extension, I would suggest you try to map devcontainer concepts to EMR concepts and then use this mapping at the time of deploying to EMR:
postCreateCommand / postStartCommand can be to generate bootstrap actions
devcontainer features (software catalog) => bundled software
This extension can really help validate the correctness of the runtime environment. That said, an EMR cluster creation involves various steps (software, configuration, bootstrap actions, etc.) each of which could be error prone.
It will be interesting to know what all EMR features can be incorporated. Perhaps there are some MER automation tools that can be leveraged by this extension to support the software steps.
The text was updated successfully, but these errors were encountered: