Re: Seeking advice on realtime querying over JDBC

2016-06-02 Thread Mich Talebzadeh
what is the source of your data? is that an RDMS database plus the topics streamed via Kafka from other sources? Dr Mich Talebzadeh LinkedIn * https://www.linkedin.com/profile/view?id=AAEWh2gBxianrbJd6zP6AcPCCdOABUrV8Pw

Re: Seeking advice on realtime querying over JDBC

2016-06-02 Thread Cody Koeninger
Why are you wanting to expose spark over jdbc as opposed to just inserting the records from kafka into a jdbc compatible data store? On Thu, Jun 2, 2016 at 12:47 PM, Sunita Arvind wrote: > Hi Experts, > > We are trying to get a kafka stream ingested in Spark and expose the

Seeking advice on realtime querying over JDBC

2016-06-02 Thread Sunita Arvind
Hi Experts, We are trying to get a kafka stream ingested in Spark and expose the registered table over JDBC for querying. Here are some questions: 1. Spark Streaming supports single context per application right? If I have multiple customers and would like to create a kafka topic for each of them