Large rewrite of elasticluster and clusterjob tutorial#29
Open
motiwari wants to merge 9 commits intostats285:masterfrom
Open
Large rewrite of elasticluster and clusterjob tutorial#29motiwari wants to merge 9 commits intostats285:masterfrom
motiwari wants to merge 9 commits intostats285:masterfrom
Conversation
added 9 commits
June 4, 2021 01:42
…causes lots of permissions problems
…on_interpreter to avoid server errors, including mysql pacakges, and some nits
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a large rewrite of the elasticluster and clusterjob tutorial for Stats 285 which is significantly easier to follow and updated.
Test Plan: I couldn't test the webpage generation with
bundle/jekyllsince theGemfileappears to be missing for the Repo. However, I walked through the tutorial from scratch and was able to verify it correctly set up elasticluster and clusterjob.List of features upgraded and/or fixed:
elasticluster_tutorial/setup.sh; it is now significantly easier for users (who don't have to manually modify any configs)cpancommandsconfigfiles from templatesMy goal in performing this rewrite was to make it easier for other students and future iterations of the class. I believe the tutorial is significantly more up-to-date and easier to follow now.
Note: The new tutorial is currently stored in
elasticluster_tutorial/elasticlusterjob-tutorial.mdand has not currently replaced theelasticlusterjob-tutorial.mdsince I could not get jekyll to turn it into a.htmlfile without theGemfile.