-
Notifications
You must be signed in to change notification settings - Fork 671
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
Spark3 Support: Add support for all
with Pyspark 3.x
#482
Comments
akhurana001
added
enhancement
New feature or request
untriaged
This issues has not yet been looked at by the Maintainers
labels
Aug 25, 2020
This was referenced Aug 25, 2020
wild-endeavor
removed
the
untriaged
This issues has not yet been looked at by the Maintainers
label
Aug 25, 2020
Resolved, released in flytekit 0.12.0 |
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Dec 6, 2022
* make secrets optional - to skip mounting missing values Signed-off-by: Daniel Rammer <[email protected]> * add env var secrets to optional values Signed-off-by: Daniel Rammer <[email protected]> * fixed lint issue Signed-off-by: Daniel Rammer <[email protected]> * fixed unit tests Signed-off-by: Daniel Rammer <[email protected]> * fixed lint issue Signed-off-by: Daniel Rammer <[email protected]> Signed-off-by: Daniel Rammer <[email protected]>
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Dec 6, 2022
* Implemented SkipCache handling for execution config Signed-off-by: Nick Müller <[email protected]> * Added cache skip override to RelaunchExecution endpoint Signed-off-by: Nick Müller <[email protected]> * Updated to latest version of flytepropeller Signed-off-by: Nick Müller <[email protected]> * Renamed SkipCache flag to OverwriteCache Updated to latest released versions of flyteidl, flyteplugins and flytestdlib Updated to latest unmerged version of flytepropeller Signed-off-by: Nick Müller <[email protected]> * Updated flyteidl, flytepropeller and flytestdlib to latest released versions Signed-off-by: Nick Müller <[email protected]> * Reworded comment for clarity Signed-off-by: Nick Müller <[email protected]> Signed-off-by: Nick Müller <[email protected]>
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Dec 20, 2022
* fix Feast's Jupyter notebook code Signed-off-by: Samhita Alla <[email protected]> * remove cell outputs Signed-off-by: Samhita Alla <[email protected]> * working Signed-off-by: Samhita Alla <[email protected]>
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Aug 9, 2023
* make secrets optional - to skip mounting missing values Signed-off-by: Daniel Rammer <[email protected]> * add env var secrets to optional values Signed-off-by: Daniel Rammer <[email protected]> * fixed lint issue Signed-off-by: Daniel Rammer <[email protected]> * fixed unit tests Signed-off-by: Daniel Rammer <[email protected]> * fixed lint issue Signed-off-by: Daniel Rammer <[email protected]> Signed-off-by: Daniel Rammer <[email protected]>
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Aug 21, 2023
* Implemented SkipCache handling for execution config Signed-off-by: Nick Müller <[email protected]> * Added cache skip override to RelaunchExecution endpoint Signed-off-by: Nick Müller <[email protected]> * Updated to latest version of flytepropeller Signed-off-by: Nick Müller <[email protected]> * Renamed SkipCache flag to OverwriteCache Updated to latest released versions of flyteidl, flyteplugins and flytestdlib Updated to latest unmerged version of flytepropeller Signed-off-by: Nick Müller <[email protected]> * Updated flyteidl, flytepropeller and flytestdlib to latest released versions Signed-off-by: Nick Müller <[email protected]> * Reworded comment for clarity Signed-off-by: Nick Müller <[email protected]> Signed-off-by: Nick Müller <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Motivation: Why do you think this is important?
Currently all directive in flytekit installs Spark 2.4 and other libraries including pandas/pytorch etc. There is no corresponding all directive with support for Spark 3.0. This makes it difficult for users to migrate from Spark 2.4 to Spark 3.0.
Goal: What should the final outcome look like, ideally?
Add support for
all3
directive. At some point, we should moveall
to default to Spark 3.x.Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Flyte component
[Optional] Propose: Link/Inline
If you have ideas about the implementation please propose the change. If inline keep it short, if larger then you link to an external document.
Additional context
Add any other context or screenshots about the feature request here.
Is this a blocker for you to adopt Flyte
Please let us know if this makes it impossible to adopt Flyte
The text was updated successfully, but these errors were encountered: