- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Solace Integration with Spark Structured Streaming
- Labels:
-
Apache Spark
Created ‎01-09-2021 09:24 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi All,
I am new to solace and spark structured streaming. I would like to write a solace consumer using spark structured streaming and with the below code
var df = spark.readStream.format("solacestream").load
I am getting java.lang.ClassNotFoundException: solacestream.DefaultSource
Any hint of the format of the solace jms and how to pass in the connection parameters as option to the spark will be helpful. Thanks
Created ‎01-12-2021 03:21 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
After initial read on Spark Structured Streaming , for custom receivers class named DefaultSource should be present in the package mentioned in the format of readStream.
Created ‎01-12-2021 03:21 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
After initial read on Spark Structured Streaming , for custom receivers class named DefaultSource should be present in the package mentioned in the format of readStream.
