spark_connection_find
From sparklyr v1.0.3
by Javier Luraschi
Find Spark Connection
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.
Community examples
Looks like there are no examples yet.