Return the port number of a sparklyr
backend.
sparklyr_get_backend_port
Description
Retrieve the port number of the sparklyr
backend associated with a Spark connection.
Usage
sparklyr_get_backend_port(sc)
Arguments
Arguments | Description |
---|---|
sc | A spark_connection . |
Value
The port number of the sparklyr
backend associated with sc
.