wait_for_lib_installs {brickster} | R Documentation |
Wait for Libraries to Install on Databricks Cluster
Description
Wait for Libraries to Install on Databricks Cluster
Usage
wait_for_lib_installs(
cluster_id,
polling_interval = 5,
allow_failures = FALSE,
host = db_host(),
token = db_token()
)
Arguments
cluster_id |
Unique identifier of a Databricks cluster. |
polling_interval |
Number of seconds to wait between status checks |
allow_failures |
If |
host |
Databricks workspace URL, defaults to calling |
token |
Databricks workspace token, defaults to calling |
Details
Library installs on Databricks clusters are asynchronous, this function allows you to repeatedly check installation status of each library.
Can be used to block any scripts until required dependencies are installed.
See Also
[Package brickster version 0.2.5 Index]