-
The latest image tag is failing due to the error
```
kubectl create ns sparkjobs
kubectl create ns spark-operator
kubectl create sa spark -n sparkjobs
kubectl create clusterrolebinding spark-ope…
-
### Backend
CH (ClickHouse)
### Bug description
``` sql
drop table if exists tmp.tnmp;
create table tmp.tnmp using parquet as
with data_source as (
select
id as uid,
case when random()…
-
Hi,
I'm part of a team that deployed Spark Operator (v1beta2-1.6.1-3.5.0) on a highly secured internally managed Kubernetes cluster where webhooks are completely forbidden (amongst other things).
…
-
### What happened?
To me, this is a really interesting corner case! Here's what's going on:
I'm updating an operator in XArray-Beam https://github.com/google/xarray-beam/pull/69. I have a type th…
-
I want to be able to host my LAN game to my friends and not bother them with installing any of my mods. However, it doesn't let other players join the game without Custom LAN installed:
![изображение…
-
I got the below error when submitting a simple Spark app which mounts volumes. This error only occurred after reinstalling the operator with webhook enabled (--set enableWebhook=true).
```
volum…
-
### Backend
CH (ClickHouse)
### Bug description
when `spark.gluten.sql.columnar.backend.ch.runtime_config.use_local_format=true`, we get following error:
log:
```
Caused by: org.apache.gluten.…
-
Hi,
We are seeing that on some occasions, the SparkApplication CRD deletion doesn't terminate the pods/other resources created for the App.
My understanding is that the deletion logic is best-ef…
-
**\*\*\* UPDATE \*\*\***
I created **[this repo](https://github.com/gioxc88/dash-wrapper)** also available on PyPi **[here](https://pypi.org/project/dash-wrapper/)**, if you want to test the API I pr…
-
We need a SEEP-Source implementation that is always available - meaining that it will never be scheduled. The Source receives data from network / or reads from file and keeps everything in memory. It …