Skip to content

Commit

Permalink
addressing review comments and sneaky level 1 header
Browse files Browse the repository at this point in the history
  • Loading branch information
jen-machin committed Sep 18, 2024
1 parent f0a2ed4 commit 9630bb3
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions ADA/databricks_rstudio_personal_cluster.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ You can use data from Databricks with R code in two different ways:

------------------------------------------------------------------------

# Pre-requisites

------------------------------------------------------------------------
## Pre-requisites

You must have:

Expand Down Expand Up @@ -51,7 +49,7 @@ When you set up your personal cluster, you will be asked to select a runtime for

Compute resources, including personal clusters, have no storage of their own. This means that if you install libraries or packages onto a cluster they will only remain installed until the cluster is stopped. Once re-started those libraries will need to be installed again.

An alternative to this is to specify packages/libraries to be installed on the cluster at start up. To do this click the name of your cluster from the 'Compute' page, then go to the 'Libraries' tab and click the 'Install new' button.
An alternative to this is to specify packages / libraries to be installed on the cluster at start up. To do this click the name of your cluster from the 'Compute' page, then go to the 'Libraries' tab and click the 'Install new' button.

::: callout-note
## Clusters will shut down after being idle for an hour
Expand Down Expand Up @@ -106,8 +104,6 @@ There are four steps to complete before your connection can be established. Thes

## Setting up the ODBC driver

------------------------------------------------------------------------

::: callout-important
If you have previously set up an ODBC connection, or followed the [set up Databricks SQL Warehouse with RStudio](/ADA/databricks_rstudio_sql_warehouse.html) guidance, then you can skip this step.
:::
Expand Down Expand Up @@ -168,6 +164,7 @@ The Databricks host is the instance of Databricks that you want to connect to. I

In Databricks, go to Compute in the left hand menu, and click on the name of your personal cluster:

::: {align="center"}
![](../images/databricks-cluster-id.png)
:::

Expand Down

0 comments on commit 9630bb3

Please sign in to comment.