stopQuery {SparkR}R Documentation

stopQuery

Description

Stops the execution of this query if it is running. This method blocks until the execution is stopped.

Usage

stopQuery(x)

## S4 method for signature 'StreamingQuery'
stopQuery(x)

Arguments

x

a StreamingQuery.

Note

stopQuery(StreamingQuery) since 2.2.0

experimental

See Also

Other StreamingQuery methods: awaitTermination(), explain(), isActive(), lastProgress(), queryName(), status()

Examples

## Not run:  stopQuery(sq) 

[Package SparkR version 2.4.7 Index]