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, awaitTermination, awaitTermination,StreamingQuery-method; explain, explain, explain, explain,SparkDataFrame-method, explain,StreamingQuery-method; isActive, isActive, isActive,StreamingQuery-method; lastProgress, lastProgress, lastProgress,StreamingQuery-method; queryName, queryName, queryName,StreamingQuery-method; stopQuery, stopQuery, stopQuery,StreamingQuery-method

Examples

## Not run:  status(sq) 

[Package SparkR version 2.2.0 Index]