Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit b6c4b7d

Browse files
authored
Merge pull request #11329 from NelGson/patch-19
HDFS tiering fix of old commands
2 parents e486998 + a4cc676 commit b6c4b7d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: This article explains how to configure HDFS tiering to mount an ext
55
author: nelgson
66
ms.author: negust
77
ms.reviewer: mikeray
8-
ms.date: 07/24/2019
8+
ms.date: 07/31/2019
99
ms.topic: conceptual
1010
ms.prod: sql
1111
ms.technology: big-data-cluster
@@ -72,13 +72,13 @@ If mounted successfully, you should be able to query the HDFS data and run Spark
7272
To list the status of all mounts in your big data cluster, use the following command:
7373

7474
```bash
75-
azdata bdc storage-pool mount status
75+
azdata bdc hdfs mount status
7676
```
7777

7878
To list the status of a mount at a specific path in HDFS, use the following command:
7979

8080
```bash
81-
azdata bdc storage-pool mount status --mount-path <mount-path-in-hdfs>
81+
azdata bdc hdfs mount status --mount-path <mount-path-in-hdfs>
8282
```
8383

8484
## Refresh a mount
@@ -94,7 +94,7 @@ azdata bdc hdfs mount refresh --mount-path <mount-path-in-hdfs>
9494
To delete the mount, use the **azdata bdc storage-pool mount delete** command, and specify the mount path in HDFS:
9595

9696
```bash
97-
azdata bdc storage-pool mount delete --mount-path <mount-path-in-hdfs>
97+
azdata bdc hdfs mount delete --mount-path <mount-path-in-hdfs>
9898
```
9999

100100
## Next steps

0 commit comments

Comments
 (0)