GitHub user mateiz opened a pull request:

    https://github.com/apache/spark/pull/13748

    [SPARK-16031] Add debug-only socket source in Structured Streaming

    ## What changes were proposed in this pull request?
    
    This patch adds a text-based socket source similar to the one in Spark 
Streaming for debugging and tutorials. The source is clearly marked as 
debug-only so that users don't try to run it in production applications, 
because this type of source cannot provide HA without storing a lot of state in 
Spark.
    
    ## How was this patch tested?
    
    Manual tests in sparkShell for now. The other Spark Streaming socket source 
doesn't seem to have a unit test, but we can add one.
    


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/mateiz/spark socket-source

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/13748.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #13748
    
----
commit da3513d0952e12bb39d58966411afefd0785cb25
Author: Matei Zaharia <ma...@databricks.com>
Date:   2016-06-18T00:55:25Z

    Initial work on socket data source.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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

Reply via email to