InterviewSolution
Saved Bookmarks
| 1. |
What is the use of spark streaming? |
|
Answer» Spark Streaming is an extension of the core Spark API.Its main use is to ALLOW data ENGINEERS and data scientists to PROCESS real-time data from multiple sources like Kafka, AMAZON Kinesis and Flume. This processed data can be exported to file systems, databases and dashboards for further analysis. |
|