Learn R Programming

SparkR (version 2.3.0)

status: status

Description

Prints the current status of the query in JSON format.

Usage

status(x)

# S4 method for StreamingQuery status(x)

Arguments

x

a StreamingQuery.

See Also

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

Examples

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

Run the code above in your browser using DataLab