[
https://issues.apache.org/jira/browse/MRQL-72?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14555196#comment-14555196
]
Leonidas Fegaras commented on MRQL-72:
--------------------------------------
The stream source on sockets works in Sparking Streaming mode now. Example:
You open a data source on localhost:9999 using: nc -lk 9999
On another window, you run: bin/mrql.spark -local -stream 1000
queries/streaming2.mrql
Then data lines (such as 2,3) that you enter on the first window will be
processed by MRQL on the second window.
> Add support for stream input on TCP sockets
> -------------------------------------------
>
> Key: MRQL-72
> URL: https://issues.apache.org/jira/browse/MRQL-72
> Project: MRQL
> Issue Type: New Feature
> Components: Run-Time/Spark, Streaming
> Reporter: Leonidas Fegaras
> Assignee: Leonidas Fegaras
> Priority: Minor
> Fix For: 0.9.6
>
>
> Add a new stream input format for listening in TCP sockets for text input
> based on one of the MRQL Parsed Input Formats (XML, JSON, CSV). This is
> needed for the incremental stream processing component (forthcoming).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)