Skip to content

Commit 0241a35

Browse files
committed
Update new features. Add hdfs tiering refresh
1 parent bc4cada commit 0241a35

5 files changed

Lines changed: 30 additions & 7 deletions

File tree

docs/big-data-cluster/deploy-install-mssqlctl.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.technology: big-data-cluster
1515

1616
[!INCLUDE[tsql-appliesto-ssver15-xxxx-xxxx-xxx](../includes/tsql-appliesto-ssver15-xxxx-xxxx-xxx.md)]
1717

18-
This article describes how to install the **mssqlctl** tool for CTP 3.1 on Windows or Linux.
18+
This article describes how to install the **mssqlctl** tool for CTP 3.2 on Windows or Linux.
1919

2020
**mssqlctl** 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. You must also have `pip` that is used to download and install **mssqlctl** 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).
2121

@@ -39,16 +39,16 @@ This article describes how to install the **mssqlctl** tool for CTP 3.1 on Windo
3939
pip3 uninstall mssqlctl
4040
```
4141

42-
For CTP 2.3 or higher, run the following command. Replace `ctp3.0` in the command with the version of **mssqlctl** that you are uninstalling. If the version is prior to CTP 3.0, add a dash before the version number (for example, `ctp-2.5`).
42+
For CTP 2.3 or higher, run the following command. Replace `ctp3.1` in the command with the version of **mssqlctl** that you are uninstalling. If the version is prior to CTP 3.0, add a dash before the version number (for example, `ctp-2.5`).
4343

4444
```powershell
45-
pip3 uninstall -r https://private-repo.microsoft.com/python/ctp3.0/mssqlctl/requirements.txt
45+
pip3 uninstall -r https://private-repo.microsoft.com/python/ctp3.1/mssqlctl/requirements.txt
4646
```
4747

4848
1. Install **mssqlctl** with the following command:
4949

5050
```powershell
51-
pip3 install -r https://private-repo.microsoft.com/python/ctp3.1/mssqlctl/requirements.txt
51+
pip3 install -r https://private-repo.microsoft.com/python/ctp3.2/mssqlctl/requirements.txt
5252
```
5353

5454
## <a id="linux"></a> Linux mssqlctl installation
@@ -77,16 +77,16 @@ On Linux, you must install Python 3.5 and then upgrade pip. The following exampl
7777
pip3 uninstall mssqlctl
7878
```
7979

80-
For CTP 2.3 or higher, run the following command. Replace `ctp3.0` in the command with the version of **mssqlctl** that you are uninstalling. If the version is prior to CTP 3.0, add a dash before the version number (for example, `ctp-2.5`).
80+
For CTP 2.3 or higher, run the following command. Replace `ctp3.1` in the command with the version of **mssqlctl** that you are uninstalling. If the version is prior to CTP 3.0, add a dash before the version number (for example, `ctp-2.5`).
8181

8282
```powershell
83-
pip3 uninstall -r https://private-repo.microsoft.com/python/ctp3.0/mssqlctl/requirements.txt
83+
pip3 uninstall -r https://private-repo.microsoft.com/python/ctp3.1/mssqlctl/requirements.txt
8484
```
8585

8686
1. Install **mssqlctl** with the following command:
8787

8888
```bash
89-
pip3 install -r https://private-repo.microsoft.com/python/ctp3.1/mssqlctl/requirements.txt --user
89+
pip3 install -r https://private-repo.microsoft.com/python/ctp3.2/mssqlctl/requirements.txt --user
9090
```
9191

9292
> [!NOTE]

docs/big-data-cluster/hdfs-tiering-mount-adlsgen2.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,14 @@ To list the status of a mount at a specific path in HDFS, use the following comm
131131
mssqlctl bdc storage-pool mount status --mount-path <mount-path-in-hdfs>
132132
```
133133

134+
## Refresh a mount
135+
136+
The following example refreshes the mount.
137+
138+
```bash
139+
mssqlctl bdc storage-pool mount refresh --mount-path <mount-path-in-hdfs>
140+
```
141+
134142
## <a id="delete"></a> Delete the mount
135143

136144
To delete the mount, use the **mssqlctl bdc storage-pool mount delete** command, and specify the mount path in HDFS:

docs/big-data-cluster/hdfs-tiering-mount-s3.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,14 @@ To list the status of a mount at a specific path in HDFS, use the following comm
8181
mssqlctl bdc storage-pool mount status --mount-path <mount-path-in-hdfs>
8282
```
8383

84+
## Refresh a mount
85+
86+
The following example refreshes the mount.
87+
88+
```bash
89+
mssqlctl bdc storage-pool mount refresh --mount-path <mount-path-in-hdfs>
90+
```
91+
8492
## <a id="delete"></a> Delete the mount
8593

8694
To delete the mount, use the **mssqlctl bdc storage-pool mount delete** command, and specify the mount path in HDFS:

docs/big-data-cluster/hdfs-tiering.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ Today, by default, 1% of the total HDFS storage will be reserved for caching of
2929
3030
The following sections provide an example of how to configure HDFS tiering with an Azure Data Lake Storage Gen2 data source.
3131

32+
## Refresh
33+
34+
HDFS tiering supports refresh. Refresh an existing mount for the latest snapshot of the remote data.
35+
3236
## Prerequisites
3337

3438
- [Deployed big data cluster](deployment-guidance.md)

docs/sql-server/what-s-new-in-sql-server-ver15.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ Community technology preview (CTP) 3.2 is the latest public release of [!INCLUDE
3030
|New feature or update | Details |
3131
|:---|:---|
3232
|Public preview |Prior to CTP 3.2, SQL Server big data cluster was available to registered early adopters. This release allows anyone to experience the features of SQL Server Big data clusters. |
33+
|Notebook based troubleshooting |CTP 3.2 introduces Jupyter notebooks to assist with discovery, diagnosis, and troubleshooting for components in a SQL Server big data cluster. |
34+
|`azdata` |CTP 3.2 introduces `azdata` - a command-line utility written in Python that enables cluster administrators to bootstrap and manage the big data cluster via REST APIs. `azdata` replaces `mssqlctl`. |
35+
|HDFS tiering refresh |Introducing refresh functionality for HDFS tiering so that an existing mount can be refreshed for the latest snapshot of the remote data. |
3336
| &nbsp; | &nbsp; |
3437

3538
### New in database engine

0 commit comments

Comments
 (0)