-
I tried reading and writing objects to COS using Stocator with Spark streaming but it fails with the below error
```
java.lang.RuntimeException: java.lang.ClassNotFoundException: Class com.ibm.st…
-
https://databricks.gitbooks.io/databricks-spark-reference-applications/content/timeseries/index.html
-
The Spark Streaming Tutorial at http://ampcamp.berkeley.edu/big-data-mini-course/realtime-processing-with-spark-streaming.html gives an error message.
```
[info] Set current project to Tutorial (in b…
xbsd updated
10 years ago
-
I see that in TODO.md, any estimated timeframe?
-
The current Spark Streaming implementation does not checkpoint state, and is therefore not resilient to failures. Checkpoints should be written to a well-defined location, probably in the application'…
-
There is no easy way to integrate the schema-registry to a spark structured streaming application using the available componenents.
Simply adding the parameter schema.registry.url with value.deserial…
ghost updated
5 years ago
-
### Apache Iceberg version
1.2.0 (latest release)
### Query engine
Spark
### Please describe the bug 🐞
According to the documentation, when using Iceberg, one should set `spark.sql.extensions` to…
-
Hi @kevinwallimann
First I'm aware of the [issue](https://github.com/AbsaOSS/ABRiS/issues/176)
I used abris to stream avro to delta table. As mentioned in the issue the schema evolution is not wor…
-
I have a set of Excel format files which needs to be read from Spark(2.4.0) as and when an Excel file is loaded into a local directory. Scala version used here is 2.11.8.
I've tried using readstrea…
-
**Describe the bug**
I have observed the Pulsar spark connector occasionally drops data and duplicates data. It seems to be happening when the underlying Pulsar client has connectivity issues with …