Home

Configure Unravel with Workspace
  1. In Databricks, go to Workspace > Admin Console > Access Control and enable Personal Access tokens. See Enable token-based authentication.

  2. Go to Workspace> User Settings> Access Tokens and click Generate New Token. See Authenticate using Databricks personal access tokens. Choose the lifetime of the token as indefinite.

  3. Install Unravel agents on the Workspace and update the Unravel config with the Workspace details. refer to Running the Databricks_setup.sh script.

    Note

    Run the following commands only if the Databricks command-line is installed using Python virtualenv.

    sudo bash
    virtualenv -p /usr/bin/python3 mypy3
    source mypy3/bin/activate
    
    /usr/local/unravel/install_bin/databricks_setup.sh --add-workspace -i <Workspace ID> -n <Workspace name> -t <Workspace token> -r https://<Workspace instance> -p <workspace_tier> -u <Unravel DNS or IP Address>:4043