View source: R/spark_connection.R
spark_log | R Documentation |
View the most recent entries in the Spark log. This can be useful when inspecting output / errors produced by Spark during the invocation of various commands.
spark_log(sc, n = 100, filter = NULL, ...)
sc |
A |
n |
The max number of log entries to retrieve. Use |
filter |
Character string to filter log entries. |
... |
Optional arguments; currently unused. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.