Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

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