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