-
### Problem
To understand the progress with building docker containers it will be great to see output from `docker build`. Also it will help to optimize generated Dockerfile (e.g. COPY source code …
-
## Description
My pyspark application needs to access GCP storage bucket, and i've mounted the secret (containing the service account key) as volume mount .. however getting an error.
```
Trace…
-
I'm still wrapping my head around how this library is structured, and it seems rather heavy with things like Katip embedded directly within it, but as best I can tell all of the rpc functions themselv…
-
Hi everyone,
is there a way to enable protection of a worksheet?
Right now what I'm trying to do is setting a cell to protected like so:
> ws.cell("D4").protection(xlnt::protection::locked_and_vi…
-
Hello there,
I am currently implementing a Confluent-Kafka stream on a managed cluster called Hopsworks. They provide an integrated Schema Registry that requires an API key to access the Schema Reg…
-
**Describe the problem you faced**
A clear and concise description of the problem.
1. When using the record_index type index to upsert an MOR type table, this exception suddenly occurred, leading …
-
I have a similar question on [StackOverflow](https://stackoverflow.com/questions/49496712/structured-streaming-from-kafka-to-hbase-need-to-set-custom-timestamps).
I have a kafka stream with some up…
-
We recently had an interesting group conversation about streaming data. We discussed infrastructure that might be useful for a wide variety of use cases. I'm writing this in the Tiled repo because a) …
-
I get the following error in the running of the following code from Chapter 3 (Structured Streaming)
# in Python
streamingDataFrame = spark.readStream\
.schema(staticSchema)\
.option("maxFilesPe…
-
### Query engine
Flink 1.17.2 with Iceberg 1.4.2 libraries
### Question
I have a few Iceberg v2 tables defined and a Flink job that reads them in a streaming fashion before transforming to an…