SparkR (version 2.4.6)

lastProgress: lastProgress

Description

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

Usage

lastProgress(x)

# S4 method for StreamingQuery lastProgress(x)

Arguments

x

a StreamingQuery.

See Also

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

Examples

Run this code
# NOT RUN {
 lastProgress(sq) 
# }

Run the code above in your browser using DataCamp Workspace