Welcome to the Spark Advanced Topics Working Group!
Click here
First, make sure you have the requirements pip install -r requirements.txt
then mkdocs serve
should let you view the docs.
If you have difficulty running mkdocs serve
you may need to place your local pip path ahead of the other elements so that version of mkdocs takes precedence (e.g. for me export PATH=~/.local/bin/:$PATH
).
Video instructions here.
Yay! We are so excited you want to contribute! Pull requests are welcome.
- docs/details/
- The details for each case
- docs/flowchart/
- The flow chart
- private/
- All company specific notes
- tools/
- tools for building & handling integration with OSS export requires OSS branch added as oss (e.g.
git remote add oss [email protected]:holdenk/spark-flowchart.git
OR if you don't have push permissions to that your own OSS repo to raise PRs from) - export_external.sh
- Export the repo (- company specifics) to OSS docs
- You should cherry-pick any new OSS commits before running this
- Requires git-filter-repo
- tools for building & handling integration with OSS export requires OSS branch added as oss (e.g.
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.