GitHub user zhangxinyu1 opened a pull request:

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

    New feature for structured streaming: add http stream sink

    ## What changes were proposed in this pull request?
    
    Add http stream sink for structured streaming.
    Streaming query results can be sinked to http server through http post 
request.
    
    ## How was this patch tested?
    Use 
[quick-example](http://spark.apache.org/docs/latest/structured-streaming-programming-guide.html#quick-example)
 and configure DataStreamWriter with .format("http").option("url", httpUrl)
    
    


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

    $ git pull https://github.com/zhangxinyu1/spark 
feature-for-structed-streaming-add-http-sink

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

    https://github.com/apache/spark/pull/15194.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 #15194
    
----
commit 87c48c7ed284b95a27e5a6c7f59ee836a95bb588
Author: zhangxinyu1 <342689...@qq.com>
Date:   2016-09-21T07:00:39Z

    add feature: streaming query results can be output to http server

commit 489f629783768bef1024de55367c67c26c7192d0
Author: zhangxinyu1 <342689...@qq.com>
Date:   2016-09-22T04:09:56Z

    new feature for structed streaming: http sink

commit f6eca02c4a44a65e012bec8c294b861de9c19560
Author: zhangxinyu1 <342689...@qq.com>
Date:   2016-09-22T04:15:35Z

    new feature for structed streaming: http sink

commit 96f17b1397d5858a4ce709691b632852b02682e2
Author: zhangxinyu1 <342689...@qq.com>
Date:   2016-09-22T04:25:03Z

    new feature for structed streaming: add http sink

----


---
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