spark-operator icon indicating copy to clipboard operation
spark-operator copied to clipboard

Kubernetes operator for managing the lifecycle of Apache Spark applications on Kubernetes.

Results 443 spark-operator issues
Sort by recently updated
recently updated
newest added

I'm trying to set some additional ports (trying to get a jupyter notebook as driver) as defined [in driver specs](https://github.com/GoogleCloudPlatform/spark-on-k8s-operator/blob/master/docs/api-docs.md#sparkoperator.k8s.io/v1beta2.DriverSpec). Applying the manifest fails with the following error: ``` Error:...

Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.38.49 to 1.50.0. Release notes Sourced from github.com/aws/aws-sdk-go's releases. Release v1.50.0 (2024-01-19) Service Client Updates service/athena: Updates service API and documentation Introducing new NotebookS3LocationUri parameter to Athena...

dependencies
go

I am reaching out regarding an issue we are currently facing due to restricted access to the public registry. This limitation has impacted our ability to work effectively with the...

`save-state` and `set-output` commands used in GitHub Actions are deprecated and [GitHub recommends using environment files](https://github.blog/changelog/2023-07-24-github-actions-update-on-save-state-and-set-output-commands/). This PR updates the usage of `::set-output` to `"$GITHUB_OUTPUT"` Instructions for envvar usage from...

approved

Our GKE cluster is running on Kubernetes version v1.21.14. Pods were running all good until yesterday, now Configmaps and Volumes are not getting Mounted. **Deployment Mode:** Helm Chart **Helm Chart...

I execute this cmd: `docker pull gcr.io/spark-operator/spark-py:v3.1.0` > Error response from daemon: manifest for gcr.io/spark-operator/spark-py:v3.1.0 not found: manifest unknown: Failed to fetch "v3.1.0" from request "/v2/spark-operator/spark-py/manifests/v3.1.0".

Bumps golang from 1.14.0-alpine to 1.21.6-alpine. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang&package-manager=docker&previous-version=1.14.0-alpine&new-version=1.21.6-alpine)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
docker

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20220722155237-a158d28d115b to 0.20.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/net&package-manager=go_modules&previous-version=0.0.0-20220722155237-a158d28d115b&new-version=0.20.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
go

I'm attempting to use the operator on a k3s cluster. I made a custom image based on `amd64` but otherwise didn't change anything. I installed with: ``` helm install bc-release...

lifecycle/stale