spark_log: Retrieves entries from the Spark log

Description Usage Arguments Value

View source: R/connection.R

Description

Retrieves entries from the Spark log

Usage

1
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.


rstudio/sparkapi documentation built on May 28, 2019, 9:31 a.m.