You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@spark.apache.org by Abhisheks <sm...@gmail.com> on 2020/05/01 02:32:35 UTC

Re: [Structured Streaminig] multiple queries in one application

I hope you are using the Query object that is returned by the Structured
streaming, right?
Returned object contains a lot of information about each query and tracking
state of the object should be helpful. 

Hope this may help, if not can you please share more details with examples?

Best,
A



--
Sent from: http://apache-spark-user-list.1001560.n3.nabble.com/

---------------------------------------------------------------------
To unsubscribe e-mail: user-unsubscribe@spark.apache.org


Re: [Structured Streaminig] multiple queries in one application

Posted by lec ssmi <sh...@gmail.com>.
For example, put the generated query into a list  and start every one, then
use the method awaitTermination() on the last one .

Abhisheks <sm...@gmail.com> 于2020年5月1日周五 上午10:32写道:

> I hope you are using the Query object that is returned by the Structured
> streaming, right?
> Returned object contains a lot of information about each query and tracking
> state of the object should be helpful.
>
> Hope this may help, if not can you please share more details with examples?
>
> Best,
> A
>
>
>
> --
> Sent from: http://apache-spark-user-list.1001560.n3.nabble.com/
>
> ---------------------------------------------------------------------
> To unsubscribe e-mail: user-unsubscribe@spark.apache.org
>
>