Skip to content

Commit 7236a62

Browse files
committed
Renamed spark sql sample file
1 parent c6d0629 commit 7236a62

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Installation instructions for SQL Server 2019 big data clusters can be found [he
99
## Executing the sample scripts
1010
The scripts should be executed in a specific order to test the various features. Execute the scripts from each folder in below order:
1111

12-
1. __[spark](spark/)__
12+
1. __[spark/dataloading/transform-csv-files.sql](spark/dataloading/transform-csv-files.sql)__
1313
1. __[data-virtualization/storage-pool](data-virtualization/storage-pool)__
1414
1. __[data-virtualization/oracle](data-virtualization/oracle)__
1515
1. __[data-pool](data-pool/)__

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,15 @@
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+
## __[dataloading](dataloading/)__
6+
7+
This folder contains samples that show how to load data using Spark.
8+
9+
[dataloading/transform-csv-files.ipynb](dataloading/transform-csv-files.ipynb/)
10+
511
## Instructions
612

7-
1. Download and save the notebook file [spark-sql.ipynb](spark-sql.ipynb/) locally.
13+
1. Download and save the notebook file [dataloading/transform-csv-files.ipynb](dataloading/transform-csv-files.ipynb/) locally.
814

915
1. Open the notebook file in Azure Data Studio (right click on the SQL Server big data cluster server name-> **Manage**-> Open Notebook.
1016

samples/features/sql-big-data-cluster/spark/dataloading/spark-sql.ipynb renamed to samples/features/sql-big-data-cluster/spark/dataloading/transform-csv-files.ipynb

File renamed without changes.

0 commit comments

Comments
 (0)