You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/storage/data-lake-storage/using-databricks-spark.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
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.
4
4
services: hdinsight,storage
5
5
tags: azure-portal
6
6
author: dineshm
@@ -14,12 +14,12 @@ ms.date: 6/27/2018
14
14
ms.author: dineshm
15
15
---
16
16
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
18
18
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.
20
20
21
21
> [!div class="checklist"]
22
-
> * Create a DataBricks cluster
22
+
> * Create a Databricks cluster
23
23
> * Ingest unstructured data into a storage account
24
24
> * Trigger an Azure Function to process data
25
25
> * 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-
43
43
44
44
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.
45
45
46
-
## Create a DataBricks cluster
46
+
## Create a Databricks cluster
47
47
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.
49
49
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).
51
51
2. Click **Launch Workspace** to open the workspace in a new browser window.
0 commit comments