Github user yhuai commented on a diff in the pull request:

    https://github.com/apache/spark/pull/19535#discussion_r159019845
  
    --- Diff: python/pyspark/streaming/flume.py ---
    @@ -54,8 +54,13 @@ def createStream(ssc, hostname, port,
             :param bodyDecoder:  A function used to decode body (default is 
utf8_decoder)
             :return: A DStream object
     
    -        .. note:: Deprecated in 2.3.0
    +        .. note:: Deprecated in 2.3.0. Flume support is deprecated as of 
Spark 2.3.0.
    +            See SPARK-22142.
             """
    +        warnings.warn(
    --- End diff --
    
    thank you :) It will be good to also check why master build does not fail 
since python should complain about it.


---

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

Reply via email to