double quota is automaticly added when sinking as csv

2019-05-21 Thread
We use struct streaming 2.2, when sinking as csv, a json str will automatic add "" for it, like an element is > > {"hello": "world"} result data in fs will be > "{\"hello\": \"world\"}" How to avoid the "",we only want > {"hello": "world"} code like > resultDS. > writeStream. >

How to add a new source to exsting struct streaming application, like a kafka source

2018-07-30 Thread
How to add a new source to exsting struct streaming application, like a kafka source