Renamed spark sql sample file

This commit is contained in:
Umachandar Jayachandran
2019-04-08 17:14:33 -07:00
parent c6d062954e
commit 7236a626ab
3 changed files with 8 additions and 2 deletions
@@ -9,7 +9,7 @@ Installation instructions for SQL Server 2019 big data clusters can be found [he
## Executing the sample scripts ## Executing the sample scripts
The scripts should be executed in a specific order to test the various features. Execute the scripts from each folder in below order: The scripts should be executed in a specific order to test the various features. Execute the scripts from each folder in below order:
1. __[spark](spark/)__ 1. __[spark/dataloading/transform-csv-files.sql](spark/dataloading/transform-csv-files.sql)__
1. __[data-virtualization/storage-pool](data-virtualization/storage-pool)__ 1. __[data-virtualization/storage-pool](data-virtualization/storage-pool)__
1. __[data-virtualization/oracle](data-virtualization/oracle)__ 1. __[data-virtualization/oracle](data-virtualization/oracle)__
1. __[data-pool](data-pool/)__ 1. __[data-pool](data-pool/)__
@@ -2,9 +2,15 @@
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. 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.
## __[dataloading](dataloading/)__
This folder contains samples that show how to load data using Spark.
[dataloading/transform-csv-files.ipynb](dataloading/transform-csv-files.ipynb/)
## Instructions ## Instructions
1. Download and save the notebook file [spark-sql.ipynb](spark-sql.ipynb/) locally. 1. Download and save the notebook file [dataloading/transform-csv-files.ipynb](dataloading/transform-csv-files.ipynb/) locally.
1. Open the notebook file in Azure Data Studio (right click on the SQL Server big data cluster server name-> **Manage**-> Open Notebook. 1. Open the notebook file in Azure Data Studio (right click on the SQL Server big data cluster server name-> **Manage**-> Open Notebook.