Skip to content

Commit 8959549

Browse files
Merge pull request #262408 from v-akarnase/patch-48
Update hdinsight-apps-install-custom-applications.md
2 parents c691f91 + 899ac7f commit 8959549

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/hdinsight/hdinsight-apps-install-custom-applications.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to install HDInsight applications for Apache Hadoop clust
44
ms.service: hdinsight
55
ms.topic: how-to
66
ms.custom: hdinsightactive
7-
ms.date: 12/21/2022
7+
ms.date: 01/04/2024
88
---
99

1010
# Install custom Apache Hadoop applications on Azure HDInsight
@@ -77,9 +77,9 @@ For **Hue**, you can use the following steps:
7777

7878
### Azure CLI
7979

80-
Replace `CLUSTERNAME`, and `RESOURCEGROUP` with the relevant values and then enter the commands below:
80+
Replace `CLUSTERNAME`, and `RESOURCEGROUP` with the relevant values and then enter the following commands:
8181

82-
* To lists all of the applications for the HDInsight cluster.
82+
* To list all of the applications for the HDInsight cluster.
8383

8484
```azurecli
8585
az hdinsight application list --cluster-name CLUSTERNAME --resource-group RESOURCEGROUP
@@ -125,7 +125,7 @@ If an application installation failed, you can see the error messages and debug
125125
126126
### Azure CLI
127127
128-
Replace `NAME`, `CLUSTERNAME`, and `RESOURCEGROUP` with the relevant values and then enter the command below:
128+
Replace `NAME`, `CLUSTERNAME`, and `RESOURCEGROUP` with the relevant values and then enter the following command:
129129
130130
```azurecli
131131
az hdinsight application delete --name NAME --cluster-name CLUSTERNAME --resource-group RESOURCEGROUP

0 commit comments

Comments
 (0)