lastProgress {SparkR}R Documentation

lastProgress

Description

Prints the most recent progess update of this streaming query in JSON format.

Usage

lastProgress(x)

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

Arguments

x

a StreamingQuery.

Note

lastProgress(StreamingQuery) since 2.2.0

experimental

See Also

Other StreamingQuery methods: awaitTermination, explain, isActive, queryName, status, stopQuery

Examples

## Not run:  lastProgress(sq) 

[Package SparkR version 2.2.2 Index]