sparklyr (version 0.3.0)

spark_log: Retrieves entries from the Spark log

Description

Retrieves entries from the Spark log

Usage

spark_log(sc, n = 100, ...)

Arguments

sc
spark_connection
n
Max number of log entries to retrieve (pass NULL to retrieve all lines of the log)
...
Unused (reserved for future use)

Value

Character vector with last n lines of the Spark log or for spark_log_file the full path to the log file.