Skip to content

Commit d5ca07a

Browse files
committed
Updated notebook instructions
1 parent ace31cd commit d5ca07a

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

  • samples/features/sql-big-data-cluster/spark

samples/features/sql-big-data-cluster/spark/README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
The new built-in notebooks in Azure Data Studio enables data scientists and data engineers to run Python, R, or Scala code against the cluster.
44

5+
## Instructions to open a notebook from Azure Data Studio
6+
7+
1. Connect to the SQL Server Master instance in a big data cluster
8+
9+
1. Right-click on the server name, select **Manage**, switch to **SQL Server Big Data Cluster** tab, and use open Notebook
10+
511
## __[dataloading](dataloading/)__
612

713
This folder contains samples that show how to load data using Spark.
@@ -10,10 +16,8 @@ This folder contains samples that show how to load data using Spark.
1016

1117
## Instructions
1218

13-
1. Download and save the notebook file [dataloading/transform-csv-files.ipynb](dataloading/transform-csv-files.ipynb/) locally.
14-
15-
1. Open the notebook file in Azure Data Studio (right click on the SQL Server big data cluster server name-> **Manage**-> Open Notebook.
19+
1. Download and save the notebook file [dataloading/transnform-csv-files.ipynb](dataloading/transform-csv-files.ipynb/) locally.
1620

17-
1. Wait for the “Kernel” and the target context (“Attach to”) to be populated. Set the “Kernel” to **PySpark3** and Attach to needs to be the IP address of your big data cluster endpoint.
21+
1. Open the notebook in Azure Data Studio, wait for the “Kernel” and the target context (“Attach to”) to be populated. Set the “Kernel” to **PySpark3** and **Attach to** needs to be the IP address of your big data cluster endpoint.
1822

19-
1. Run each cell in the Notebook sequentially using Azure Data Studio.
23+
1. Run each cell in the Notebook sequentially.

0 commit comments

Comments
 (0)