Hi all,

Is it possible to read and process multiple streams with spark. I have 
eeg(brain waves) csv file with 23 columns  Each column is one stream(wave) and 
each column has one million values.

I know one way to do it is to take transpose of the file and then give it to 
spark and each mapper will get one or more waves out of the 23 waves, but then 
it will be non-streaming problem and I want to read the file as stream. Please 
correct me if I am wrong.

I have to apply simple operations(mean and SD) on each window of a wave.

Regards,
Laeeq

Reply via email to