livy_service_start
From sparklyr v0.5
by Javier Luraschi
Start Livy
Starts the livy service.
Stops the running instances of the livy service.
Usage
livy_service_start(version = NULL, spark_version = NULL)
livy_service_stop()
Arguments
- version
- The version of livy to use.
- spark_version
- The version of spark to connect to.
Community examples
Looks like there are no examples yet.