spark_log
From sparklyr v0.3.7
by Javier Luraschi
Retrieves entries from the Spark log
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.
Community examples
Looks like there are no examples yet.