-
This my script:
```
bin/spark-submit \
--deploy-mode cluster \
--class org.apache.spark.examples.SparkPi \
--master k8s://192.168.145.101:6443 \
--kubernetes-namespace default \
--con…
-
This issue mainly covers the desired behavior of Spark jobs when executors fail during the job run.
The current behavior of a Spark application on Yarn when executors inadvertently fail is to
- …
-
Hi,
Not an issue strictly with vector but hoping to spark some ideas regarding the integration with k8s.
An operator similar to what https://github.com/banzaicloud/logging-operator does for fluent…
-
Not sure where to best ask for this feature so I've put it in both places
https://github.com/GoogleCloudPlatform/spark-on-k8s-operator/issues/586
-
Currently, it supports only small subset of all possible params defined in here:
https://github.com/GoogleCloudPlatform/spark-on-k8s-operator/blob/master/docs/api.md
-
my executor threw above error message . i check the folder in the docker container , does not have such file. Available files are
```
cpu.idle cpu.max.burst cpuset.cpus …
-
Here is a list of moved and removed repos.
# The following repos have moved:
aerogear/android-sdk-operator => aerogear-attic/android-sdk-operator
application-runtimes/operator => application-sta…
-
From ongoing thread on docker images in http://apache-spark-developers-list.1001551.n3.nabble.com/Publishing-official-docker-images-for-KubernetesSchedulerBackend-td22928.html
Currently, we have a …
-
## Bug
### Describe the problem
I'm facing memory leak in a long running Spark Thrift Server (STS) on Kubernetes if Delta Lake tables are used.
RSS (process) memory grows all the time while STS…
dnskr updated
3 months ago
-
We should do an availability check to the apiserver as soon as we create the kubernetesClient
https://github.com/apache-spark-on-k8s/spark/blob/38814043070bfdd522c2c9350b9411b943888cee/resource-man…