Welcome to the Cloudera Community

Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Who agreed with this topic

Loading data from Spark Structured Streaming to kudu

avatar
Explorer

Hi,

 

I have a Spark Structured Streaming data. How can I write output to Kudu?

 

e.g.

 

I can write output of DataFrame to console by:

 

df.writeStream.format("console").outputMode("append").start()

 

How can I write output to Kudu?

 

 

 

Who agreed with this topic