Re: Stream msg using R

2021-07-29 Thread Blake Miller
I see. Are you able to connect to the databricks spark cluster with a scala repl? The same URL should work with the R spark client. I'm not sure how you're meant to specify the kafka credentials but perhaps this will help you connect r to spark. On Thu, Jul 29, 2021, 6:35 AM Paulo Ramos wrote:

Re: Stream msg using R

2021-07-29 Thread Paulo Ramos
Yes That piece of code is not working for me, because when I run it I am not getting it. I am trying to connect through Data Bricks, so I think I have to change the "local" connection in master? Also, how do I add in the read options the kafka username and psswd? Notes: Kafka is hosted in confl

Re: Stream msg using R

2021-07-28 Thread Blake Miller
Paulo, Could you clarify what your question is? I wasn't able to understand it from your email. I understand that you want to read data from Kafka in R, and you shared some R code. What is the issue that you're having with this code? Regards, Blake On Tue, Jul 27, 2021 at 2:42 PM Paulo Ramos w