HeartSaVioR commented on code in PR #39647:
URL: https://github.com/apache/spark/pull/39647#discussion_r1080686437


##########
streaming/src/main/scala/org/apache/spark/streaming/StreamingContext.scala:
##########
@@ -61,6 +61,7 @@ import org.apache.spark.util.{CallSite, ShutdownHookManager, 
ThreadUtils, Utils}
  * `context.awaitTermination()` allows the current thread to wait for the 
termination
  * of the context by `stop()` or by an exception.
  */
+@deprecated

Review Comment:
   We should probably leave a note to promote moving to Structured Streaming.
   
   > This is deprecated as of Spark 3.4.0. There are no longer updates to 
DStream and it’s a legacy project. There is a newer and easier to use streaming 
engine in Spark called Structured Streaming. You should use Spark Structured 
Streaming for your streaming applications.
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to