get_and_start_cluster {brickster} | R Documentation |
Get and Start Cluster
Description
Get and Start Cluster
Usage
get_and_start_cluster(
cluster_id,
polling_interval = 5,
host = db_host(),
token = db_token(),
silent = FALSE
)
Arguments
cluster_id |
Canonical identifier for the cluster. |
polling_interval |
Number of seconds to wait between status checks |
host |
Databricks workspace URL, defaults to calling |
token |
Databricks workspace token, defaults to calling |
silent |
Boolean (default: |
Details
Get information regarding a Databricks cluster. If the cluster is inactive it will be started and wait until the cluster is active.
Value
db_cluster_get()
See Also
db_cluster_get()
and db_cluster_start()
.
Other Clusters API:
db_cluster_create()
,
db_cluster_edit()
,
db_cluster_events()
,
db_cluster_get()
,
db_cluster_list()
,
db_cluster_list_node_types()
,
db_cluster_list_zones()
,
db_cluster_perm_delete()
,
db_cluster_pin()
,
db_cluster_resize()
,
db_cluster_restart()
,
db_cluster_runtime_versions()
,
db_cluster_start()
,
db_cluster_terminate()
,
db_cluster_unpin()
,
get_latest_dbr()
Other Cluster Helpers:
get_latest_dbr()