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
[!INCLUDE[SQL Server 2019](../../includes/applies-to-version/sqlserver2019.md)]
17
17
18
-
This article describes how to install `azdata` for SQL Server 2019 Big Data Clusters on Windows. Before the Windows Installation was available, the installation of `azdata` required `pip`.
19
-
20
-
>For Linux (Ubuntu), see [install `azdata` with installer](./deploy-install-azdata-linux-package.md).
21
-
22
-
At this time, there are no package managers to install `azdata` on other operating systems or distributions. For these platforms, see [install `azdata` without package manager](./deploy-install-azdata.md).
18
+
This article describes how to install `azdata` for SQL Server 2019 Big Data Clusters on Windows. Before the Microsoft Windows Installer for `azdata` was available, the installation of`azdata` required `pip`.
23
19
24
20
## Install `azdata` with the Microsoft Windows Installer
25
21
@@ -32,7 +28,7 @@ To install `azdata` on with the Microsoft Windows Installer,
32
28
33
29
If you have any previous releases of `azdata` installed, it is important to uninstall it first before installing the latest version.
34
30
35
-
To remove the release candidate version of `azdata`, run the following command.
31
+
For example, to remove the release candidate version of `azdata`, run the following command:
[!INCLUDE[SQL Server 2019](../../includes/applies-to-version/sqlserver2019.md)]
17
17
18
-
This article describes how to install `azdata` for SQL Server 2019 Big Data Clusters on Linux. Before these package managers were available, the installation of `azdata` required `pip`.
18
+
For Linux distributions with `apt` there is a package for the `azdata-cli`. The CLI package has been tested on Linux versions which use `apt`:
>The `azdata`package does not use the system Python, rather installs its own Python interpreter.
26
+
>[!IMPORTANT]
27
+
>The RPM package of the `azdata-cli` depends on the python3 package. On your system, this may be a Python version which predates the requirement of *Python 3.6.x*. If this poses an issue for you, find a replacement python3 package or follow the manual install instructions that use [`pip`](../install/deploy-install-azdata-pip.md).
30
28
31
-
1.Get packages needed for the install process:
29
+
1.Install dependencies necessary to install `azdata-cli`.
[!INCLUDE[SQL Server 2019](../../includes/applies-to-version/sqlserver2019.md)]
17
17
18
-
This article describes how to install the `azdata` tool Windowsor Linux using `pip`.
18
+
This article describes how to install the `azdata` tool on Windows, Linux or macOS/OS X using `pip`.
19
19
20
-
For Windows and Linux (Ubuntu distribution), you can install with a [package manager](./deploy-install-azdata-installer.md) for a simpler experience.
20
+
> [!TIP]
21
+
> For a simpler experience, `azdata` can be installed with a [package manager](./deploy-install-azdata.md/) for Windows, Linux (Ubuntu, Debian, RHEL, CentOS, openSUSE and SLE distributions) and macOS.
21
22
22
23
## <aid="prerequisites"></a> Prerequisites
23
24
24
-
`azdata` is a command-line utility written in Python that enables cluster administrators to bootstrap and manage the big data cluster via REST APIs. The minimum Python version required is v3.5. `pip` is required to download and install `azdata` tool. The instructions below provide examples for Windows and Ubuntu. For installing Python on other platforms, see the [Python documentation](https://wiki.python.org/moin/BeginnersGuide/Download).
25
-
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 SQL Server 2019 Big Data Clusters (BDC) 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:
26
26
27
27
```bash
28
28
pip3 install -U requests
29
29
```
30
30
31
31
> [!IMPORTANT]
32
-
> If you are installing a newer version of big data clusters, back up your data and delete the old cluster upgrading`azdata` and installing the new release. For more information, see [Upgrading to a new release](../../big-data-cluster/deployment-upgrade.md).
32
+
> If your current version of Big Data Cluster is customer technology preview (CTP) or release candidate version (RC) and you are installing a newer version of Big Data Clusters, back up your data and delete the old cluster, upgrade`azdata` and install the new release. Upgrading from a supported release, including general distribution release (GDR), cumulative update (CU), or quick fix engineering (QFE), can be performed in place and therefore deletion of the cluster is not required. For more information, see [Upgrading to a new release](../../big-data-cluster/deployment-upgrade.md).
33
33
34
34
## <aid="windows"></a> Windows `azdata` installation
35
35
36
-
1. On a Windows client, download the necessary Python package from [https://www.python.org/downloads/](https://www.python.org/downloads/). For python3.5.3 and later, pip3 is also installed when you install Python.
36
+
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.
37
37
38
-
> [!TIP]
38
+
> [!TIP]
39
39
> 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`.
40
40
41
41
1. Open a new Windows PowerShell session so that it gets the latest path with Python in it.
42
42
43
-
1. If you have any previous releases of `azdata` installed, it is important to uninstall it first before installing the latest version.
43
+
1.Starting with SQL Server 2019 CU5 release, azdata has an independent semantic version from the server. If you have any previous releases of `azdata` installed prior to this, it is important to first uninstall them before installing the latest version.
44
44
45
-
For CTP 3.2 or RC1, run the following command.
45
+
For example, for CTP 3.2 or RC1, run the following command:
@@ -73,25 +75,27 @@ On Linux, you must install Python 3.5 and then upgrade pip. The following exampl
73
75
sudo apt-get install -y unixodbc-dev
74
76
```
75
77
76
-
1. Upgrade pip3:
78
+
1. Upgrade pip3.
77
79
78
80
```bash
79
81
sudo -H pip3 install --upgrade pip
80
82
```
81
83
82
-
1. If you have any previous releases of `azdata` installed, it is important to uninstall it first before installing the latest version.
84
+
1.Starting with SQL Server 2019 CU5 release, azdata has an independent semantic version from the server. If you have any previous releases of `azdata` installed prior to this, it is important to first uninstall them before installing the latest version.
83
85
84
-
For CTP 3.2 or RC1, run the following command.
86
+
For example, for CTP 3.2 or RC1, run the following command:
1. If you have any previous releases of the tool installed, it is important to uninstall it first before installing the latest version of `azdata`. The following command removes the version of `azdata`.
130
+
1.Starting with SQL Server 2019 CU5 release, azdata has an independent semantic version from the server. If you have any previous releases of `azdata`installed prior to this, it is important to first uninstall them before installing the latest version. For example, the following command removes the RC1 version of `azdata`:
For more information about big data clusters, see [What are [!INCLUDE[big-data-clusters-2019](../../includes/ssbigdataclusters-ver15.md)]?](../../big-data-cluster/big-data-cluster-overview.md).
144
+
For more information about Big Data Clusters, see [What are [!INCLUDE[big-data-clusters-2019](../../includes/ssbigdataclusters-ver15.md)]?](../../big-data-cluster/big-data-cluster-overview.md).
0 commit comments