spark_connection_find {sparklyr} | R Documentation |
Find Spark Connection
Description
Finds an active spark connection in the environment given the connection parameters.
Usage
spark_connection_find(master = NULL, app_name = NULL, method = NULL)
Arguments
master |
The Spark master parameter. |
app_name |
The Spark application name. |
method |
The method used to connect to Spark. |
[Package sparklyr version 1.8.6 Index]