the spark tutorial shows that we can create a stream that reads "new files"
from a directory.  

that seems to have some lag time, as we have to write the data to file first
and then wait until spark stream picks it up.

what is the best way to implement REAL 'REAL-TIME' streaming for analysis in
real time?  for example, like streaming videos, sounds, images, etc
continuously?

thanks!



--
View this message in context: 
http://apache-spark-user-list.1001560.n3.nabble.com/real-time-streaming-tp17526.html
Sent from the Apache Spark User List mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@spark.apache.org
For additional commands, e-mail: user-h...@spark.apache.org

Reply via email to