-
Hi all, how do I get Spark.jl to read a stream from and write to Kafka? I need help finding documentation on that.
-
### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain.js documentation with the integrated search.
- [X] I used the GitHub search to find a …
-
**Describe the bug**
It seems that using Spark Structured Streaming from a managed table (that should support tead) to an external table (that should support read/write) - is not working.
It throw…
ni-mi updated
11 hours ago
-
### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain.js documentation with the integrated search.
- [X] I used the GitHub search to find a …
-
### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain documentation with the integrated search.
- [X] I used the GitHub search to find a sim…
-
Streaming sources in Spark emit [backlog metrics](https://docs.databricks.com/en/structured-streaming/stream-monitoring.html#streamingquerylistener-object-metrics) that indicate how behind a stream is…
-
**Describe the bug**
```
%dpl
| makeresults count=1 | teragrep exec kafka save myTopic
```
gives error from spark:
```
Failed to find data source: kafka. Please deploy the application as pe…
-
Hi team, I just watched a talk from Ricardo and Tristan on Mar 16, 2021. At the end there was a question from the audience about support for streaming. It seemed the answer was not at this time, and T…
-
There are some files with the suffix ".compact" in the sink folder of Spark checkpoint location.
The files compact all the history EsSinkStatus logs since the first index action.
![Image](https://gith…
-
Hi,
I have a Spark Structured Streaming application where I'd like to write streaming data to HBase using SHC. It reads data from a location where new csv files continuously are being created. The …