Skip to content

Commit 432d6b7

Browse files
authored
Merge pull request #46684 from roygara/newCasing
Changing casing and first mention of service
2 parents fe5cd6e + 1865cef commit 432d6b7

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

articles/storage/data-lake-storage/using-databricks-spark.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Access Azure Data Lake Storage Gen2 Preview data with DataBricks using Spark | Microsoft Docs
3-
description: Learn to run Spark queries on a DataBricks cluster to access data in an Azure Data Lake Storage Gen2 storage account.
2+
title: Access Azure Data Lake Storage Gen2 Preview data with Azure Databricks using Spark | Microsoft Docs
3+
description: Learn to run Spark queries on a Azure Databricks cluster to access data in an Azure Data Lake Storage Gen2 storage account.
44
services: hdinsight,storage
55
tags: azure-portal
66
author: dineshm
@@ -14,12 +14,12 @@ ms.date: 6/27/2018
1414
ms.author: dineshm
1515
---
1616

17-
# Tutorial: Access Azure Data Lake Storage Gen2 Preview data with DataBricks using Spark
17+
# Tutorial: Access Azure Data Lake Storage Gen2 Preview data with Azure Databricks using Spark
1818

19-
In this tutorial, you learn how to run Spark queries on a DataBricks cluster to query data in Azure Data Lake Storage Gen2 Preview capable account.
19+
In this tutorial, you learn how to run Spark queries on a Azure Databricks cluster to query data in Azure Data Lake Storage Gen2 Preview capable account.
2020

2121
> [!div class="checklist"]
22-
> * Create a DataBricks cluster
22+
> * Create a Databricks cluster
2323
> * Ingest unstructured data into a storage account
2424
> * Trigger an Azure Function to process data
2525
> * Running analytics on your data in Blob storage
@@ -43,11 +43,11 @@ To begin, create a new [Azure Data Lake Storage Gen2 account](quickstart-create-
4343

4444
Both the account name and key are required for later steps in this tutorial. Open a text editor and set aside the account name and key for future reference.
4545

46-
## Create a DataBricks cluster
46+
## Create a Databricks cluster
4747

48-
The next step is to create a [DataBricks cluster](https://docs.azuredatabricks.net/) to create a data workspace.
48+
The next step is to create a [Databricks cluster](https://docs.azuredatabricks.net/) to create a data workspace.
4949

50-
1. Create a [DataBricks service](https://ms.portal.azure.com/#create/Microsoft.Databricks) and name it **myFlightDataService** (make sure to check the *Pin to dashboard* checkbox as you create the service).
50+
1. Create a [Databricks service](https://ms.portal.azure.com/#create/Microsoft.Databricks) and name it **myFlightDataService** (make sure to check the *Pin to dashboard* checkbox as you create the service).
5151
2. Click **Launch Workspace** to open the workspace in a new browser window.
5252
3. Click **Clusters** in the left-hand nav bar.
5353
4. Click **Create Cluster**.
@@ -81,9 +81,9 @@ set ACCOUNT_KEY=<ACCOUNT_KEY>
8181
azcopy cp "<DOWNLOAD_FILE_PATH>" https://<ACCOUNT_NAME>.dfs.core.windows.net/dbricks/folder1/On_Time --recursive
8282
```
8383

84-
### Use DataBricks Notebook to convert CSV to Parquet
84+
### Use Databricks Notebook to convert CSV to Parquet
8585

86-
Re-open DataBricks in your browser and execute the following steps:
86+
Re-open Databricks in your browser and execute the following steps:
8787

8888
1. Select **Azure Databricks** on the top left of the nav bar.
8989
2. Select **Notebook** under the **New** section on the bottom half of the page.
@@ -112,7 +112,7 @@ Re-open DataBricks in your browser and execute the following steps:
112112
113113
## Explore data using Hadoop Distributed File System
114114
115-
Return to the DataBricks workspace and click on the **Recent** icon in the left navigation bar.
115+
Return to the Databricks workspace and click on the **Recent** icon in the left navigation bar.
116116
117117
1. Click on the **Flight Data Analytics** notebook.
118118
2. Press **Ctrl + Alt + N** to create a new cell.

0 commit comments

Comments
 (0)