status {SparkR}R Documentation

status

Description

Prints the current status of the query in JSON format.

Usage

status(x)

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

Arguments

x

a StreamingQuery.

Note

status(StreamingQuery) since 2.2.0

experimental

See Also

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

Examples

## Not run:  status(sq) 

[Package SparkR version 3.0.1 Index]