0 votes
in Spark Sql by
Define Spark Streaming in Spark?

1 Answer

0 votes
by

Spark Streaming is very much useful for streaming data and also it enables fault-tolerant and high-throughput for live data. DStream is the fundamental unit which is the series of Resilient Distributed Datasets (RDD). The data from HDFS, Flume can be streamed to process them in live dashboards, file systems, and databases. The real-time data from different sources like Geographical systems, Stock market, and Twitter can be streamed by using this Spark streaming process.

Related questions

0 votes
asked Feb 16, 2023 in Spark Preliminaries by Robindeniel
0 votes
asked Aug 19, 2023 in Spark Sql by GeorgeBell
...