Hi all,I wonder if there is a way to create some child streaming while using 
spark streaming?For example, I create a netcat main stream, read data from a 
socket, then create 3 different child streams on the main stream,in stream1, we 
do fun1 on the input data then print result to screen;in stream2, we do fun2 on 
the input data then print result to screen;in stream3, we do fun3 on the input 
data then print result to screen.Is any one some hints?                         
                 

Reply via email to