Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • Are you also discussing it on Spark users mailing list (with TD)? Trying to find out how different the two use cases are. Commented May 14, 2017 at 11:04
  • Hi! Yes but we haven't concluded that conversion. I am just trying to print data using structured streaming and I am having a hard time with that :( Commented May 15, 2017 at 7:33
  • I have also tried val query = ds.writeStream.outputMode("append").format("console").start() but that didn't work either Commented May 15, 2017 at 7:52