-
Notifications
You must be signed in to change notification settings - Fork 672
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
[Backend][Plugin] Spark Executor Pod Prefix #344
Labels
untriaged
This issues has not yet been looked at by the Maintainers
Comments
catalinii
added
the
untriaged
This issues has not yet been looked at by the Maintainers
label
Jun 4, 2020
The PR was merged. Closing |
5 tasks
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Dec 6, 2022
…rd managed fields (flyteorg#344) Signed-off-by: Daniel Rammer <[email protected]>
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Dec 20, 2022
* chore: cleaning up eslint rules * chore: remove uneeded comment Signed-off-by: Nastya Rusina <[email protected]>
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Dec 20, 2022
Archive/deactivate launch plan [Issue](flyteorg#2776) Signed-off-by: SmritiSatyanV [email protected]
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Jul 24, 2023
* added environment variables to TaskExecutionMetadata Signed-off-by: Daniel Rammer <[email protected]> * added support for environment variables Signed-off-by: Daniel Rammer <[email protected]> * implemented unit tests and fixed linter 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 9, 2023
…rd managed fields (flyteorg#344) Signed-off-by: Daniel Rammer <[email protected]>
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Aug 21, 2023
* added environment variables to TaskExecutionMetadata Signed-off-by: Daniel Rammer <[email protected]> * added support for environment variables Signed-off-by: Daniel Rammer <[email protected]> * implemented unit tests and fixed linter 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
Apr 30, 2024
Archive/deactivate launch plan [Issue](flyteorg#2776) Signed-off-by: SmritiSatyanV [email protected]
austin362667
pushed a commit
to austin362667/flyte
that referenced
this issue
May 7, 2024
Archive/deactivate launch plan [Issue](flyteorg#2776) Signed-off-by: SmritiSatyanV [email protected]
robert-ulbrich-mercedes-benz
pushed a commit
to robert-ulbrich-mercedes-benz/flyte
that referenced
this issue
Jul 2, 2024
Archive/deactivate launch plan [Issue](flyteorg#2776) Signed-off-by: SmritiSatyanV [email protected]
troychiu
pushed a commit
that referenced
this issue
Jul 8, 2024
## Overview Adds extra tests during secret injection around secret scoping. Complements https://github.com/unionai/flyte/pull/343 Context: https://unionai.slack.com/archives/C06GSLK32US/p1719350580015359?thread_ts=1719334619.426289&cid=C06GSLK32US ## Test Plan Unit tests. ## Rollout Plan (if applicable) N/A ## Upstream Changes Should this change be upstreamed to OSS (flyteorg/flyte)? If not, please uncheck this box, which is used for auditing. Note, it is the responsibility of each developer to actually upstream their changes. See [this guide](https://unionai.atlassian.net/wiki/spaces/ENG/pages/447610883/Flyte+-+Union+Cloud+Development+Runbook/#When-are-versions-updated%3F). - [ ] To be upstreamed to OSS ## Issue https://linear.app/unionai/issue/COR-1413/injecting-secrets-is-panicing ## Checklist * [ ] Added tests * [ ] Ran a deploy dry run and shared the terraform plan * [ ] Added logging and metrics * [ ] Updated [dashboards](https://unionai.grafana.net/dashboards) and [alerts](https://unionai.grafana.net/alerting/list) * [ ] Updated documentation
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Why would this plugin be helpful to the Flyte community
A change introduced in Spark 2.4.6 changes the executor pod name from Flyte Execution ID to use instead the spark application name. The same change is done in Spark 3.0 as well.
I have created a new PR for the spark plugin to fix this issue by setting the appropriate Spark configuration: flyteorg/flyteplugins#95
Type of Plugin
Can you help us with the implementation?
Additional context
...
The text was updated successfully, but these errors were encountered: