Streaming Socket Text Stream¶
Reads in streaming text from a socket
Input¶
It does not take any DataFrame as input
Output¶
It creates DataFrame from reading data from a socket. This DataFrame is passed to the output Nodes.
Type¶
sparkstreaming
Class¶
fire.nodes.streaming.NodeStreamingSocketTextStream
Fields¶
Name |
Title |
Description |
|---|---|---|
batchDuration |
Batch Duration in Seconds |
Batch Duration in Seconds |
hostname |
Hostname |
Host to connect to for listening |
port |
Port |
Port to connect to |