sparklyr_get_backend_port {sparklyr} | R Documentation |
Return the port number of a 'sparklyr' backend.
Description
Retrieve the port number of the 'sparklyr' backend associated with a Spark connection.
Usage
sparklyr_get_backend_port(sc)
Arguments
sc |
A |
Value
The port number of the 'sparklyr' backend associated with sc
.
[Package sparklyr version 1.8.6 Index]