livy_service_start | R Documentation |
Starts the livy service.
Stops the running instances of the livy service.
livy_service_start(
version = NULL,
spark_version = NULL,
stdout = "",
stderr = "",
...
)
livy_service_stop()
version |
The version of ‘livy’ to use. |
spark_version |
The version of ‘spark’ to connect to. |
stdout , stderr |
where output to 'stdout' or 'stderr' should
be sent. Same options as |
... |
Optional arguments; currently unused. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.