raft_dask.common.utils

raft_dask.common.utils#

2 min read time

Applies to Linux

Functions#

get_client([client])

parse_host_port(address)

Given a string address with host/port, build a tuple(host, port)

Module Contents#

raft_dask.common.utils.get_client(client=None)#
raft_dask.common.utils.parse_host_port(address)#

Given a string address with host/port, build a tuple(host, port)

Parameters:

address (string address to parse)

Returns:

tuple with host and port info

Return type:

tuple(host, port)