You can also write it into a file and view it using your favorite viewer/editor 

> On 18. May 2017, at 04:55, kant kodali <kanth...@gmail.com> wrote:
> 
> Hi All,
> 
> How to see the full contents of dataset or dataframe is structured streaming 
> just like we normally with df.show(false)? Is there any parameter I can pass 
> in to the code below? 
> 
> val df1 = df.selectExpr("payload.data.*");
> df1.writeStream().outputMode("append").format("console").start()
> 
> Thanks!

Reply via email to