Streaming!
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2024 03:16 PM
whats difference in using spark streaming and DLT?
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2024 11:48 AM
DLT is using Spark Streaming behind the scene, DLT is just an easier way to code spark streaming applications. and it takes care of many of the knobs that you would otherwise need to handle yourself when working with spark streaming. also it is more performant than regular spark streaming since it generates more efficient spark streaming code.

