-
As discussed in the meeting
@ash211 @mccheah @erikerlandson @ssuchter @kow3ns
-
Might need some refactoring to make this possible
https://mvnrepository.com/artifact/io.fabric8/kubernetes-server-mock is a good starting point for the mock-server.
-
@foxish
I was running our Spark-on-K8s code against a Google Container Engine (GKE) cluster. In our code, the driver pod opens up a `NodePort` so that the client can submit requests to the port. I…
-
It looks like the K8s scheduler might be reusing pod names between stages of a job such that when it goes to recreate the executor pod in the next stage it fails with "object is being deleted: pods "h…
-
Suppose a user creates an application and sets their application name to something long but below the length limit for pod names. However, when we generate the name of the pod, we [append a timestamp …
-
Caused by: java.net.UnknownHostException: mytask-driver-svc.dataaccess.svc: Temporary failure in name resolution
at java.base/java.net.Inet4AddressImpl.lookupAllHostAddr(Native Method)
…
-
## vnni BigDL predict - OpenCV Error: Assertion failed (ssize.width > 0 && ssize.height > 0) in resize, file /root/opencv/opencv.native/modules/imgproc/src/imgwarp.cpp, line 3496
the example link: …
-
**Alluxio Version:**
2.1.2
**Describe the bug**
When i set confs(such like ,alluxio.master.mount.table.root.ufs: "s3://spark-operator/alluxio_k8s/") in the properties for master,they didn't take…
-
@razvan Im using stackable Spark 3.5.1
And trying to use JDBC catalog for Iceberg. I need PostgreSQL driver for that.
What I did first:
```
spec:
deps:
packages:
- or…
-
Reported e.g. in https://github.com/stackabletech/spark-k8s-operator/issues/240
- [ ] We have decided if we want to have a dedicated field or handle this via podOverrides. If the latter => nothing …