Upgrading sensors on Databricks
To upgrade sensors on Databricks, run the databricks_setup.sh script as follows for each of the existing workspaces:
Important
Run this script as the same username that you used to install the Unravel server.
usr/local/unravel/install_bin/databricks_setup.sh --add-workspace -i<Workspace>
-n<Workspace Name>
-t<Workspace Token>
-r<Workspace URL>
-u<Unravel VM Private IP>
:4043 -p<Tier>
##For example: /usr/local/unravel/install_bin/databricks_setup.sh --add-workspace -i 0000000000000000 -n myworkspace -t xxxx -r https://adb-0000000000000000.16.azuredatabricks.net -u 127.0.0.1:4043 -p premium
Option | Description | |
---|---|---|
| Sets up or updates a Databricks workspace for monitoring by Unravel. Valid values: | |
| Id of the workspace to be configured. | |
| Workspace name. | |
| Workspace instance. Must start with For example, | |
| Workspace access token. | |
| Unravel LR Endpoint. (e.g: 10.0.0.4:4043) | |
| (Optional) Workspace tier. Accepted values are - premium, standard. The default is premium. | |
| Enables/disables SSL for Databricks sensor and agent. Valid values: Default: | |
| (Optional) Enables/disables SSL connections to Unravel endpoints without certificates. This option is only in effect if Valid values: Default: | |
| (Optional) Spark version to be used. Default: | |
| (Optional) Enables debug logs for Unravel Databricks sensor installation. Default: | |
| (Optional) Specifies the frequency in seconds in which to poll cluster metrics. Default: | |
| Print the minimal Spark configuration required to monitor cluster using Unravel. | |
| Unravel server URL. For example, | |
| Enables/disables SSL for Databricks sensor and agent. Valid values: Default: | |
| (Optional) Enables/disables SSL connections to Unravel endpoints without certificates. This option is only in effect if Valid values: Default: | |
| (Optional) Spark version to be used. Default: | |
| Prints the usage of this script. |