Skip to content

Commit 1d00e79

Browse files
authored
Merge pull request #7768 from MicrosoftDocs/release-bigdataclusters
New tutorials section for big data clusters
2 parents f2fa006 + a54cb5a commit 1d00e79

20 files changed

Lines changed: 625 additions & 2 deletions

docs/big-data-cluster/deploy-big-data-tools.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,23 +27,32 @@ To install the extension, see [Install the SQL Server 2019 extension (preview)](
2727

2828
When you connect to a big data cluster, you have the option to connect to the SQL Server [master instance](concept-master-instance.md) or to the HDFS/Spark gateway. The following sections show how to connect to each.
2929

30-
## Master instance
30+
## <a id="master"></a> Master instance
3131

3232
1. In Azure Data Studio, press **F1** > **New Connection**.
33+
3334
1. In **Connection type**, select **Microsoft SQL Server**.
35+
3436
1. Type the IP address of the SQL Server master instance in **Server name** (for example: **\<IP Address\>,31433**).
37+
38+
1. Enter a SQL login **User name** and **Password**.
39+
3540
1. Change the **Database name** to the **high_value_data** database.
3641

3742
![Connect to the master instance](./media/deploy-big-data-tools/connect-to-cluster.png)
3843

3944
1. Press **Connect**, and the **Server Dashboard** should appear.
4045

41-
## HDFS/Spark gateway
46+
## <a id="hdfs"></a> HDFS/Spark gateway
4247

4348
1. In Azure Data Studio, press **F1** > **New Connection**.
49+
4450
1. In **Connection type**, select **SQL Server big data cluster**.
51+
4552
1. Type the IP address of the big data cluster in **Server name**.
4653

54+
1. Enter `root` for the **User** and specify the **Password** to your big data cluster.
55+
4756
![Connect to HDFS/Spark gateway](./media/deploy-big-data-tools/connect-to-cluster-hdfs-spark.png)
4857

4958
1. Press **Connect**, and the **Server Dashboard** should appear.
62 Bytes
Loading
1.07 KB
Loading
31.3 KB
Loading
29.4 KB
Loading
17.5 KB
Loading
26.5 KB
Loading
26.5 KB
Loading
31.5 KB
Loading
11.5 KB
Loading

0 commit comments

Comments
 (0)