spark_connection_find
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
Argument | Description |
---|---|
master | The Spark master parameter. |
app_name | The Spark application name. |
method | The method used to connect to Spark. |