Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Best practices and recommendations for getting started with Amazon EMR on EKS.

License

NotificationsYou must be signed in to change notification settings

aws/aws-emr-containers-best-practices

Repository files navigation

A best practices guide for submitting spark applications, integration with hive metastore, security, storage options, debugging options and performance considerations.

Return toLive Docs.

License Summary

The documentation is made available under the Creative Commons Attribution-ShareAlike 4.0 International License. See the LICENSE file.

The sample code within this documentation is made available under the MIT-0 license. See the LICENSE-SAMPLECODE file.

How to make a change

  1. Fork the repository
  2. Make your change and double-check themkdocs.yml is updated accordingly.
  3. Install the MkDocs command tool and material theme if needed:
pip install mkdocspip install mkdocs-material# material theme
  1. MkDocs comes with a built-in dev-server that lets you preview your documentation as you work on it. Make sure you're in the same directory as themkdocs.yml configuration file, then run the command:
mkdocs serve
  1. Open uphttp://127.0.0.1:8000/ in your browser, and you'll see the best practice website being displayed locally.
  2. Adjust your document changes in real time.
  3. When everything looks good and you're ready to deploy the change, run the command to build/compile the website content:
mkdocs build
  1. This will refresh the directory./site. Take a look inside the directory and make sure your changes are included.
ls site
  1. Commit change to github and send us apull request.

  2. With a repo admin permission, we can merge the pull request into the main branch.

  3. Most importantly, as a repo admin, we must run the deploy command to copy the './site' content to 'gh-pages' branch and pushing to GitHub. Without this step, the website content won't be refreshed.

mkdocs gh-deploy

About

Best practices and recommendations for getting started with Amazon EMR on EKS.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp