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/azdata/install/deploy-install-azdata-pip.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,8 @@ titleSuffix:
4
4
description: Learn how to install the azdata tool with pip.
5
5
author: MikeRayMSFT
6
6
ms.author: mikeray
7
-
ms.reviewer: mihaelab
8
-
ms.date: 09/30/2020
7
+
ms.reviewer: danibunny
8
+
ms.date: 07/29/2021
9
9
ms.topic: conceptual
10
10
ms.prod: sql
11
11
ms.technology: big-data-cluster
@@ -22,15 +22,15 @@ This article describes how to install the [!INCLUDE [azure-data-cli-azdata](../.
22
22
23
23
## <aid="prerequisites"></a> Prerequisites
24
24
25
-
`azdata` is a command-line utility written in Python that enables cluster administrators to bootstrap and manage data resources via REST APIs. The minimum Python version required is v3.5. `pip` is required to download and install the `azdata` tool. The instructions below provide examples for Windows, Linux (Ubuntu) and macOS/OS X. For installing Python on other platforms, see the [Python documentation](https://wiki.python.org/moin/BeginnersGuide/Download). In addition, install and update the latest version of `requests` Python package:
25
+
`azdata` is a command-line utility written in Python that enables cluster administrators to bootstrap and manage data resources via REST APIs. The minimum Python version required is v3.6. `pip` is required to download and install the `azdata` tool. The instructions below provide examples for Windows, Linux (Ubuntu) and macOS/OS X. For installing Python on other platforms, see the [Python documentation](https://wiki.python.org/moin/BeginnersGuide/Download). In addition, install and update the latest version of `requests` Python package:
26
26
27
27
```bash
28
28
pip3 install -U requests
29
29
```
30
30
31
31
## <aid="windows"></a> Windows `azdata` installation
32
32
33
-
1. On a Windows client, download the necessary Python package from [https://www.python.org/downloads/](https://www.python.org/downloads/). For python 3.5.3 and later, pip3 is also installed when you install Python.
33
+
1. On a Windows client, download the necessary Python package from [https://www.python.org/downloads/](https://www.python.org/downloads/). For python 3.6 and later, pip3 is also installed when you install Python.
34
34
35
35
> [!TIP]
36
36
> When installing Python3, select to add Python to your `PATH`. If you do not, you can later find where pip3 is located and manually add it to your `PATH`.
@@ -56,7 +56,7 @@ pip3 install -U requests
56
56
57
57
## <aid="linux"></a> Linux `azdata` installation
58
58
59
-
On Linux, you must install Python 3.5 and then upgrade pip. The following example shows the commands that would work for Ubuntu. For other Linux platforms, see the [Python documentation](https://wiki.python.org/moin/BeginnersGuide/Download).
59
+
On Linux, you must install Python 3.6 and then upgrade pip. The following example shows the commands that would work for Ubuntu. For other Linux platforms, see the [Python documentation](https://wiki.python.org/moin/BeginnersGuide/Download).
Copy file name to clipboardExpand all lines: docs/big-data-cluster/big-data-cluster-faq.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -232,7 +232,7 @@ sections:
232
232
SQL Server ML Services support policy is same as that of SQL Server, except that every major release comes with a new runtime version. SparkML library itself is open source software (OSS). We do package many OSS components in Big Data Cluster and this is supported by Microsoft.
233
233
- question: Is Red Hat Enterprise Linux 8 (RHEL8) supported platform for SQL Server Big Data Clusters?
234
234
answer: |
235
-
Not at this time. See here for the [supported platforms](release-notes-big-data-cluster.md#supported-platforms).
235
+
Not at this time. See here for the [tested configurations](release-notes-big-data-cluster.md#tested-configurations).
236
236
- name: Tools
237
237
questions:
238
238
- question: Are the notebooks available in Azure Data Studio essentially Jupyter notebooks?
Copy file name to clipboardExpand all lines: docs/big-data-cluster/concept-application-deployment.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ When an application is executed, the Kubernetes service for the application prox
55
55
56
56
## <a id="app-deploy-security"></a> Security considerations for applications deployments on OpenShift
57
57
58
-
SQL Server 2019 CU5 enables support for BDC deployment on Red Hat OpenShift and an updated security model for BDC so privileged containers no longer required. In addition to non-privileged, containers are running as non-root user by default for all new deployments using [SQL Server 2019 CU5](release-notes-big-data-cluster.md#cu5).
58
+
SQL Server 2019 CU5 enables support for BDC deployment on Red Hat OpenShift and an updated security model for BDC so privileged containers no longer required. In addition to non-privileged, containers are running as non-root user by default for all new deployments using [SQL Server 2019 CU5](release-notes-cumulative-updates-history.md#cu5).
59
59
60
60
At the time of the CU5 release, the setup step of the applications deployed with [app deploy](app-create.md) interfaces will still run as *root* user. This is required since during setup extra packages that application will use are installed. Other user code deployed as part of the application will run as low privilege user.
Copy file name to clipboardExpand all lines: docs/big-data-cluster/deploy-offline.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ This article describes how to perform an offline deployment of a [!INCLUDE[big-d
17
17
18
18
## Prerequisites
19
19
20
-
- Docker Engine 1.8+ on any supported Linux distribution or Docker for Mac/Windows. For more information, see [Install Docker](https://docs.docker.com/engine/installation/).
20
+
- Docker Engine on any supported Linux distribution or Docker for Mac/Windows. Validate the engine version against the tested configurations on the [SQL Server Big Data Clusters release notes](release-notes-big-data-cluster.md).For more information, see [Install Docker](https://docs.docker.com/engine/installation/).
21
21
22
22
## Load images into a private repository
23
23
@@ -26,7 +26,7 @@ The following steps describe how to pull the big data cluster container images f
26
26
> [!TIP]
27
27
> The following steps explain the process. However, to simplify the task, you can use the [automated script](#automated) instead of manually running these commands.
28
28
29
-
1. Pull the big data cluster container images by repeating the following command. Replace `<SOURCE_IMAGE_NAME>` with each [image name](#images). Replace `<SOURCE_DOCKER_TAG>` with the tag for the big data cluster release, such as **2019-GDR1-ubuntu-16.04**.
29
+
1. Pull the big data cluster container images by repeating the following command. Replace `<SOURCE_IMAGE_NAME>` with each [image name](#images). Replace `<SOURCE_DOCKER_TAG>` with the tag for the big data cluster release, such as **2019-CU12-ubuntu-20.04**.
Copy file name to clipboardExpand all lines: docs/big-data-cluster/deploy-openshift.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,8 @@ titleSuffix: SQL Server Big Data Cluster
4
4
description: Learn how to upgrade SQL Server Big Data Clusters on OpenShift.
5
5
author: mihaelablendea
6
6
ms.author: mihaelab
7
-
ms.reviewer: mikeray
8
-
ms.date: 06/22/2020
7
+
ms.reviewer: dacoelho
8
+
ms.date: 07/29/2021
9
9
ms.topic: conceptual
10
10
ms.prod: sql
11
11
ms.technology: big-data-cluster
@@ -21,7 +21,7 @@ This article explains how to deploy a SQL Server Big Data Cluster on OpenShift e
21
21
> For a quick way to bootstrap a sample environment using ARO and then BDC deployed on this platform, you can use the Python script available [here](quickstart-big-data-cluster-deploy-aro.md).
22
22
23
23
24
-
SQL Server 2019 CU5 introduces support for SQL Server Big Data Clusters on OpenShift. You can deploy big data clusters to on-premises OpenShift or on Azure Red Hat OpenShift (ARO). Deployment requires OpenShift cluster version minimum 4.3. While the deployment workflow is similar to deploying in other Kubernetes based platforms ([kubeadm](deploy-with-kubeadm.md) and [AKS](deploy-on-aks.md)), there are some differences. The difference is mainly in relation to running applications as non-root user and the security context used for the namespace BDC is deployed in.
24
+
You can deploy big data clusters to on-premises OpenShift or on Azure Red Hat OpenShift (ARO). Validate the OpenShifts CRI-O version against tested configurations on the [SQL Server Big Data Clusters release notes](release-notes-big-data-cluster.md). While the deployment workflow is similar to deploying in other Kubernetes based platforms ([kubeadm](deploy-with-kubeadm.md) and [AKS](deploy-on-aks.md)), there are some differences. The difference is mainly in relation to running applications as non-root user and the security context used for the namespace BDC is deployed in.
25
25
26
26
For deploying the OpenShift cluster on-premises see the [Red Hat OpenShift documentation](https://docs.openshift.com/container-platform/4.3/release_notes/ocp-4-3-release-notes.html#ocp-4-3-installation-and-upgrade). For ARO deployments see the [Azure Red Hat OpenShift](/azure/openshift/intro-openshift).
27
27
@@ -112,7 +112,7 @@ This article outlines deployment steps that are specific to the OpenShift platfo
1. Customize the configuration files control.json and bdc.json. Here are some additional resources that guide you through the customizations supported for various use cases:
115
+
1. Customize the configuration files control.json and bdc.json. Here are some additional resources that guide you through the customizations for various use cases:
116
116
117
117
-[Storage](concept-data-persistence.md)
118
118
-[AD related settings](active-directory-deploy.md)
Copy file name to clipboardExpand all lines: docs/big-data-cluster/deployment-guidance.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ titleSuffix: SQL Server Big Data Clusters
4
4
description: Learn how to deploy SQL Server Big Data Clusters on Kubernetes.
5
5
author: WilliamDAssafMSFT
6
6
ms.author: wiassaf
7
-
ms.reviewer:
7
+
ms.reviewer: dacoelho
8
8
ms.date: 06/22/2020
9
9
ms.topic: conceptual
10
10
ms.prod: sql
@@ -21,9 +21,9 @@ SQL Server Big Data Cluster is deployed as docker containers on a Kubernetes clu
21
21
- Install the cluster configuration tool [!INCLUDE [azure-data-cli-azdata](../includes/azure-data-cli-azdata.md)] on your client machine.
22
22
- Deploy a SQL Server big data cluster in a Kubernetes cluster.
23
23
24
-
## Supported platforms
24
+
## Tested configurations
25
25
26
-
See [Supported platforms](release-notes-big-data-cluster.md#supported-platforms) for a complete list of the various Kubernetes platforms validated for deploying SQL Server Big Data Clusters.
26
+
See [Tested configurations](release-notes-big-data-cluster.md#tested-configurations) for a complete list of the various Kubernetes platforms validated for deploying SQL Server Big Data Clusters.
Copy file name to clipboardExpand all lines: docs/big-data-cluster/deployment-script-single-node-kubeadm.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ In this tutorial, you use a sample bash deployment script to deploy a single nod
20
20
21
21
## Prerequisites
22
22
23
-
- A vanilla Ubuntu 18.04 or 16.04 **server** virtual or physical machine. All dependencies are set up by the script, and you run the script from within the VM.
23
+
- A vanilla Ubuntu 20.04 **server** virtual or physical machine. All dependencies are set up by the script, and you run the script from within the VM.
The table below shows the open-source projects in use on [!INCLUDE [sssql19-md](../includes/sssql19-md.md)]. For the exact version used on each cumulative update, see [SQL Server Big Data Clusters platform release notes](release-notes-big-data-cluster.md).
0 commit comments