Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

I need to create a spark streaming application which should monitor a hdfs path continuously and read only the new incoming csv data in csv tabular format.

avatar
 
1 ACCEPTED SOLUTION

avatar

Thanks @Felix Albani. I found it. For Scala code pls check this git hub link https://github.com/phatak-dev/spark2.0-examples/blob/master/src/main/scala/com/madhukaraphatak/examp.... This is exactly what i needed.

View solution in original post

3 REPLIES 3

avatar

@Sudharsan Ganeshkumar

Out of the box spark provides the fileStream. You can read more here:

https://spark.apache.org/docs/latest/streaming-programming-guide.html

HTH

*** If you found this answer addressed your question, please take a moment to login and click the "accept" link on the answer.

avatar

@Sudharsan Ganeshkumar if my answer has helped you please remember to login and mark it as accepted.

avatar

Thanks @Felix Albani. I found it. For Scala code pls check this git hub link https://github.com/phatak-dev/spark2.0-examples/blob/master/src/main/scala/com/madhukaraphatak/examp.... This is exactly what i needed.