-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dask plugin docs #929
Dask plugin docs #929
Conversation
Signed-off-by: Bernhard Stadlbauer <[email protected]>
Signed-off-by: Bernhard Stadlbauer <[email protected]>
Signed-off-by: Bernhard Stadlbauer <[email protected]>
Signed-off-by: Bernhard Stadlbauer <[email protected]>
Signed-off-by: Bernhard Stadlbauer <[email protected]>
Signed-off-by: Bernhard Stadlbauer <[email protected]>
Signed-off-by: Bernhard Stadlbauer <[email protected]>
Signed-off-by: Bernhard Stadlbauer <[email protected]>
Signed-off-by: Bernhard Stadlbauer <[email protected]>
Signed-off-by: Bernhard Stadlbauer <[email protected]>
Signed-off-by: Bernhard Stadlbauer <[email protected]>
c7214f6
to
6206a81
Compare
Signed-off-by: Bernhard Stadlbauer <[email protected]>
@wild-endeavor Things would be ready from my end 👍 |
I think we should add a note about local execution- that you can execute the dask task locally, in a non clustered mode? |
Signed-off-by: Bernhard Stadlbauer <[email protected]>
@kumare3 Good point, I've added a section in 87fbe73
|
Signed-off-by: Niels Bantilan <[email protected]> Signed-off-by: Niels Bantilan <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks @bstadlbauer ! 🚀
@@ -120,6 +120,15 @@ orchestrated by Flyte itself, within its provisioned Kubernetes clusters. | |||
|
|||
--- | |||
|
|||
.. link-button:: auto/integrations/kubernetes/k8s_dask/index |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@samhita-alla I think this change addresses issue flyteorg/flyte#3259
This reverts commit 2aefe89.
* Add documentation for `dask` integration Signed-off-by: Bernhard Stadlbauer <[email protected]> * Fix typos in `pyspark_pi.py` Signed-off-by: Bernhard Stadlbauer <[email protected]> * Fix typo in `dask_example.py` Signed-off-by: Bernhard Stadlbauer <[email protected]> * Fix typos Signed-off-by: Bernhard Stadlbauer <[email protected]> * Update docs after `flyteidl` change Signed-off-by: Bernhard Stadlbauer <[email protected]> * Add documentation on interruptible behavior Signed-off-by: Bernhard Stadlbauer <[email protected]> * Address PR feedback Signed-off-by: Bernhard Stadlbauer <[email protected]> * Small fixes Signed-off-by: Bernhard Stadlbauer <[email protected]> * Add requirement files for dask Signed-off-by: Bernhard Stadlbauer <[email protected]> * Add git to Dockerfile Signed-off-by: Bernhard Stadlbauer <[email protected]> * Add note about local execution Signed-off-by: Bernhard Stadlbauer <[email protected]> * minor typos Signed-off-by: Niels Bantilan <[email protected]> Signed-off-by: Niels Bantilan <[email protected]> Signed-off-by: Bernhard Stadlbauer <[email protected]> Signed-off-by: Niels Bantilan <[email protected]> Co-authored-by: Niels Bantilan <[email protected]>
* Add databricks to index.rst Signed-off-by: Kevin Su <[email protected]> * Dask plugin docs (#929) * Add documentation for `dask` integration Signed-off-by: Bernhard Stadlbauer <[email protected]> * Fix typos in `pyspark_pi.py` Signed-off-by: Bernhard Stadlbauer <[email protected]> * Fix typo in `dask_example.py` Signed-off-by: Bernhard Stadlbauer <[email protected]> * Fix typos Signed-off-by: Bernhard Stadlbauer <[email protected]> * Update docs after `flyteidl` change Signed-off-by: Bernhard Stadlbauer <[email protected]> * Add documentation on interruptible behavior Signed-off-by: Bernhard Stadlbauer <[email protected]> * Address PR feedback Signed-off-by: Bernhard Stadlbauer <[email protected]> * Small fixes Signed-off-by: Bernhard Stadlbauer <[email protected]> * Add requirement files for dask Signed-off-by: Bernhard Stadlbauer <[email protected]> * Add git to Dockerfile Signed-off-by: Bernhard Stadlbauer <[email protected]> * Add note about local execution Signed-off-by: Bernhard Stadlbauer <[email protected]> * minor typos Signed-off-by: Niels Bantilan <[email protected]> Signed-off-by: Niels Bantilan <[email protected]> Signed-off-by: Bernhard Stadlbauer <[email protected]> Signed-off-by: Niels Bantilan <[email protected]> Co-authored-by: Niels Bantilan <[email protected]> * fix up index Signed-off-by: Niels Bantilan <[email protected]> --------- Signed-off-by: Kevin Su <[email protected]> Signed-off-by: Bernhard Stadlbauer <[email protected]> Signed-off-by: Niels Bantilan <[email protected]> Co-authored-by: bstadlbauer <[email protected]> Co-authored-by: Niels Bantilan <[email protected]>
Adds docs for the
dask
integration developed in flyteorg/flyte#427Todo before merging (after flyteorg/flyteplugins#275 and flyteorg/flytekit#1366 are in):
cookbook/integrations/kubernetes/k8s_dask/requirements.in
(on Linux)