Hi all,
I tested filestream today, my code looks like:

val  fs = ssc.textFileStream(*)
erroelines = fs.filter( _.contains("erroe"))
erroelines.print
ssc.start()


when I edit a file and save it to the dir, it works well.
If i copy a file to the dir, it does work.

my issues are:
1, is it OK please? I means whether the code was designed to work as this.
2,which class  monitor the dir pls?

Reply via email to