Support Questions

Find answers, ask questions, and share your expertise
Announcements
Now Live: Explore expert insights and technical deep dives on the new Cloudera Community BlogsRead the Announcement

How to Spark Stream from a Database?

avatar
Explorer
 
1 ACCEPTED SOLUTION

avatar
Expert Contributor

it's impossible to streaming from database directly.

 

log extraction tool get log from database and general file or into Kafka, then spark streaming can handle it .

View solution in original post

2 REPLIES 2

avatar
Expert Contributor

it's impossible to streaming from database directly.

 

log extraction tool get log from database and general file or into Kafka, then spark streaming can handle it .

avatar
New Member
how exactly spark streaming can handle it, can you give as exampl ?
thanks