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
I really like Flintrock as I was able to completely set up my EC2 cluster with relative ease.
One thing that would be nice is to handle user templated configuration files for hadoop and spark.
I was thinking of adding a field in config.yaml for the templates folder path.
If it sounds good to you, I can make a pull request.
The text was updated successfully, but these errors were encountered:
Ah, interesting. So you would provide your own templates using the keywords defined here? If so, then those template variables need to become part of Flintrock's public interface and documented somewhere.
Yes exactly.
Or maybe just export the template files to $HOME/.config/flintrock/templates/* so they can be modified freely. Add a flintrock templates --locate option to find them and maybe add a little more documentation about the mappings happening.
I really like Flintrock as I was able to completely set up my EC2 cluster with relative ease.
One thing that would be nice is to handle user templated configuration files for hadoop and spark.
I was thinking of adding a field in config.yaml for the templates folder path.
If it sounds good to you, I can make a pull request.
The text was updated successfully, but these errors were encountered: