Find Spark Connection

R/connection_instances.R

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.