Re: Writing to mysql from pyspark spark structured streaming

2020-10-15 Thread German Schiavon
Hi, can you share the code? You have to call *writeStream* on streaming Dataset/Dataframe On Fri, 16 Oct 2020 at 02:14, Krishnanand Khambadkone wrote: > Hi, I am trying to write to mysql from a spark structured streaming kafka > source. Using spark 2.4.0. I get this exception, > > AnalysisEx

Writing to mysql from pyspark spark structured streaming

2020-10-15 Thread Krishnanand Khambadkone
Hi,  I am trying to write to mysql from a spark structured streaming kafka source.  Using spark 2.4.0. I get this exception, AnalysisException: u"'write' can not be called on streaming Dataset/DataFrame