Login
Remember
Register
Ask a Question
What is Spark D Stream in Spark?
+1
vote
asked
Mar 8, 2020
in
Spark Sql
by
rahuljain1
What is Spark D Stream in Spark?
#spark-d-stream
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Mar 8, 2020
by
SakshiSharma
Spark DStream is the basic abstraction of Spark Streaming. It is a continuous stream of data.
...