Add libraries to be installed on a cluster. The installation is asynchronous;
it happens in the background after the completion of this request.
Usage
install_cluster_library(client, cluster_id, libraries)
librariesInstall(client, cluster_id, libraries)
Arguments
- client
Required. Instance of DatabricksClient()
- cluster_id
Required. Unique identifier for the cluster on which to install these libraries.
- libraries
Required. The libraries to install.
Details
Note: The actual set of libraries to be installed on a cluster is the
union of the libraries specified via this method and the libraries set to be
installed on all clusters via the libraries UI.