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: docs/big-data-cluster/big-data-cluster-overview.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,8 @@ ms.prod: sql
13
13
14
14
Staring with [!INCLUDE[SQL Server 2019](../includes/sssqlv15-md.md)], SQL Big Data Clusters allows you to deploy scalable clusters of SQL Server containers on Kubernetes. These containers are then used to read, write, and process big data from Transact-SQL, allowing you to easily combine and analyze your high-value relational data with high-volume big data.
15
15
16
+
[!INCLUDE [Limited public preview note](../includes/big-data-cluster-preview-note.md)]
17
+
16
18
## Scenarios
17
19
18
20
SQL Big Data Clusters provides flexibility in how you interact with your big data. You can query external data sources, store big data in HDFS managed by SQL Server, or pull data from multiple data sources into the cluster. You can then use the data for AI, Machine Learning, and other analysis tasks. The following sections provide more information about these scenarios.
[!INCLUDE [Limited public preview note](../includes/big-data-cluster-preview-note.md)]
17
17
18
-
1. Download the version of [!INCLUDE [SQL Operations Studio](../includes/name-sos-short.md)] for your OS from [https://github.com/Microsoft/sqlservervnext/releases/tag/v0.1.8](https://github.com/Microsoft/sqlservervnext/releases/tag/v0.1.8).
18
+
## Install [!INCLUDE [Azure Data Studio](../includes/name-sos-short.md)]
19
+
20
+
1. Download the version of [!INCLUDE [Azure Data Studio](../includes/name-sos-short.md)] for your OS from [https://github.com/Microsoft/sqlservervnext/releases/tag/v0.1.8](https://github.com/Microsoft/sqlservervnext/releases/tag/v0.1.8).
19
21
20
22
1. Unzip the file and run the application. We recommend using 7zip on Windows.
21
23
22
24
## Install the SQL Server scale-out data management extension
23
25
24
26
1. Download the extension from [https://github.com/Microsoft/sqlservervnext/releases/tag/v0.1.8](https://github.com/Microsoft/sqlservervnext/releases/tag/v0.1.8).
25
27
26
-
1. In [!INCLUDE [SQL Operations Studio](../includes/name-sos-short.md)] press F1 to open the action bar and type "Extensions: Install from VSIX", and then press enter to select this action.
28
+
1. In [!INCLUDE [Azure Data Studio](../includes/name-sos-short.md)] press F1 to open the action bar and type "Extensions: Install from VSIX", and then press enter to select this action.
27
29
28
30
1. Choose the VSIX file you just downloaded and click **Install**.
29
31
30
-
1. You will be prompted to reload [!INCLUDE [SQL Operations Studio](../includes/name-sos-short.md)] – click the **Reload** button as requested.
32
+
1. You will be prompted to reload [!INCLUDE [Azure Data Studio](../includes/name-sos-short.md)] – click the **Reload** button as requested.
31
33
32
34
## Connect to the cluster
33
35
34
-
In [!INCLUDE [SQL Operations Studio](../includes/name-sos-short.md)], press F1 -> New Connection. You can now connect to your SQL Server (Example: **\<IP Address\>,31433**). Connect to the **high_value_data** database.
36
+
In [!INCLUDE [Azure Data Studio](../includes/name-sos-short.md)], press F1 -> New Connection. You can now connect to your SQL Server (Example: **\<IP Address\>,31433**). Connect to the **high_value_data** database.
35
37
36
38

Copy file name to clipboardExpand all lines: docs/big-data-cluster/deployment-guidance.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,8 @@ SQL Server Big Data cluster can be deployed as docker containers on a Kubernetes
17
17
- Install the cluster configuration tool `mssqlctl` on your client machine
18
18
- Deploy SQL Server Big Data cluster in a Kubernetes cluster
19
19
20
+
[!INCLUDE [Limited public preview note](../includes/big-data-cluster-preview-note.md)]
21
+
20
22
## Kubernetes prerequisistes
21
23
22
24
SQL Server Big Data cluster requires a minimum v1.10 version for Kubernetes, for both server and client. To install a specific version on kubectl client, see [Install kubectl binary via curl](https://kubernetes.io/docs/tasks/tools/install-kubectl/#install-kubectl). Latest versions of minikube and AKS are at least 1.10. For AKS you will need to use `--kubernetes-version` parameter to specify a version different than default.
@@ -49,6 +51,8 @@ After you have configured your Kubernetes cluster, you can proceed with the depl
49
51
50
52
If you want to customize your Aris configuration, according to your workload needs, follow the next set of instructions.
51
53
54
+
[!INCLUDE [Limited public preview note](../includes/big-data-cluster-preview-note.md)]
55
+
52
56
## Verify kubernetes configuration
53
57
54
58
Execute the below kubectl command to view the cluster configuration. Ensure that kubectl is pointed to the correct cluster context.
Copy file name to clipboardExpand all lines: docs/big-data-cluster/quickstart-big-data-cluster-deploy.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@ ms.prod: sql
14
14
In this quickstart, you will install SQL Server Big Data Cluster on Kubernetes in a default configuration suitable for dev/test environments. Here is the list of environment variables and their default values you can update to customize your cluster configuration:
15
15
TBD
16
16
17
+
[!INCLUDE [Limited public preview note](../includes/big-data-cluster-preview-note.md)]
> SQL Big Data Clusters is first available as a limited public preview. To request access to the components for CTP 2.0, register here (TBD: LINK NEEDED).
0 commit comments